Search found 8 matches

by BreathingColors
Wed Jan 09, 2019 5:05 pm
Forum: Ren'Py Questions and Announcements
Topic: play different menu music after you beat the game (solved)
Replies: 1
Views: 240

play different menu music after you beat the game (solved)

I've tried a few solutions but it only seems to play which ever one is on the bottom. I also tried using default instead for the first song and define for the one after you beat the game. but it wouldn't let me use default. I did this kinda code for the main menu image too which seems fine, it's jus...
by BreathingColors
Sun Sep 03, 2017 1:20 pm
Forum: Ren'Py Questions and Announcements
Topic: how do you use persistent data? (solved)
Replies: 6
Views: 11021

how do you use persistent data? (solved)

label start: $ persistent.gasterend = 0 $ persistent.Freshend = None $ persistent.killerend = None if persistent.gasterend == True: menu: "Reset": $ persistent.Freshend = False $ persistent.killerend = False return "return": return else: jump start_2 label start_2: scene bg room...
by BreathingColors
Fri Aug 11, 2017 8:57 pm
Forum: Ren'Py Questions and Announcements
Topic: Could not find return label (solved)
Replies: 3
Views: 811

Re: Could not find return label

Lopolio wrote: Fri Aug 11, 2017 1:09 pm I had something like thiss too once. Did you maybe modify the code and then reused a saved game from before? That can cause the crash
whoa, you're right. Thanks! I'll make sure not to do that.
by BreathingColors
Fri Aug 11, 2017 10:09 am
Forum: Ren'Py Questions and Announcements
Topic: Could not find return label (solved)
Replies: 3
Views: 811

Could not find return label (solved)

I honestly don't know what's going on I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00start.rpy", line 107, in script return Exception: Could not find return label (u"C:\\Users\\Jewel\\Pictures\\(A) Jewel Art\\(A)_Video_Games\\Ren'py\\Proje...
by BreathingColors
Thu Jul 20, 2017 2:19 am
Forum: Ren'Py Questions and Announcements
Topic: Still Can't find font or music (solved)
Replies: 3
Views: 663

Re: Still Can't find font or music

vollschauer wrote:Is that font a .ttf or a .otf ? Change your Windows the setting to see the file extension ....
....otf, omg! I've been writing ttf I didn't know there were two types.
by BreathingColors
Thu Jul 20, 2017 1:37 am
Forum: Ren'Py Questions and Announcements
Topic: solved
Replies: 3
Views: 573

Re: Could not find Font

Still not working
by BreathingColors
Wed Jul 19, 2017 9:31 pm
Forum: Ren'Py Questions and Announcements
Topic: Still Can't find font or music (solved)
Replies: 3
Views: 663

Still Can't find font or music (solved)

https://68.media.tumblr.com/21112d11e9313d44174ff0ce0700a6a2/tumblr_inline_otd832VU1K1sakwzb_540.png I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 30, in script G"Long ago, two races ruled over the Earth: Humans and Monsters.&quo...
by BreathingColors
Sun Jul 16, 2017 2:51 pm
Forum: Ren'Py Questions and Announcements
Topic: solved
Replies: 3
Views: 573

solved

https://68.media.tumblr.com/f570859bb051c92f16b6fbc41f0f2528/tumblr_inline_ot75n6s8GP1sakwzb_540.png I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 17, in script G "Once you add a story, pictures, and music, you can release it to ...