Search found 15 matches

by xXimmaeatjooXx
Fri Oct 07, 2011 7:18 pm
Forum: Ren'Py Cookbook
Topic: [Tutorial] Customizing Menus
Replies: 158
Views: 252119

Re: [Tutorial] Customizing Menus

and thank you so much for helping the hopeless me!
by xXimmaeatjooXx
Fri Oct 07, 2011 7:12 pm
Forum: Ren'Py Cookbook
Topic: [Tutorial] Customizing Menus
Replies: 158
Views: 252119

Re: [Tutorial] Customizing Menus

AHAHA! XD okay, one last annoying question (for now)
how do I make the music stop after navigating away from the title menu?
by xXimmaeatjooXx
Fri Oct 07, 2011 6:33 pm
Forum: Ren'Py Cookbook
Topic: [Tutorial] Customizing Menus
Replies: 158
Views: 252119

Re: [Tutorial] Customizing Menus

okay, did that, launched, and got an entire screen of errors
by xXimmaeatjooXx
Fri Oct 07, 2011 6:10 pm
Forum: Ren'Py Cookbook
Topic: [Tutorial] Customizing Menus
Replies: 158
Views: 252119

Re: [Tutorial] Customizing Menus

oh that's the error XD here's the code

The background of the main menu.
window:
style "mm_root" = "Adventures_title_screen_1.png"
by xXimmaeatjooXx
Fri Oct 07, 2011 6:05 pm
Forum: Ren'Py Cookbook
Topic: [Tutorial] Customizing Menus
Replies: 158
Views: 252119

Re: [Tutorial] Customizing Menus

i added a comma and nothing happened o-o
by xXimmaeatjooXx
Fri Oct 07, 2011 6:00 pm
Forum: Ren'Py Cookbook
Topic: [Tutorial] Customizing Menus
Replies: 158
Views: 252119

Re: [Tutorial] Customizing Menus

It didnt work ;-;
it says

File "game/screens.rpy", line 182: expected a ketword argument, colon, or end of line.
style "mm_root" (arrow)= "Adventures_title_screen_1.png"
by xXimmaeatjooXx
Fri Oct 07, 2011 5:44 pm
Forum: Ren'Py Cookbook
Topic: [Tutorial] Customizing Menus
Replies: 158
Views: 252119

Re: [Tutorial] Customizing Menus

Okay, here's another stupid question that i probably missed the answer to while skimming, how do i add an image to the main menu?
by xXimmaeatjooXx
Mon Oct 03, 2011 4:21 pm
Forum: Ren'Py Cookbook
Topic: [Tutorial] Customizing Menus
Replies: 158
Views: 252119

Re: [Tutorial] Customizing Menus

AH! THANK YOU SO MUCH /cling

and yea it was MP3

ahhh i'm so happy now >u<
by xXimmaeatjooXx
Mon Oct 03, 2011 4:03 pm
Forum: Ren'Py Cookbook
Topic: [Tutorial] Customizing Menus
Replies: 158
Views: 252119

Re: [Tutorial] Customizing Menus

yes, thats me and my friends being stupid XD anyway, I'm on the options tab and I put this down for lines 190-195: # config.main_menu_music = "play" "05- Panty & Stocking with Garterbelt OST - Beverly Hills Cock" ( "fadeout" simple_expression )? ( "fadein"...
by xXimmaeatjooXx
Sun Oct 02, 2011 4:44 pm
Forum: Ren'Py Cookbook
Topic: [Tutorial] Customizing Menus
Replies: 158
Views: 252119

Re: [Tutorial] Customizing Menus

Alright then # You can place the script of your game in this file. # Declare images below this line, using the image statement. # eg. image eileen happy = "eileen_happy.png" # Declare characters used by this game. define p = Character('PeacockButt', color="#C0A545", what_color=&q...
by xXimmaeatjooXx
Sun Oct 02, 2011 4:34 pm
Forum: Ren'Py Cookbook
Topic: [Tutorial] Customizing Menus
Replies: 158
Views: 252119

Re: [Tutorial] Customizing Menus

there's nothing for 22 on the script one, i was editing in the options one...i'm hopelessly confused now OTL
by xXimmaeatjooXx
Sun Oct 02, 2011 4:29 pm
Forum: Ren'Py Cookbook
Topic: [Tutorial] Customizing Menus
Replies: 158
Views: 252119

Re: [Tutorial] Customizing Menus

i'm not typing play music..it's just what comes up on the error message thingy ;-;
by xXimmaeatjooXx
Sun Oct 02, 2011 3:51 pm
Forum: Ren'Py Cookbook
Topic: [Tutorial] Customizing Menus
Replies: 158
Views: 252119

Re: [Tutorial] Customizing Menus

I tried that and all that came up was

File "game/script.rpy", line 22: play requires a file
play music


I have it imported into the game gallery thing but is there a certain way I have to type it or something..?
by xXimmaeatjooXx
Sun Oct 02, 2011 3:41 pm
Forum: Ren'Py Cookbook
Topic: [Tutorial] Customizing Menus
Replies: 158
Views: 252119

Re: [Tutorial] Customizing Menus

I'm really really new to this fourm and ren'py in general, I can't find a search on the fourm so I figured to ask here, is there any possible way to put music on the main menu?