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 Wed Jun 19, 2013 3:04 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  [ 3 posts ] 
Author Message
PostPosted: Tue Mar 27, 2012 12:03 am 
Newbie
User avatar

Joined: Sat Dec 03, 2011 6:26 pm
Posts: 20
Projects: My Fair Prince (Working Title)
On the default renpy code, how do you get rid of the box surrounding the name when a person speaks and how do you customize its position? I deleted the code entirely and decided to use image-based speaker tags...though now it's starting to not work out, so I would like to know how to do the former. Preferably, I'd like to see the full code so I can follow and go off of that. @u@ Thanks so much for the help! <3

_________________
deviantart link <3


Top
 Profile Send private message  
 
PostPosted: Tue Mar 27, 2012 11:05 am 
Ren'Py Creator
User avatar

Joined: Mon Feb 02, 2004 10:58 am
Posts: 10849
Location: Kings Park, NY
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Are you using show_two_window? If so, you probably want something like:

Code:
init python:
    style.say_who_window.background = None


That doesn't get rid of the window entirely, but it sets its background to None, which is probably what you want.

_________________
Another Old-Fashioned Bishoujo Gamer
Supporting creators since 2004; Code > Drama
(When was the last time you backed up your game?)
"It is not the critic who counts; not the man who points out how the strong man stumbles, or where the doer of deeds could have done them better. The credit belongs to the man who is actually in the arena, whose face in marred by dust and sweat and blood; who strives valiantly; who errs, who comes short again and again, because there is no effort without error and shortcoming" - Theodore Roosevelt


Top
 Profile Send private message  
 
PostPosted: Tue Mar 27, 2012 10:05 pm 
Newbie
User avatar

Joined: Sat Dec 03, 2011 6:26 pm
Posts: 20
Projects: My Fair Prince (Working Title)
PyTom wrote:
Are you using show_two_window? If so, you probably want something like:

Code:
init python:
    style.say_who_window.background = None


That doesn't get rid of the window entirely, but it sets its background to None, which is probably what you want.

I'm pretty sure I'm not. How would you set it to two windows? I put "True" in the default_two_window part, but it looks the same.
edit: Actually, did a bunch of searching through forums and found how to do it! Interestingly enough, you answered it for them, so thanks from me too! (:

_________________
deviantart link <3


Top
 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: ParanoidNoodle


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