Search found 1627 matches
- Mon Dec 13, 2010 8:50 am
- Forum: Ren'Py Questions and Announcements
- Topic: User input variables?
- Replies: 6
- Views: 1370
Re: User input variables?
Okay, I see what you're complaining about. Like most things in Ren'Py, you'll have to style them to fit your needs. You can style the input window to fit your needs. Mess around with the input_window and input_text styles until they mimic your NVL arrangement. ... I think that might be the best/onl...
- Mon Dec 13, 2010 8:22 am
- Forum: Ren'Py Questions and Announcements
- Topic: User input variables?
- Replies: 6
- Views: 1370
Re: User input variables?
Whatever limitation you think is there is not there. NVL mode and regular mode use variables in the same way. You can also use characters in NVL mode, too. You just have to put the parameter "kind=nvl" inside your character definition. You can use a character called "e" if you wanted. You just have...
- Mon Dec 13, 2010 1:35 am
- Forum: Ren'Py Questions and Announcements
- Topic: User input variables?
- Replies: 6
- Views: 1370
Re: User input variables?
I'm not sure what's to help? So the first line says: take a variable, name. then prompt the user to enter a string of maximum length 20 to the query "What is your name?" with a default option "Joe User". then store that string as name. The "%(name)s" tells the game to display name, and that name is...
- Mon Dec 13, 2010 1:09 am
- Forum: Ren'Py Questions and Announcements
- Topic: User input variables?
- Replies: 6
- Views: 1370
User input variables?
Hi, I'd like to make a kinetic novel that involves using a list of things (input) given by the user that becomes part of the story. How would I code something like that? I did search the archives, which gave me renpy.input , but I'm a little confused by what I'm looking at. $ name = renpy.input("Wha...
- Sun Nov 14, 2010 3:10 pm
- Forum: Skill Development
- Topic: Is there any way to make this image look drawn?
- Replies: 16
- Views: 1786
Re: Is there any way to make this image look drawn?
This: http://www.morguefile.com/archive/display/691476 You can download Akvis Sketch free sample and use it for 10 days. I would suggest collecting ALL the images you plan on using and THEN downloading the program. http://akvis.com/en/sketch/index.php It DOES make color sketches. Examples: http://a...
- Wed Oct 27, 2010 5:16 am
- Forum: Creator Discussion
- Topic: The new renai.us/games.renpy.org support thread.
- Replies: 249
- Views: 239960
Re: The new renai.us/games.renpy.org support thread.
My apologies, but my computer locked up while I was uploading a screenshot and I ended up posting two of the same picture. Can I have either the first or second screenshot removed from my entry?
http://www.renai.us/game/torreyvampire.shtml
http://www.renai.us/game/torreyvampire.shtml
Re: Guestbook
Hi, my work is under Ookami Kasumi, but my name is Morgan. I live in North Carolina of the USA My website is: http://ookami-kasumi.livejournal.com/ I've been wanting to make a visual novel for almost a year now. As of this note, I'm only days away from finishing my very first one using RenPy. The or...