Search found 196 matches

by DesertFox
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...
by DesertFox
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...
by DesertFox
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']
Thanks, that's fixed it. Although, does the order above matter?
by DesertFox
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",...
by DesertFox
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.
by DesertFox
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.
by DesertFox
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.
by DesertFox
Wed Dec 11, 2013 12:17 pm
Forum: Creator Discussion
Topic: ---
Replies: 6
Views: 808

Re: Advertising without spamming

---
by DesertFox
Wed Dec 11, 2013 5:49 am
Forum: Creator Discussion
Topic: ---
Replies: 6
Views: 808

Re: Advertising without spamming

---
by DesertFox
Tue Dec 10, 2013 1:03 pm
Forum: Creator Discussion
Topic: ---
Replies: 6
Views: 808

---

---
by DesertFox
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.
by DesertFox
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...