Lemma Soft Forums

Supporting creators of visual novels and story-based games since 2003.


Visit our new games list, blog aggregator, IRC, and wiki.
Activation problem? Email [email protected]
It is currently Thu May 23, 2013 3:18 pm

All times are UTC - 5 hours [ DST ]


Forum rules


Ask questions about one topic per thread, and use a descriptive subject. "NotImplemented error in script.rpy" is a good subject, "Tom's problems" is not. Remember to include all of traceback.txt or error.txt when reporting a problem, as well as the relevant lines of script. Use the [code] tag to format scripts.



Post new topic Reply to topic  [ 21 posts ]  Go to page Previous  1, 2
Author Message
PostPosted: Tue Jul 03, 2012 11:16 pm 
Regular

Joined: Tue Apr 03, 2012 9:17 am
Posts: 88
Location: Seoul, South Korea
Projects: Dandelion
Organization: Cheritz
Samidarenina wrote:
You can temporarily write "add "nameofyourpicture.png"
under "screen yesno_prompt".
But it's just a temporary solution because it will put the same picture on ALL instances the prompt is being run. I'm still looking at ways to make this apply only on the Main Menu.


I apologized for the late response, forgot to check back on this. apricotorange, the thing is that if you add an image like "menu.jpg", that always shows up whenever you use the yes/no prompt. Just as Samidarenina said, this is a temporary solution and I am also looking for a better one. Where the normal background doesn't disappear and gets shown where ever you are.


Top
 Profile Send private message  
 
PostPosted: Wed Jul 04, 2012 12:17 am 
Veteran

Joined: Tue Jun 05, 2012 2:01 am
Posts: 375
I'm not following; did you try the solution from viewtopic.php?f=8&t=15790#p206143 ? That definitely doesn't change the background of anything outside of the main menu.


Top
 Profile Send private message  
 
PostPosted: Wed Jul 04, 2012 12:20 am 
Regular

Joined: Tue Apr 03, 2012 9:17 am
Posts: 88
Location: Seoul, South Korea
Projects: Dandelion
Organization: Cheritz
The code you posted?

Code:
image mm_root = "menu.jpg"
label main_menu:
    show mm_root
    $ renpy.show_screen("main_menu")
    $ ui.interact()
    return


Doesn't work for me =(


Top
 Profile Send private message  
 
PostPosted: Wed Jul 04, 2012 6:22 am 
Veteran

Joined: Tue Jun 05, 2012 2:01 am
Posts: 375
I assume you replaced mm_root with some full-screen image which actually exists in your project? And your project has a "screen main_menu"? Hmm. :( I can't think of any other reason why it wouldn't work off the top of my head.


Top
 Profile Send private message  
 
PostPosted: Thu Jul 12, 2012 4:14 pm 
Veteran

Joined: Mon Jun 18, 2012 12:16 pm
Posts: 236
You'd like to take a look at this:
http://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=16080


Top
 Profile Send private message  
 
PostPosted: Mon Aug 06, 2012 9:41 am 
Regular

Joined: Tue Apr 03, 2012 9:17 am
Posts: 88
Location: Seoul, South Korea
Projects: Dandelion
Organization: Cheritz
Sorry for the late reply, that's a useful thread, thanks a lot Levrex!! I'm really happy now =)
Here's the code for anyone else wondering and too lazy to go look for it in that thread.

Code:
def custom_quit():
            Quit()()
config.quit_action = custom_quit


Top
 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 21 posts ]  Go to page Previous  1, 2

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: Talann


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Protected by Anti-Spam ACP
Powered by phpBB® Forum Software © phpBB Group