Search found 13 matches

by Kshimimi
Tue Feb 16, 2016 11:57 am
Forum: Ren'Py Questions and Announcements
Topic: (DSE) change stat cap in-game?
Replies: 2
Views: 463

Re: (DSE) change stat cap in-game?

Would still appreciate some help on this. Trying to figure it out on my own isn't really working out.
by Kshimimi
Wed Feb 10, 2016 4:00 am
Forum: Ren'Py Questions and Announcements
Topic: (DSE) change stat cap in-game?
Replies: 2
Views: 463

(DSE) change stat cap in-game?

In brief: I am using the DSE 3.0 framework for a stat-building game, and I want to be able to modify the max value for some of those stats during the game...but I'm not sure how to accomplish this? I tried looking at some older solutions here http://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=...
by Kshimimi
Tue Feb 09, 2016 5:05 pm
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 97630

Re: Dating Sim Engine (DSE) 3.1! Day Planner and Event Manag

I had to get rid of the additional hbox in order to make xsize work properly, but it more or less took care of both of my problems, so consider this mission complete!

Thank you qirien :)
by Kshimimi
Tue Feb 09, 2016 3:14 pm
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 97630

Re: Dating Sim Engine (DSE) 3.0! Day Planner and Event Manag

The hbox trick did help me out. The problem that I still have is that there is so much space between the labels and the bars. Screen Shot 2016-02-09 at 12.53.30 PM.png I suspect it has something to do with the xmaximum value that the bar has, but if i change that then the bar itself gets shorter. I ...
by Kshimimi
Tue Feb 09, 2016 3:20 am
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 97630

Re: Dating Sim Engine (DSE) 3.0! Day Planner and Event Manag

Sorry to lean on you for help again, but I'm encountering an issue with formatting inside of the boxes. I didn't like the default padding between different elements, so I changed this (in the stats.rpy file): if bar: bar value v range m.max xmaximum 150 xalign 0.0 if value and max: label ("%d/%...
by Kshimimi
Mon Feb 08, 2016 4:07 pm
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 97630

Re: Dating Sim Engine (DSE) 3.0! Day Planner and Event Manag

Yup. That's just what I needed. I had some concerns with being able to link special non-period events up with the DSE but it all works swimmingly.

Thanks for the quick response!
by Kshimimi
Sun Feb 07, 2016 11:28 pm
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 97630

Re: Dating Sim Engine (DSE) 3.0! Day Planner and Event Manag

I've been rooting around in the forums and I haven't found an 'answer' for this so to speak, so I thought I'd try here. Is there a way to declare and run events outside of the defined periods? like if I wanted to be able to have an event trigger by, say, location, and for that event to run before th...
by Kshimimi
Wed Dec 23, 2015 1:59 pm
Forum: Ren'Py Questions and Announcements
Topic: Delete Key Won't Remove Save Files?
Replies: 9
Views: 1224

Re: Delete Key Won't Remove Save Files?

Just got around to testing it, and it seems that imagebuttons won't take a key statement, so that bit of code doesn't work
by Kshimimi
Wed Dec 16, 2015 6:17 pm
Forum: Ren'Py Questions and Announcements
Topic: Delete Key Won't Remove Save Files?
Replies: 9
Views: 1224

Delete Key Won't Remove Save Files?

My save code is a bit of a hodgepodge between imagebutton GUI interface and the standard save code that the project starts with, so I don't know if that's where the problem lies, but key "save_delete" action FileDelete(number) doesn't allow me to hover and hit the delete key to get rid of ...
by Kshimimi
Sat Dec 05, 2015 3:25 pm
Forum: Ren'Py Questions and Announcements
Topic: Preferences Menu Background Won't Show Up! [SOLVED]
Replies: 3
Views: 759

Re: Preferences Menu Background Won't Show Up!

Thank you both for the suggestions! Since as Donmai said, the navigation screen is a pretty handy thing, I found it was indeed that the game menu screen had a solid background. Changing it to be transparent fixed the problem.
by Kshimimi
Fri Dec 04, 2015 4:02 pm
Forum: Ren'Py Questions and Announcements
Topic: Preferences Menu Background Won't Show Up! [SOLVED]
Replies: 3
Views: 759

Preferences Menu Background Won't Show Up! [SOLVED]

I am encountering an incredibly silly problem - as you can see from my subject line To preface, I am using the Imagebutton GUI framework to make my menus: http://lemmasoft.renai.us/forums/viewtopic.php?f=51&t=22565 I have attached images of how the settings menu background should look, and what ...
by Kshimimi
Mon Nov 09, 2015 1:13 pm
Forum: Ren'Py Questions and Announcements
Topic: Problem combining ATL and SnowBlossom [SOLVED :D]
Replies: 2
Views: 388

Re: Problem combining ATL and SnowBlossom

Thank you very much! I can't believe it was something so simple
by Kshimimi
Mon Nov 09, 2015 7:43 am
Forum: Ren'Py Questions and Announcements
Topic: Problem combining ATL and SnowBlossom [SOLVED :D]
Replies: 2
Views: 388

Problem combining ATL and SnowBlossom [SOLVED :D]

i have been trying to find a solution to this quite possibly literally all night, to no avail. Bear with me, I'm a little bit cranky. This is what I want my code to be doing: bubbles float upward from the bottom of the screen, while the individual bubbles also spin in circles as they ascend. This is...