Search found 196 matches
- Tue Jan 14, 2014 10:12 pm
- Forum: Ren'Py Questions and Announcements
- Topic: UnitEngine and Overlay displayables
- Replies: 5
- Views: 1057
Re: UnitEngine and Overlay displayables
I've tried variations but it doesn't seem to work. Might as well attach the coding. The issue needs to be tackled at its source now rather than in the script or main menu, since even loading a game means that the displays persist. I know that I need to turn off show_unit_info and show_buttons but ho...
- Mon Jan 13, 2014 3:18 pm
- Forum: Ren'Py Questions and Announcements
- Topic: UnitEngine and Overlay displayables
- Replies: 5
- Views: 1057
UnitEngine and Overlay displayables
Another question on the UnitEngine. It's a known bug (I know, it's old coding) but returning to the main menu from the unitengine and then going to label start leaves the overlays running. I've been trying my best but can't crack it. Is there a way to turn off the overlay layer so that all overlay d...
- Mon Jan 06, 2014 10:26 pm
- Forum: Ren'Py Questions and Announcements
- Topic: KeyError: 'screens'
- Replies: 3
- Views: 808
Re: KeyError: 'screens'
Code: Select all
if 'tileengine' not in config.layers:
config.layers = [ 'master', 'tileengine', 'transient', 'overlay', 'screens']- Mon Jan 06, 2014 10:09 pm
- Forum: Ren'Py Questions and Announcements
- Topic: KeyError: 'screens'
- Replies: 3
- Views: 808
KeyError: 'screens'
Any help that can be given here? I'm trying to incorporate TileEngine and UnitEngine, and the following happens when I include TileEngine.rpy. I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00start.rpy", line 157, in script File "renpy/common/00start.rpy",...
- Tue Dec 31, 2013 4:05 pm
- Forum: Works in Progress
- Topic: My Little Dictator [War][Romance]
- Replies: 44
- Views: 14009
Re: My Little Dictator [War][Romance]
Visit http://war-girl.com for the most up to date information on this game.
- Sat Dec 28, 2013 5:50 pm
- Forum: Works in Progress
- Topic: My Little Dictator [War][Romance]
- Replies: 44
- Views: 14009
Re: My Little Dictator [War][Romance]
Visit http://war-girl.com for the most up to date information on this game.
- Sat Dec 21, 2013 2:51 am
- Forum: Works in Progress
- Topic: My Little Dictator [War][Romance]
- Replies: 44
- Views: 14009
Re: My Little Dictator [War][Romance]
Visit http://war-girl.com for the most up to date information on this game.
- Tue Dec 17, 2013 7:00 pm
- Forum: Ren'Py Cookbook
- Topic: RPG Battle Engine - Alpha 7.5, downloads in first post
- Replies: 274
- Views: 75516
- Mon Dec 16, 2013 9:06 pm
- Forum: Ren'Py Cookbook
- Topic: RPG Battle Engine - Alpha 7.5, downloads in first post
- Replies: 274
- Views: 75516
- Wed Dec 11, 2013 12:17 pm
- Forum: Creator Discussion
- Topic: ---
- Replies: 6
- Views: 808
- Wed Dec 11, 2013 5:49 am
- Forum: Creator Discussion
- Topic: ---
- Replies: 6
- Views: 808
- Tue Dec 10, 2013 1:03 pm
- Forum: Creator Discussion
- Topic: ---
- Replies: 6
- Views: 808
---
---
- Sat Dec 07, 2013 11:03 am
- Forum: Creator Discussion
- Topic: Say you're writing a first person story...
- Replies: 5
- Views: 1029
- Mon Dec 02, 2013 2:50 am
- Forum: Ren'Py Questions and Announcements
- Topic: Viewports and Imagemaps
- Replies: 2
- Views: 697
Re: Viewports and Imagemaps
Thank you. Got it working.Alex wrote:Try to set <child_size> parameter for the viewport...
http://www.renpy.org/doc/html/screens.html#viewport
http://lemmasoft.renai.us/forums/viewto ... f=8&t=8864
- Thu Nov 21, 2013 2:35 am
- Forum: Ren'Py Questions and Announcements
- Topic: Viewports and Imagemaps
- Replies: 2
- Views: 697
Viewports and Imagemaps
I'm attempting to design a scrolling map with an imagemap/imagebuttons on top. I've tried many ways to get them layered, however, having more than one 'add' object in a viewport prevents it from scrolling. Here's what I initially had that was working: screen viewport1: viewport: edgescroll (200, 500...