Search found 28 matches
- Sun Mar 30, 2014 7:05 pm
- Forum: Completed Games
- Topic: Time's up! Turn the Page [NaNoRenO 2014] [Slice of Life]
- Replies: 5
- Views: 7025
Time's up! Turn the Page [NaNoRenO 2014] [Slice of Life]
http://www.kaerumusic.com/novelleap/wp-content/uploads/2014/03/Times-up-PromoDone-e1396220421514.png Summary: Cassandra has just graduated from high school but has no idea what she’ll do next! Will she be able to come up with a plan before times up and the next chapter of her life begins? Times Up-...
- Tue Feb 11, 2014 9:04 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Having problems building Android package
- Replies: 2
- Views: 2612
Having problems building Android package
I'm trying to build an Android package, but even when I try to build 'The Question' as a test, it won't work. The android.txt file I get is below: Resolved location of library project to: C:\Users\Emily\Downloads\renpy-6.16.5-sdk\rapt-6.16.5\android-sdk\extras\google\play_apk_expansion\downloader_li...
- Sat Jan 19, 2013 12:33 am
- Forum: Ren'Py Questions and Announcements
- Topic: Window isn't changing with config.screen_width and height
- Replies: 2
- Views: 490
Window isn't changing with config.screen_width and height
So I've changed my screen width and height from 800x600 to 1200x857, but the only screen gets smaller within the window (and only slightly longer horizontally).
What's wrong?
What's wrong?
- Wed Jan 16, 2013 4:50 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Defining a new window type
- Replies: 1
- Views: 302
Defining a new window type
So there's the standard text window type, and there's NVL mode, is there a way to define your own text window? Additionally, is it possible to show it while another is active?
- Mon May 21, 2012 9:57 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Psudo-forum: Pagination and text backgrounds
- Replies: 2
- Views: 430
Psudo-forum: Pagination and text backgrounds
I'm trying to make a replica of a forum on a game, how can I make it so that... - each post would have the profile images on the left and other elements of a single post ( http://i139.photobucket.com/albums/q303/froggirl003/post.png ) [while having stuff like 'profile' and 'pm' only part of the stat...
- Mon Feb 27, 2012 10:00 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Making text show up immediately
- Replies: 0
- Views: 277
Making text show up immediately
I'm making a game where there are some scenes that mimic a forum setting. As a result, I want to have some screens have text from multiple characters that's immediately shown when they get on the screen.
Is it also possible to have 'Next' and 'Back' buttons to further mimic the style?
Thanks!
Is it also possible to have 'Next' and 'Back' buttons to further mimic the style?
Thanks!
- Sat Feb 25, 2012 1:17 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Showing a menu item has been chosen (like Katawa Shoujo)
- Replies: 2
- Views: 480
Re: Showing a menu item has been chosen (like Katawa Shoujo)
Yes, thank you!
- Tue Feb 21, 2012 7:09 pm
- Forum: Ren'Py Questions and Announcements
- Topic: How can I keep this in NVL mode?
- Replies: 4
- Views: 2018
Re: How can I keep this in NVL mode?
Can you do this without the indent? So instead of $ pn = DynamicCharacter("p", kind=nvl, what_prefix="%(pn)s: \"", what_suffix="\"") you can do this $ pn = DynamicCharacter(None, kind=nvl, what_prefix="%(pn)s: \"", what_suffix="\"") and still have the name show up? I keep getting the variable. EDIT:...
- Mon Feb 20, 2012 6:35 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Overlay has disappeared
- Replies: 0
- Views: 1329
Overlay has disappeared
I have no idea how it did, but the overlay disappeared. screens.rpy: init: python: import time, locale def toggle_profanity(): persistent.profanity = not persistent.profanity if not persistent.profanity: persistent.profanity = False renpy.restart_interaction() else: persistent.profanity = True renpy...
- Mon Feb 20, 2012 6:05 pm
- Forum: Ren'Py Questions and Announcements
- Topic: TypeError: cannot concatenate 'str' and 'Rever...' [SOLVED]
- Replies: 2
- Views: 626
Re: TypeError: cannot concatenate 'str' and 'Rever...' [SOLV
define nsys = Character(None, kind=nvl, what_prefix="System: ", what_suffix="") define nnar = Character(None, kind=nvl, what_prefix="", what_suffix="") define letter = Character(None, kind=nvl, what_prefix="", what_suffix="") define nun = Character(None, kind=nvl, what_prefix="%(un)s: ", what_suffi...
- Mon Feb 20, 2012 5:03 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Showing a menu item has been chosen (like Katawa Shoujo)
- Replies: 2
- Views: 480
Showing a menu item has been chosen (like Katawa Shoujo)
So in Katawa shoujo, the menu items show an empty box if they haven't been selected by the user before. If the user has selected it before, there's a check box. I'd imagine there's some persistent data involved. How is this done?
- Mon Feb 20, 2012 4:53 pm
- Forum: Ren'Py Questions and Announcements
- Topic: TypeError: cannot concatenate 'str' and 'Rever...' [SOLVED]
- Replies: 2
- Views: 626
TypeError: cannot concatenate 'str' and 'Rever...' [SOLVED]
I've been having this error and can't figure out how to fix it. It's not giving me any files to check. I'm sorry, but an uncaught exception occurred. While running game code: TypeError: cannot concatenate 'str' and 'RevertableList' objects -- Full Traceback ------------------------------------------...
- Mon May 16, 2011 6:42 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Main menu generator (ver 1.15)
- Replies: 51
- Views: 12169
Re: Main menu generator (ver 1.15)
I use Ren'Py version 6.12.0e and even though it's in the project folder, a new button doesn't show up in the menu.