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 Sun May 26, 2013 3:36 am

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  [ 2 posts ] 
Author Message
 Post subject: Dress Up game?
PostPosted: Sun Jan 22, 2012 11:00 pm 
Regular
User avatar

Joined: Mon Apr 05, 2010 6:29 pm
Posts: 46
Location: USA
Projects: Adrift (Artist)
Hi,

I was wondering how difficult it would be to make a simple dress-up game using Ren'py? Not a drag and drop kind, but one with < and > buttons for options like "skin", "hair", and "clothing".
I'm fairly novice to programming with Ren'py, so if anyone has some suggestions that would be much appreciated!

Thank you!!


Top
 Profile Send private message  
 
 Post subject: Re: Dress Up game?
PostPosted: Mon Jan 23, 2012 8:41 am 
Veteran
User avatar

Joined: Sun Oct 09, 2011 11:15 pm
Posts: 390
Projects: Dream's Dénouement
Organization: Team ANARKY
Short answer: pretty simple.

You just use the same commands as you would for showing different facial expressions.

Code:
# the selection buttons (< and > buttons), first change the value of variables "skin", "hair", and "clothing", then the code for displaying is run:
show naked sprite # :P
if hair == "red":
    show red hair
if hair == "black":
    show black hair
if clothing == "casual":
    show casual clothing
#...

_________________
Image Free hosting or website for your VN


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

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: Bing [Bot]


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