Search found 8 matches

by Hipi
Sat Sep 01, 2018 7:27 am
Forum: Ren'Py Questions and Announcements
Topic: Change main menu music during the game? [Solved]
Replies: 7
Views: 3101

Re: Change main menu music during the game?

main_menu_screen is just an example? I have a label splashscreen, I tried doing this: label splashscreen: scene black with Pause (1.5) show splash with dissolve with Pause(1.2) jump main_menu label main_menu: if persistent.musicon: $ renpy.music.play("tl/menu2.mp3", channel='music', loop=T...
by Hipi
Fri Aug 31, 2018 9:11 pm
Forum: Ren'Py Questions and Announcements
Topic: Change main menu music during the game? [Solved]
Replies: 7
Views: 3101

Re: Change main menu music during the game?

I have this error:

"coercing to Unicode: need string or buffer, NoneType found"

I tried putting persistant.menu = 1 and ="1" and none worked :(
by Hipi
Fri Aug 31, 2018 1:38 pm
Forum: Ren'Py Questions and Announcements
Topic: Change main menu music during the game? [Solved]
Replies: 7
Views: 3101

Change main menu music during the game? [Solved]

I can use persistent in screen so I can use different main menu pictures when I reach the different endings or points in the story... but I also want to change the menu music and I've tried all, but no one worked, if I set one specific music it won't change because an if/else statement... I don't kn...
by Hipi
Fri Aug 31, 2018 12:48 pm
Forum: Ren'Py Questions and Announcements
Topic: How do I change mouse cursor? [solved]
Replies: 2
Views: 583

Re: How do I change mouse cursor?

I could do it, thank you!
by Hipi
Thu Aug 30, 2018 10:11 pm
Forum: Ren'Py Questions and Announcements
Topic: How do I change mouse cursor? [solved]
Replies: 2
Views: 583

How do I change mouse cursor? [solved]

I want to customize my mouse cursor, I searched and I found this code:

Code: Select all

config.mouse = { 'default' : [ ('mouse.png', 0, 0)] }
I tried to put it on options.rpy but it didn't work. I don't know what to do
Thank you!
by Hipi
Thu Aug 30, 2018 6:49 am
Forum: Ren'Py Questions and Announcements
Topic: Changing menu during the game?
Replies: 2
Views: 541

Re: Changing menu during the game?

Thank you, it worked!
But I also want to do the same with the music menu theme, I tried in options but it didn't work
by Hipi
Wed Aug 29, 2018 8:23 pm
Forum: Ren'Py Questions and Announcements
Topic: Changing menu during the game?
Replies: 2
Views: 541

Changing menu during the game?

Hi, I want to change my main menu when I advance in the game. Something like the Katawa Shoujo's menu when you unlock a new chapter... I have no idea to do something like that. When you unlock a new chapter in Katawa Shoujo in the manu appears a new image of the girl and the chapter: https://vignett...