Search found 6 matches

by Blueoriontiger
Fri Nov 12, 2021 12:42 pm
Forum: Ren'Py Cookbook
Topic: Inventory Screen
Replies: 100
Views: 102492

Re: Inventory Screen

EDIT: I'm also going to make my own edit here, but be extremely specific to anyone else coming in. The first X value definitely needs to be changed. The "other" value that was reference is under the i%3 subsection. Those are the two you need to edit: EDIT: I realized there were quite a few...
by Blueoriontiger
Wed Feb 04, 2015 3:58 am
Forum: Ren'Py Questions and Announcements
Topic: Exception: DirectSoundCreate: Mixing buffer was lost
Replies: 1
Views: 1356

Exception: DirectSoundCreate: Mixing buffer was lost

I've been having this same problem this user has described here: http://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=28827&p=343412&hilit=Mixing+buffer+was+lost#p343412 I have the sister headset to him (Kraken 7.1 Pro Chroma USB) and have been getting the identical same error. As he sta...
by Blueoriontiger
Fri Aug 05, 2011 1:10 am
Forum: Ren'Py Questions and Announcements
Topic: Displaying a window for clues and affection meter.
Replies: 15
Views: 2199

Re: Displaying a window for clues and affection meter.

O_O Whatever you did made it work. At least there's a button on the screen now. (Now just have to figure out the code for what I want on the other screen) XD Thanks. :)
by Blueoriontiger
Fri Aug 05, 2011 12:54 am
Forum: Ren'Py Questions and Announcements
Topic: Displaying a window for clues and affection meter.
Replies: 15
Views: 2199

Re: Displaying a window for clues and affection meter.

Hm, okay. XD Looks indented properly. Just put in your edited code, now getting this? o.O File "game/script.rpy", line 15: Expected a screen language statement. ui.textbutton("Show Stats", clicked=ui.callsinnewcontext("stats_screen")) Arrow points to right after ui. I'l...
by Blueoriontiger
Fri Aug 05, 2011 12:25 am
Forum: Ren'Py Questions and Announcements
Topic: Displaying a window for clues and affection meter.
Replies: 15
Views: 2199

Re: Displaying a window for clues and affection meter.

It just points to the end of the line where the colon is and says something to the effect of statement expected. screen button: ..................^ I'm also getting an error with this line now. Says syntax error when parsing the python expression. There were no brackets or comma originally, and I wa...
by Blueoriontiger
Thu Aug 04, 2011 9:22 pm
Forum: Ren'Py Questions and Announcements
Topic: Displaying a window for clues and affection meter.
Replies: 15
Views: 2199

Re: Displaying a window for clues and affection meter.

Camille, I keep getting a syntax error with the first line of your code "screen button". It keeps telling me that no matter what I do. Where does this section go exactly? screen button: # This shows the button. In your script, to have the button show up, just type in "show screen butt...