Page 1 of 1

Main Menu Question....

Posted: Sat Apr 05, 2008 11:42 pm
by valkyrionblitz
Hi everyone....

I have a question about the main menu....I have put in my own music (in the options.rpy part) which was for the main menu...

However, it does not work!

I do not know why (or if this is in the right categorY) but please help me!

Thanks in advance,

P.S.

My music file is .mp3

Re: Main Menu Question....

Posted: Sun Apr 06, 2008 12:12 am
by JQuartz
Hmm...did you unblock the code?

This is a blocked code:

Code: Select all

# config.main_menu_music = "main_menu_theme.ogg"
This the same code unblocked (Doesn't have #):

Code: Select all

config.main_menu_music = "main_menu_theme.ogg"
Blocked code is technically invisible to the programme.

Also it might be useful if you can state which Renpy version you're using.

Re: Main Menu Question....

Posted: Sun Apr 06, 2008 2:52 am
by valkyrionblitz
Thanks very much! I'm very grateful! I have yet to try it though......

another question.......how do you use the 'point system' ? (Where you gain points if you do something......)

Re: Main Menu Question....

Posted: Sun Apr 06, 2008 3:18 am
by 000
valkyrionblitz wrote:another question.......how do you use the 'point system' ? (Where you gain points if you do something......)
Well, that will be little rude, but bear with it.
http://www.renpy.org/wiki/renpy/doc/tut ... er_Choices

Tutorials can be a great help somtimes...

Re: Main Menu Question....

Posted: Sun Apr 06, 2008 7:03 am
by a
Thanks!