Search found 9 matches

by Rils
Tue May 02, 2017 5:25 am
Forum: Ren'Py Questions and Announcements
Topic: Quick Menu behind Textbox?
Replies: 4
Views: 761

Re: Quick Menu behind Textbox?

With a bit of fiddling with a fresh set of default code it seems to have sorted itself, but now I've realized moving the quick menu higher adds a new challenge, hiding with with the text box during transitions...
by Rils
Mon May 01, 2017 2:35 pm
Forum: Ren'Py Questions and Announcements
Topic: Quick Menu behind Textbox?
Replies: 4
Views: 761

Re: Quick Menu behind Textbox?

I haven't done the latest convert to the newer gui.
by Rils
Mon May 01, 2017 4:19 am
Forum: Ren'Py Questions and Announcements
Topic: Quick Menu behind Textbox?
Replies: 4
Views: 761

Quick Menu behind Textbox?

The Zorder for the Quickmenu doesn't seem to be working properly and my Quick menu is always staying behind the Say window, any ideas?
by Rils
Sat Apr 29, 2017 2:25 am
Forum: Ren'Py Questions and Announcements
Topic: Rotate Namebox
Replies: 11
Views: 2351

Re: Rotate Namebox

Woo, that works, after fiddling with positioning and stuff it'll work great, thanks!
by Rils
Fri Apr 28, 2017 5:39 pm
Forum: Ren'Py Questions and Announcements
Topic: Rotate Namebox
Replies: 11
Views: 2351

Re: Rotate Namebox

Hmm, I didn't mean to make it vertical, I meant being able to put it at a 15 Degree angle.
by Rils
Fri Apr 28, 2017 2:36 pm
Forum: Ren'Py Questions and Announcements
Topic: Rotate Namebox
Replies: 11
Views: 2351

Rotate Namebox

Is it possible to rotate the gui.name and gui.namebox?
by Rils
Tue Nov 01, 2016 3:26 am
Forum: Ren'Py Questions and Announcements
Topic: KeyError on a narration?
Replies: 4
Views: 812

Re: KeyError on a narration?

The Keyerror showed back up, if I do

Code: Select all

"[[Dating Start]]"
in the script it comes out as
[Dating Start]]
and if I do

Code: Select all

"[[Dating Start]"
I get the keyerror on History.
by Rils
Sun Oct 23, 2016 1:31 am
Forum: Ren'Py Questions and Announcements
Topic: KeyError on a narration?
Replies: 4
Views: 812

Re: KeyError on a narration?

That's weird, because it had no trouble at the time I put that text in, it's only until much later it caused this key error.

Edit: Well, that worked, huh.

Thanks!
by Rils
Sat Oct 22, 2016 11:28 pm
Forum: Ren'Py Questions and Announcements
Topic: KeyError on a narration?
Replies: 4
Views: 812

KeyError on a narration?

When I try to load the history now, this occurs. It worked prior. The only thing the KeyError seems to be related to is 2 pieces of dialogue that are only "\[Dating Start\]" Traceback: I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00gamemen...