Search found 8 matches

by woogers
Thu Jan 17, 2013 8:55 am
Forum: Ren'Py Questions and Announcements
Topic: Changing fonts during runtime
Replies: 5
Views: 828

Re: Changing fonts during runtime

That actually works quite well. Thanks, nyaa.
by woogers
Wed Jan 16, 2013 8:08 am
Forum: Ren'Py Questions and Announcements
Topic: Changing fonts during runtime
Replies: 5
Views: 828

Re: Changing fonts during runtime

I'll try messing with it and see what happens. If I figure something out, I'll let you know.
by woogers
Tue Jan 15, 2013 3:05 pm
Forum: Ren'Py Questions and Announcements
Topic: Changing fonts during runtime
Replies: 5
Views: 828

Changing fonts during runtime

I'm aware of the ability to change fonts per style and to change the default interface font, but is there a way to give the reader a choice of several different fonts, and to have it change for everything from interface to dialogue, or to change between styles for certain elements, all during runtim...
by woogers
Tue Oct 30, 2012 11:07 pm
Forum: Ren'Py Questions and Announcements
Topic: 'str' object is not callable
Replies: 10
Views: 2296

Re: 'str' object is not callable

Fixed that, loading is still broken. ;_;

I'll keep messing with things. Thanks for the help!
by woogers
Mon Oct 29, 2012 1:30 am
Forum: Ren'Py Questions and Announcements
Topic: 'str' object is not callable
Replies: 10
Views: 2296

Re: 'str' object is not callable

My apologies for the weeks late reply, I've been busy with life things. Here is the options.rpy. ## This file contains some of the options that can be changed to customize ## is quite a bit more customization you can do. ## ## Lines beginning with two '#' marks are comments, and you shouldn't ## unc...
by woogers
Fri Oct 05, 2012 8:34 am
Forum: Ren'Py Questions and Announcements
Topic: 'str' object is not callable
Replies: 10
Views: 2296

Re: 'str' object is not callable

Removed grey from the line, the error traceback is still the same. What other code do you want to see?
by woogers
Wed Oct 03, 2012 2:39 pm
Forum: Ren'Py Questions and Announcements
Topic: 'str' object is not callable
Replies: 10
Views: 2296

Re: 'str' object is not callable

No, the script has been the same for quite some time, and I didn't reassign the variable anywhere.
by woogers
Tue Oct 02, 2012 9:09 pm
Forum: Ren'Py Questions and Announcements
Topic: 'str' object is not callable
Replies: 10
Views: 2296

'str' object is not callable

I've got a strange problem, where reloading the script with Shift+R or loading a saved game from a file through the save menu crashes the running game. I'm sorry, but an uncaught exception occurred. While running game code: File "game\script.rpy", line 13, in script TypeError: 'str' object...