Search found 23 matches

by Kindynos
Fri Mar 07, 2014 1:08 pm
Forum: Ren'Py Questions and Announcements
Topic: Menu change problem ? / solved
Replies: 8
Views: 937

Re: Menu change problem ?

!! That helped!!

//also ren'py had an update 3 days ago (and just after I checked myself if there was one OTL)

Thank you so much!!!
by Kindynos
Wed Mar 05, 2014 3:09 am
Forum: Ren'Py Questions and Announcements
Topic: Menu change problem ? / solved
Replies: 8
Views: 937

Re: Menu change problem ?

Mm I haven't, really. I just did so and it's all the same, the thing is- not even the music changes, and I set the music with that code, actually! So it's really weird! I just tried with the #000000 thing and nope, it's not working. Truly I think I might need to use another code ;; I've been curious...
by Kindynos
Tue Mar 04, 2014 2:03 pm
Forum: Ren'Py Questions and Announcements
Topic: Menu change problem ? / solved
Replies: 8
Views: 937

Re: Menu change problem ?

Nope, I know that task switching makes it not work- and I'm not, sadly!! (I really wish that was the problem)
I'm now putting it at 5 secs so I evade task switching, but I've waited the minute again and nothing, sadly.
by Kindynos
Tue Mar 04, 2014 3:37 am
Forum: Ren'Py Questions and Announcements
Topic: Menu change problem ? / solved
Replies: 8
Views: 937

Re: Menu change problem ?

I changed it previously to another number (A higher one) and it seems that after that it doesn't work.
I now try testing it putting it at around 10 seconds and nothing, I'm not really sure if it'll only work with just 60 seconds- The idea is for it to change after a rather long time, after all.
by Kindynos
Tue Mar 04, 2014 1:04 am
Forum: Ren'Py Questions and Announcements
Topic: Menu change problem ? / solved
Replies: 8
Views: 937

Menu change problem ? / solved

So a while back I made a post about having my menu change it's image and music after a certain amount of time. Turns out that the code that was given to me worked for a while, until I changed the time for it, and now it doesn't work. Truly, I'd like to fix it, any help? The code I have in my script ...
by Kindynos
Thu Jan 30, 2014 2:29 pm
Forum: Ren'Py Questions and Announcements
Topic: Positioning of characters issue [SOLVED]
Replies: 3
Views: 517

Re: Positioning of characters issue

If you're never going to have them stand that far apart throughout your game, you could redefine left and right so the positions are closer together. transform left: xalign 0.25 #0.0 is on the very left the screen transform right: xalign 0.75 #1.0 is the very right of the screen This method would h...
by Kindynos
Thu Jan 30, 2014 2:02 am
Forum: Ren'Py Questions and Announcements
Topic: Positioning of characters issue [SOLVED]
Replies: 3
Views: 517

Positioning of characters issue [SOLVED]

So, when working on my VN, I usually want when two characters appear for them to be next to each other. I use the "at left" and "at right" statement, like show girl at left with dissolve show boy at right with dissolve Thing is, they appear waaaaay far from each other, like this ...
by Kindynos
Sat Sep 21, 2013 6:16 pm
Forum: Ren'Py Questions and Announcements
Topic: character "transition" problem - solved
Replies: 8
Views: 850

Re: character "transition" problem

!!! There it is!! I had tried doing that before and it didn't really work but oh my god thank you!!! I can finally make it look better !!
by Kindynos
Sat Sep 21, 2013 5:42 pm
Forum: Ren'Py Questions and Announcements
Topic: character "transition" problem - solved
Replies: 8
Views: 850

Re: character "transition" problem

Well, I doubt I could even try it with your code, as I do not use side images and have quite a different setting- How I have it set is like this. image sebastian smirk = "Sebastian_smirk.png" image sebastian pout = "Sebastian_pout.png" image sebastian happy = "Sebastian_happ...
by Kindynos
Sat Sep 21, 2013 5:03 pm
Forum: Ren'Py Questions and Announcements
Topic: character "transition" problem - solved
Replies: 8
Views: 850

Re: character "transition" problem

Well, I put the code you gave me in the options.rpy and what happens is that the character finishes the sentence, the sentence stays there, character changes expression, and then the next sentence comes. It's almost the same problem than before, just that the text doesn't disappear.
by Kindynos
Sat Sep 21, 2013 4:33 pm
Forum: Ren'Py Questions and Announcements
Topic: character "transition" problem - solved
Replies: 8
Views: 850

Re: character "transition" problem

Mm, it works, but kinda in a reverse manner. Like, the character does the expression change at the end of a line, when I want him to do it when he starts a sentence, I'm not sure if I made myself clear ;;
by Kindynos
Sat Sep 21, 2013 4:15 pm
Forum: Ren'Py Questions and Announcements
Topic: character "transition" problem - solved
Replies: 8
Views: 850

character "transition" problem - solved

The title can be a bit confusing- but. . . Well, Whenever I make a character change expressions, I do it with the dissolve transition, mainly because it looks more smooth, of course. However, whenever the character changes expressions, the dialogues disappear. What I want to do is to have the charac...
by Kindynos
Mon Jul 29, 2013 6:17 pm
Forum: Ren'Py Cookbook
Topic: Instant CG and BG gallery
Replies: 154
Views: 61327

Re: Instant CG and BG gallery

You change thumbnail size here: #thumbnail size in pixels: thumbnail_x = 267 thumbnail_y = 150 Oh no I had changed the thumbnail size yes, but I think I found out my problem and fixed it- I'm not really sure of what I did, haha~ But thank you a lot!!! Your code was really useful! <3 I've got the co...
by Kindynos
Sun Jul 28, 2013 7:55 pm
Forum: Ren'Py Cookbook
Topic: Instant CG and BG gallery
Replies: 154
Views: 61327

Re: Instant CG and BG gallery

Mmm- I found out what was wrong, as I forgot to change the "butt" parts, the image shows and all, however, the thumbnail is HUGE, how do I fix that . . . ?
by Kindynos
Sun Jul 28, 2013 2:14 pm
Forum: Ren'Py Cookbook
Topic: Instant CG and BG gallery
Replies: 154
Views: 61327

Re: Instant CG and BG gallery

Aaah there it is, thanks! However, now it's giving me this error in-game (red letters) Image '-my image here-' can't take parameters 'butt'. (perhaps you got the name wrong?" I tried checking the name everywhere but it's the same everywhere, I'm sorry for being such a nuisance but do you know h...