Search found 68 matches

by tigersmurf
Sat Aug 10, 2013 4:19 pm
Forum: Ren'Py Questions and Announcements
Topic: Moveoutleft/right - a more realistic version?
Replies: 11
Views: 2517

Re: Moveoutleft/right - a more realistic version?

This can be easily accomplished by using ATL.

Check out this page to help get you started http://lemmasoft.renai.us/forums/viewto ... 51&t=16604
by tigersmurf
Tue Aug 06, 2013 4:29 am
Forum: Ren'Py Questions and Announcements
Topic: I'm having problems because I just don't understand... help?
Replies: 6
Views: 1112

Re: I'm having problems because I just don't understand... h

thanks! but here is another problem... I put in the picture, but when I try to insert it into the game, no matter what I try, it just says picture no found... You need to be very precise in Ren'Py. Make certain that when you defined your image you included the correct file extension and didn't make...
by tigersmurf
Mon Aug 05, 2013 6:04 am
Forum: Ren'Py Questions and Announcements
Topic: renpy.input boxed in center of the screen?
Replies: 12
Views: 10877

Re: renpy.input boxed in center of the screen?

Although, I may have misunderstood you. Did you mean you wanted them to be able to type in their name at the center? Sorry, I think I interpreted it as you just wanted the question "what's your name" to appear in the center. Oops.
by tigersmurf
Mon Aug 05, 2013 6:02 am
Forum: Ren'Py Questions and Announcements
Topic: renpy.input boxed in center of the screen?
Replies: 12
Views: 10877

Re: renpy.input boxed in center of the screen?

Sure. If I understand you correctly, why not just create a screen (a background) that features the words you want? Use your background image for the current scene and your favorite photo editor, and then save it to your game folder and define it... image name = "what's your name.png" and t...
by tigersmurf
Sun Aug 04, 2013 8:10 am
Forum: Ren'Py Questions and Announcements
Topic: Finding images (SOLVED)
Replies: 3
Views: 480

Re: Finding images (SOLVED)

Yeah, Donmai is great. Very helpful. I was about to answer this question, but Donmai always gets there first ( a good thing.) lol.
by tigersmurf
Sat Aug 03, 2013 9:29 am
Forum: Ren'Py Questions and Announcements
Topic: Yes/No prompt screen transition
Replies: 12
Views: 2297

Re: Yes/No prompt screen transition (solved)

Solved it. I had some funky bit of code in my screens.rpy. on "show" action With(dissolve) modal True I'm not sure if that's something I put in there at some time for some reason or another, or if it's just from Ren'Py. But removing it finally did the trick. I'm surprised it took me so lon...
by tigersmurf
Sat Aug 03, 2013 6:32 am
Forum: Ren'Py Questions and Announcements
Topic: Yes/No prompt screen transition
Replies: 12
Views: 2297

Re: Yes/No prompt screen transition

Very interesting. So, the *exit* transition is working perfectly when I set them both to "blinds" but the enter transition still won't show up no matter which way I try to activate it. (I've tried deleting a save, loading from in game, selecting "quit," and closing out of the win...
by tigersmurf
Sat Aug 03, 2013 2:38 am
Forum: Ren'Py Questions and Announcements
Topic: Yes/No prompt screen transition
Replies: 12
Views: 2297

Re: Yes/No prompt screen transition

Okay, so I just did the update to the latest version of Ren'py. The game is no longer crashing with the config.enter_yesno_transition = dissolve code.

However, it still doesn't actually dissolve when entering and exiting that screen. What's the deal?
by tigersmurf
Fri Aug 02, 2013 8:50 pm
Forum: Ren'Py Questions and Announcements
Topic: Lag using 25-frame ATL animation
Replies: 4
Views: 1085

Re: Lag using 25-frame ATL animation

So, how would that work with 25 images? I'm confused about the anim.filmstrip function. It says it creates an animation from a single image, but I don't get how that would work. I have 25 images. I've been using the program Particle Illusion to create a series of .png single frame images for ATL ani...
by tigersmurf
Fri Aug 02, 2013 6:15 pm
Forum: Ren'Py Questions and Announcements
Topic: Lag using 25-frame ATL animation
Replies: 4
Views: 1085

Lag using 25-frame ATL animation

Me again. (sigh.) So, I'm using a block of ATL for an on-screen explosion: image dekeblast: "obj/explosion10002.png" 0.03 "obj/explosion10003.png" 0.03 "obj/explosion10004.png" 0.03 "obj/explosion10005.png" 0.03 "obj/explosion10006.png" 0.03 "ob...
by tigersmurf
Fri Aug 02, 2013 5:02 pm
Forum: Ren'Py Questions and Announcements
Topic: Yes/No prompt screen transition
Replies: 12
Views: 2297

Re: Yes/No prompt screen transition

Hmm, I just tried the init -1 python method and that also gave me the same error message. I'm sorry, but an uncaught exception occurred. While executing init code: File "game\options.rpy", line 282, in script File "game\options.rpy", line 283, in python Exception: config.enter_ye...
by tigersmurf
Thu Aug 01, 2013 4:44 pm
Forum: Ren'Py Questions and Announcements
Topic: Yes/No prompt screen transition
Replies: 12
Views: 2297

Re: Yes/No prompt screen transition

Hmm, capitalizing dissolve didn't work. I'm still getting the message that it's not a recognized configuration command. This is pretty strange. I wonder if it has anything to do with something else that I've changed.
by tigersmurf
Thu Aug 01, 2013 3:24 am
Forum: Ren'Py Questions and Announcements
Topic: Yes/No prompt screen transition
Replies: 12
Views: 2297

Re: Yes/No prompt screen transition

I have. That's why I'm confused. Because when I enter this line: config.enter_yesno_transition = dissolve I get this error: I'm sorry, but an uncaught exception occurred. While executing init code: File "game\options.rpy", line 14, in script File "game\options.rpy", line 315, in ...
by tigersmurf
Wed Jul 31, 2013 7:01 pm
Forum: Ren'Py Questions and Announcements
Topic: Yes/No prompt screen transition
Replies: 12
Views: 2297

Yes/No prompt screen transition

So I checked out http://www.renpy.org/doc/html/config.html in order to find the code for making a dissolve transition when entering and exiting the yes/no prompt screen. But the "config.enter_yesno_transition = dissolve" crashes my game when I try to add it to the options screen with all t...
by tigersmurf
Tue Jul 30, 2013 8:19 pm
Forum: Ren'Py Questions and Announcements
Topic: Help 2 create a background with slight wobble/shake (Solved)
Replies: 9
Views: 1423

Re: Help to create a background with slight wobble/shake

You have seriously helped me out here. There's no way I can repay such a helpful post, but I've decided to include anyone who responds so helpfully on this forum in my final credits when I'm done with the game. Normally, I'd copy code that someone provides for me and tweak the variables a bit to sui...