Search found 11 matches

by Skhizein
Wed Jan 07, 2015 6:43 pm
Forum: Ren'Py Cookbook
Topic: Infinite, Stackable Inventory/Crafting/Vendor - UPDATED v1.5
Replies: 75
Views: 53443

Re: Infinite, Stackable Inventory, Crafting, and Vendor Scre

Having issues as well. Started a clean game and added stuff from the ground up, it worked up until I added items. This is the error message I got: I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 64, in script $ renpy.pause() File "g...
by Skhizein
Sun Sep 28, 2014 7:45 pm
Forum: Ren'Py Questions and Announcements
Topic: config.default_text_cps Not Working
Replies: 2
Views: 489

Re: config.default_text_cps Not Working

Have you tried deleting persistent?
by Skhizein
Sat May 24, 2014 10:53 pm
Forum: Ren'Py Questions and Announcements
Topic: Tooltip in Dialogue
Replies: 2
Views: 399

Re: Tooltip in Dialogue

That would probably have a lot of drawbacks. If I create a screen with a mousearea over where the word will appear, then show the screen before the line, it'll be hoverable before the word gets displayed (without cps set to 0). I guess this is a pretty small issue though, maybe I should try that... ...
by Skhizein
Sat May 24, 2014 9:37 pm
Forum: Ren'Py Questions and Announcements
Topic: Tooltip in Dialogue
Replies: 2
Views: 399

Tooltip in Dialogue

Right now I have everything functioning, and the current set up is acceptable , but aesthetically I'd like something more complicated. What I have is hyperlinks attached to words that the reader wouldn't be expected to know, leading to a brief definition. The hyperlink function works, but chops up t...
by Skhizein
Sat Feb 22, 2014 7:45 pm
Forum: Ren'Py Questions and Announcements
Topic: Imagemap hover/click sounds not functioning
Replies: 4
Views: 2747

Re: Imagemap hover/click sounds not functioning

I'll definitely do that next time something like this happens. Thanks again for taking the time to help me out!
by Skhizein
Sat Feb 22, 2014 7:16 pm
Forum: Ren'Py Questions and Announcements
Topic: Imagemap hover/click sounds not functioning
Replies: 4
Views: 2747

Re: Imagemap hover/click sounds not functioning

Thank you. So much. Really, seriously, thank you.

Now I just wish I knew why or when it changed like that. Was it the update after all..?
by Skhizein
Sat Feb 22, 2014 5:11 pm
Forum: Ren'Py Questions and Announcements
Topic: Imagemap hover/click sounds not functioning
Replies: 4
Views: 2747

Imagemap hover/click sounds not functioning

So I just booted up Renpy for the first time in a good week, and I'm suddenly having a problem that didn't exist before. I updated to 6.17 of course, but according to the update post, there weren't any changes that would've made old code incompatible so that shouldn't be the problem. Haven't a clue ...
by Skhizein
Sun Dec 15, 2013 1:09 am
Forum: Ren'Py Questions and Announcements
Topic: Imagemap on top of an imagemap
Replies: 2
Views: 684

Re: Imagemap on top of an imagemap

I'm having no issues with imagemaps fortunately, just wondering if it would be possible to achieve this look I wanted. If push comes to shove I'll rethink the design I suppose. It's only worth so much trouble to have things "just so". Anyways, I appreciate that you took the time to give so...
by Skhizein
Sat Dec 14, 2013 8:31 pm
Forum: Ren'Py Questions and Announcements
Topic: Imagemap on top of an imagemap
Replies: 2
Views: 684

Imagemap on top of an imagemap

I've got a ridiculously simple problem that should be easy to solve, but I'm completely stuck. I need some help from a brighter and fresher mind. I'm setting up a GUI and in the settings screen, I'd like to have two options (i.e., window and fullscreen mode) both located within the same semi-transpa...
by Skhizein
Sun May 05, 2013 8:16 am
Forum: Ren'Py Questions and Announcements
Topic: QTE Randomization
Replies: 3
Views: 1853

Re: QTE Randomization

Thank you, SO MUCH, to both of you! That would have taken me forever to figure out on my own, if I ever did. It works like a charm now! Plus I understand the code a little bit more too, haha.
by Skhizein
Sat May 04, 2013 11:49 pm
Forum: Ren'Py Questions and Announcements
Topic: QTE Randomization
Replies: 3
Views: 1853

QTE Randomization

Currently I'm trying to put together a quick time event that involves randomizing what keys the player needs to press within a time limit. I'm completely new to this, so I'm sure I'm just overlooking some really simple syntax errors or something, but I can't get it to work. This is what I have so fa...