Search found 51 matches

by Steffenator
Sat Feb 18, 2017 2:50 pm
Forum: Development of Ren'Py
Topic: Flowchart game assembly
Replies: 8
Views: 2521

Flowchart game assembly

I had an idea for a future game development option. Has anyone ever thought of, or does it already exist, to make an interface where you have a library of RenPy actions, (menus, if-statements, user interactions, mini games, etc) represented by shapes, like in an electrical diagram, or flowchart? Eac...
by Steffenator
Sat Feb 18, 2017 2:24 pm
Forum: Ren'Py Questions and Announcements
Topic: Image mapped hotspots for player choices.
Replies: 2
Views: 425

Image mapped hotspots for player choices.

Ok, so I've read a few posts about clicking on an in-game screen for navigation around an area, and for picking up objects, and whatnot, but the solutions I've seen haven't ever really seemed to be what I was looking for. Though, I am interested in using them for all afore mentioned purposes. (Espec...
by Steffenator
Sat Feb 18, 2017 3:26 am
Forum: Ren'Py Questions and Announcements
Topic: An Exception has occured?
Replies: 7
Views: 2184

Re: An Exception has occured?

It's the Interactive Director 2000 thingy.
That did the trick.

Thanks!
by Steffenator
Sat Feb 18, 2017 3:24 am
Forum: Ren'Py Questions and Announcements
Topic: CURSED WHITESPACE!!!
Replies: 2
Views: 315

Re: CURSED WHITESPACE!!!

Stupid colons!

That did the trick... thanks, indoneko. *thumbs up*
by Steffenator
Fri Feb 17, 2017 11:15 pm
Forum: Ren'Py Questions and Announcements
Topic: CURSED WHITESPACE!!!
Replies: 2
Views: 315

CURSED WHITESPACE!!!

Ok, gang... this is my first foray into programming (hooray for doors opened by RenPy!) I've been wrestling with these stupid indentation errors all day. Can anyone take a look at this? The errors have been telling me that the statements immediately under the "one-line python statement does not...
by Steffenator
Fri Feb 17, 2017 10:36 pm
Forum: Ren'Py Questions and Announcements
Topic: An Exception has occured?
Replies: 7
Views: 2184

Re: An Exception has occured?

I get a similar error... _______________________________________________________________________- I'm sorry, but an uncaught exception occurred. After initialization, but before game start. File "renpy/common/00start.rpy", line 76, in _init_language renpy.change_language(language) File &qu...