Search found 104 matches

by Lightworker
Sun Jan 10, 2016 7:10 pm
Forum: Ren'Py Questions and Announcements
Topic: How to make a more realistic snow effect?
Replies: 9
Views: 2332

Re: How to make a more realistic snow effect?

What tutorial video? I've read the documentation and searched the forum on rotating snow, but I do not get it. Like how do you rotate all three of the snow sprites in midst of all this image snow_small = Transform("snowflake1.png") image snow_normal = "snowflake2.png" image snow_...
by Lightworker
Thu Jan 07, 2016 4:03 pm
Forum: Ren'Py Questions and Announcements
Topic: My NVL textbox is blocking my snow effect.
Replies: 4
Views: 634

Re: My NVL textbox is blocking my snow effect.

I tried it and I got this I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "game/script.rpy", line 203: end of line expected. hide window show snowing ^ Ren'Py Version: Ren'Py 6.99.8.949 I even tried scene black hide window sho...
by Lightworker
Thu Jan 07, 2016 3:32 pm
Forum: Ren'Py Cookbook
Topic: [UPDATED] tutorial: Attaching Admob to RenPy
Replies: 46
Views: 33823

Re: Tutorial: Attaching Admob to RenPy and earn some money.

Where would you put an ad mob so you don't break immersion in a visual novel?
by Lightworker
Thu Jan 07, 2016 3:29 pm
Forum: Ren'Py Questions and Announcements
Topic: How to make a more realistic snow effect?
Replies: 9
Views: 2332

Re: How to make a more realistic snow effect?

NVL is shown on a screen, you'll have to put it on a layer higher than screen layer or show it on a screen with higher zorder than the NVL screen. How do I do that? For rotation, adjust the ATL bit (parallel rotation and movement). So I would use something like this image snowing = Fixed( Snowing(&...
by Lightworker
Thu Jan 07, 2016 12:36 am
Forum: Ren'Py Cookbook
Topic: [UPDATED] tutorial: Attaching Admob to RenPy
Replies: 46
Views: 33823

Re: Tutorial: Attaching Admob to RenPy and earn some money.

Where would you put the admob at?
by Lightworker
Thu Jan 07, 2016 12:07 am
Forum: Ren'Py Questions and Announcements
Topic: My NVL textbox is blocking my snow effect.
Replies: 4
Views: 634

My NVL textbox is blocking my snow effect.

I finally got the text aligned in properly in NVL and the snowing affect working. However, the nvl window is blocking the snow. Is there a way to put it in front of the text or in front of the window but behind the text?






After I fix this, it will finally be perfect. :wink: Whew...
by Lightworker
Wed Jan 06, 2016 9:09 pm
Forum: Ren'Py Questions and Announcements
Topic: How to make a more realistic snow effect?
Replies: 9
Views: 2332

Re: How to make a more realistic snow effect?

My snowflake sprites are huge :shock: , how do I make them smaller like 5-10 pixels in diameter? How do I make them rotate like in real life? Then it'll be perfect :mrgreen:
by Lightworker
Wed Jan 06, 2016 8:56 pm
Forum: Ren'Py Questions and Announcements
Topic: How to make a more realistic snow effect?
Replies: 9
Views: 2332

Re: How to make a more realistic snow effect?

Wow, thanks a lot. Oh yeah, how do make this effect show over my nvl textbox? Right now, it's behind the NVL window and I want the snow to fall in front of the text for narrative purposes. How do I do that?
Seriously though, thanks, sometimes I feel real silly when coding stuff like this.
by Lightworker
Wed Jan 06, 2016 8:26 pm
Forum: Ren'Py Questions and Announcements
Topic: How to ATL falling snow?
Replies: 3
Views: 1504

Re: How to ATL falling snow?

What am I doing wrong here? I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "game/script.rpy", line 4: invalid syntax ("snowflake1.png", xysize= (3, 3), rotate=45) ^ File "game/script.rpy", line 5: invalid ...
by Lightworker
Wed Jan 06, 2016 7:53 pm
Forum: Ren'Py Questions and Announcements
Topic: How to center align text in NVL mode?
Replies: 3
Views: 2770

Re: How to center align text in NVL mode?

I feel really silly right now.
*Goes back to work*
by Lightworker
Wed Jan 06, 2016 5:52 pm
Forum: Ren'Py Questions and Announcements
Topic: How to make a more realistic snow effect?
Replies: 9
Views: 2332

How to make a more realistic snow effect?

I took the code from the old documentation http://www.renpy.org/wiki/renpy/doc/cookbook/More_realistic_snow_effect however, when I put it in my script I got this error. What does this mean? I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line...
by Lightworker
Wed Jan 06, 2016 4:19 pm
Forum: Ren'Py Questions and Announcements
Topic: How to center align text in NVL mode?
Replies: 3
Views: 2770

How to center align text in NVL mode?

I want to center the text in the middle of the NVL textbox. How do I do that?
by Lightworker
Tue Jan 05, 2016 10:51 pm
Forum: Creator Discussion
Topic: Mixing ADV and NVL?
Replies: 12
Views: 3019

Re: Mixing ADV and NVL?

How do you switch from Adv to nvl and vice versa?
by Lightworker
Tue Jan 05, 2016 10:14 pm
Forum: Ren'Py Questions and Announcements
Topic: How to switch from ADV to NVL and vice versa?
Replies: 5
Views: 920

Re: How to switch from ADV to NVL and vice versa?

My game's script.rpy, I am trying to switch out of ADV to NVL mode after they start the game. When I went to the new documentation page it mentioned to try

Code: Select all

renpy.mode(nvl)