Search found 785 matches

by HigurashiKira
Mon Nov 08, 2010 10:45 pm
Forum: Ren'Py Questions and Announcements
Topic: Help with Music Room[SOLVED]
Replies: 5
Views: 931

Help with Music Room[SOLVED]

Well I decided to add a Music Room to my VN, and I really can't figure out what I do wrong, it just keeps crashing on me. def set_playing_(track): store.playing = track return True set_playing = renpy.curry(set_playing_) # Call this with a button name and a track to define a music # button. def musi...
by HigurashiKira
Wed Nov 03, 2010 6:30 pm
Forum: Creator Discussion
Topic: Background Music for Visual Novel.
Replies: 16
Views: 25179

Re: Background Music for Visual Novel.

http://incompetech.com/

This one has a lot of good music
by HigurashiKira
Tue Nov 02, 2010 8:22 pm
Forum: Ren'Py Questions and Announcements
Topic: Problems with script [RESOLVED]
Replies: 5
Views: 870

Re: Problems with script

Well I did go back and check, turns out I was missing a comma from the previous script from mm_root. So I just fixed my own problem. Thanks for all your help people!
by HigurashiKira
Mon Nov 01, 2010 10:10 pm
Forum: Ren'Py Questions and Announcements
Topic: Problems with script [RESOLVED]
Replies: 5
Views: 870

Re: Problems with script

did that and it still reads it:

Code: Select all

On line 82 of C:\Documents and Settings\Kira\Desktop\Doujin Games\Death Rule-Episode 0/game/options.rpy: invalid syntax
        gm_root = "sundialnight.png",
by HigurashiKira
Mon Nov 01, 2010 9:29 pm
Forum: Ren'Py Questions and Announcements
Topic: Problems with script [RESOLVED]
Replies: 5
Views: 870

Problems with script [RESOLVED]

Every time I try and run my script to see if it's working, I keep getting: On line 82 of C:\Documents and Settings\Kira\Desktop\Doujin Games\Death Rule-Episode 0/game/options.rpy: invalid syntax gm_root = "sundialnight.png" ^ Could someone help me? *Note: I have the recent version of Ren'Py*