Search found 8 matches

by fuwafactory
Tue Apr 28, 2015 11:16 pm
Forum: Ren'Py Questions and Announcements
Topic: Purchasable Items in Ren'Py?
Replies: 2
Views: 612

Re: Purchasable Items in Ren'Py?

Ah, I was thinking of splitting the game into several files, the main base and then the different paths and then offering them for download on certain sites that I know of, but I'm not sure how to make the game without getting an error, since at the beginning of the game you pick what character you ...
by fuwafactory
Tue Apr 28, 2015 10:39 pm
Forum: Ren'Py Questions and Announcements
Topic: Purchasable Items in Ren'Py?
Replies: 2
Views: 612

Purchasable Items in Ren'Py?

I was wondering if you could make purchasable paths in Ren'Py, like for example in Voltage games some paths are playable but you have to buy others.
Is it possible and if so what code would one use?
by fuwafactory
Sun Apr 12, 2015 5:59 pm
Forum: Ren'Py Questions and Announcements
Topic: TypeError: __call__() got an unexpected keyword argument.
Replies: 6
Views: 2983

Re: TypeError: __call__() got an unexpected keyword argument

Thank you!
After messing around a bit more with your help, I managed to fix the error.
by fuwafactory
Sun Apr 12, 2015 2:09 pm
Forum: Ren'Py Questions and Announcements
Topic: TypeError: __call__() got an unexpected keyword argument.
Replies: 6
Views: 2983

Re: TypeError: __call__() got an unexpected keyword argument

I couldn't really get the image thing to work, so I changed the frame to #FFFFFF. But then I got this error... I'm sorry, but an uncaught exception occurred. While executing init code: File "game/options.rpy", line 10, in script init -1 python hide: File "game/options.rpy", line ...
by fuwafactory
Sat Apr 11, 2015 10:56 pm
Forum: Ren'Py Questions and Announcements
Topic: TypeError: __call__() got an unexpected keyword argument.
Replies: 6
Views: 2983

Re: TypeError: __call__() got an unexpected keyword argument

Okay, so I found out that in the first line of the theme code you posted I deleted my theme name for some reason so it resulted in that error. After filling it in with my selected theme I got this error: I'm sorry, but an uncaught exception occurred. While executing init code: File "game/option...
by fuwafactory
Sat Apr 11, 2015 4:09 pm
Forum: Ren'Py Questions and Announcements
Topic: TypeError: __call__() got an unexpected keyword argument.
Replies: 6
Views: 2983

TypeError: __call__() got an unexpected keyword argument.

I'm back with another problem. I was messing around in the options.rpy file and adding images to the main menu buttons when I booted up the game and this happened: I'm sorry, but an uncaught exception occurred. While executing init code: File "game/options.rpy", line 10, in script init -1 ...
by fuwafactory
Fri Apr 10, 2015 11:23 pm
Forum: Ren'Py Questions and Announcements
Topic: Error when customizing in-game menu!
Replies: 3
Views: 636

Re: Error when customizing in-game menu!

Oh, whoops.
It turns out that I didn't say in the code the length and width of the in-game menu button and then that happened.
As soon as I remembered and typed it in, it started working as per usual.

Sorry for wasting your time!
by fuwafactory
Fri Apr 10, 2015 11:09 pm
Forum: Ren'Py Questions and Announcements
Topic: Error when customizing in-game menu!
Replies: 3
Views: 636

Error when customizing in-game menu!

NOTE: Even though I have been using Ren'Py for almost half a year, I have still no idea how to properly code, so treat me like a noob. (The only thing I can code well-ish is BBCode, and I suck at that, too.) So, I was following this tutorial and then launched my game to test it but as soon as it cam...