how do i...
Forum rules
Ren'Py specific questions should be posted in the Ren'Py Questions and Annoucements forum, not here.
Ren'Py specific questions should be posted in the Ren'Py Questions and Annoucements forum, not here.
how do i...
how do i put a background picture before the game start, i mean in the main menu where there is all the start load etc buttons i want to put a background picture...how do i do it???
-
Shinrei_Reheiner
- Newbie
- Posts: 21
- Joined: Wed Mar 18, 2009 5:00 pm
- Location: Luzon,Philippines
- Contact:
Re: how do i...
"...I'll keep on going.No matter how tough things get, I will overcome it."(...I hope...)
Re: how do i...
Uh... it's a lot simpler than that. Just go into options.rpy, on line 80 there's a line which reads:Shinrei_Reheiner wrote:I think you should try the Main Menu Generator by JQuartz-senpai.
Code: Select all
mm_root = "#dcebff",Change the "#dcebff" part to the name of an image file, in quotes. Leave the comma there. For example, for my last project this line reads:
Code: Select all
mm_root = "cg/title.png",Generally speaking, options.rpy is where you can customise how your VN looks, and all of the commonly-changed things have comments describing what you need to do. Just remember to remove the '#' at the front of any line you actually want to use, because if you leave the '#' there, Ren'Py will ignore that line.
Server error: user 'Jake' not found
- PyTom
- Ren'Py Creator
- Posts: 15893
- Joined: Mon Feb 02, 2004 10:58 am
- Completed: Moonlight Walks
- Projects: Ren'Py
- IRC Nick: renpytom
- Github: renpytom
- itch: renpytom
- Location: Kings Park, NY
- Contact:
Re: how do i...
I would suggest an easier way would be to change the mm_root line in options.rpy to read:
where mainmenu.jpg is your menu background image.
Code: Select all
mm_root = "mainmenu.jpg",
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom(When was the last time you backed up your game?)
"Silly and fun things are important." - Elon Musk
Software > Drama • https://www.patreon.com/renpytom
Re: how do i...
thank you very very much (:
-
Shinrei_Reheiner
- Newbie
- Posts: 21
- Joined: Wed Mar 18, 2009 5:00 pm
- Location: Luzon,Philippines
- Contact:
Re: how do i...
Ah...sorry.I was using the main menu generator so I didn't realize that there was an easier way.^^;;Jake wrote:Uh... it's a lot simpler than that.Shinrei_Reheiner wrote:I think you should try the Main Menu Generator by JQuartz-senpai.
(*Magically warps away*)
"...I'll keep on going.No matter how tough things get, I will overcome it."(...I hope...)
Re: how do i...
That's one big reason I'd recommend people don't use the main menu generator unless they really have to - if all you use is that, then not only will you miss out on easier ways of doing some things, but you're liable to believe that if a thing can't be done with the generator, it can't be done at all. Which probably isn't true.Shinrei_Reheiner wrote: I didn't realize that there was an easier way.^^;;
Server error: user 'Jake' not found
Re: how do i...
ahhh if we're already on the how to do subject...
how do i put music in the main menu and in what extension(like *.wav\*.ogg\*.mp3\etc) does it have to be in?
thank (:
how do i put music in the main menu and in what extension(like *.wav\*.ogg\*.mp3\etc) does it have to be in?
thank (:
- Samu-kun
- King of Moé
- Posts: 2262
- Joined: Mon Sep 03, 2007 3:49 pm
- Organization: Love in Space Inc
- Location: United States
- Contact:
Re: how do i...
At line 192 of options.rpy, replace
# config.main_menu_music = "main_menu_theme.ogg"
with
config.main_menu_music = "main_menu_theme.ogg"
Where main_menu_theme.ogg is the name of your music file. The extension depends on the file format of your song. Most songs are either mp3 or ogg. Your song should be located in the game folder of your project directory.
# config.main_menu_music = "main_menu_theme.ogg"
with
config.main_menu_music = "main_menu_theme.ogg"
Where main_menu_theme.ogg is the name of your music file. The extension depends on the file format of your song. Most songs are either mp3 or ogg. Your song should be located in the game folder of your project directory.
Re: how do i...
ohhhh great (: thanks!
I meant if it has to be a specific exstinsion or it can be whatever i want?
I meant if it has to be a specific exstinsion or it can be whatever i want?
- Samu-kun
- King of Moé
- Posts: 2262
- Joined: Mon Sep 03, 2007 3:49 pm
- Organization: Love in Space Inc
- Location: United States
- Contact:
Re: how do i...
It has to be the same extension as the song file. You can look that up by finding the file on My Computer. If you're using XP and below, the extension should be right behind the file name, while if you're on Vista, it'll be on the information bar at the bottom of the window.
Re: how do i...
you don't seem to understand me...ahhh...
does the music file has to be in some specific extension or can i use whatever extension i want???i mean will the game read whatever extension i give him or does it have to be specific?
does the music file has to be in some specific extension or can i use whatever extension i want???i mean will the game read whatever extension i give him or does it have to be specific?
Re: how do i...
got it.
thank you very much (:
thank you very much (:
- JQuartz
- Eileen-Class Veteran
- Posts: 1265
- Joined: Fri Aug 31, 2007 7:02 am
- Projects: 0 completed game. Still haven't made any meaningfully completed games...
- Contact:
Re: how do i...
Thanks for the promo, Shinrei_ReheinerShinrei_Reheiner wrote:I think you should try the Main Menu Generator by JQuartz-senpai.
I see. I'll edit some precaution into the main menu generator thread.Jake wrote:That's one big reason I'd recommend people don't use the main menu generator unless they really have to - if all you use is that, then not only will you miss out on easier ways of doing some things, but you're liable to believe that if a thing can't be done with the generator, it can't be done at all. Which probably isn't true.
I suspect somebody is stealing my internet identity so don't believe everything I tell you via messages. I don't post or send messages anymore so don't believe anything I tell you via messages or posts.
Who is online
Users browsing this forum: No registered users
