Search found 11 matches

by InkyFrog
Tue Mar 14, 2023 1:07 am
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 103461

Re: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager

qirien wrote: Mon Mar 13, 2023 8:08 pm Probably the easiest is just to comment out the displaying of stats in dse-day_planner.rpy:

Code: Select all

#use display_stats(name=True, bar=True, value=True, max=True)
They will still be stored, they just won't show up.
Just tested it out, and it works perfectly! Thank you very much!
by InkyFrog
Sun Mar 12, 2023 9:54 pm
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 103461

Re: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager

I was told to ask my question here, so I hope this is okay. I'm working with DSE 4.1. So far it's been working great for me, but I have a tiny issue that might have an obvious solution. I'm making a game where the statistics are for character affection, and all of them are hidden. In this case, the ...
by InkyFrog
Sun Mar 12, 2023 9:52 pm
Forum: Ren'Py Questions and Announcements
Topic: Help with Removing Statistic box in DSE?
Replies: 2
Views: 351

Re: Help with Removing Statistic box in DSE?

m_from_space wrote: Sun Mar 12, 2023 6:02 pm Maybe ask in this thread about it: viewtopic.php?f=51&t=31571
Ah, alright, will do! I didn't know if that was permitted a or not, given the rules of the board.

Thank you!
by InkyFrog
Sat Mar 11, 2023 4:31 pm
Forum: Ren'Py Questions and Announcements
Topic: Help with Removing Statistic box in DSE?
Replies: 2
Views: 351

Help with Removing Statistic box in DSE?

Forgive me; It's been a while since I used Ren'Py to make a game. I've been working on a game currently using DSE 4.1, and I'm having an issue. I'm making a game where the statistics are for character affection, and all of them are hidden. In this case, the statistics bar in the day planner is usele...
by InkyFrog
Sun Jun 28, 2020 4:22 pm
Forum: Ren'Py Questions and Announcements
Topic: Making Columns for the DSE stats...
Replies: 1
Views: 391

Re: Making Columns for the DSE stats...

For more clarification, I tried altering the code to the stats bar myself, but I can't seem to get it to produce more columns, which I feel would help. Whenever I try I get an error. The screen by default looks like this: https://cdn.discordapp.com/attachments/583177529637208096/726846019899359282/u...
by InkyFrog
Sat Jun 27, 2020 8:47 pm
Forum: Ren'Py Questions and Announcements
Topic: Making Columns for the DSE stats...
Replies: 1
Views: 391

Making Columns for the DSE stats...

I feel embarrassed even asking this, but it's been years since I programmed a game in Ren'Py even for fun, and even then my skills weren't exactly stellar. So the answer is probably quite obvious; I just don't know what it is with my limited coding knowledge pool. In DSE, there's a separate window f...
by InkyFrog
Tue Mar 03, 2015 6:09 pm
Forum: Ren'Py Questions and Announcements
Topic: DSE and user-made variables? [SOLVED]
Replies: 10
Views: 1477

Re: DSE and user-made variables? [SOLVED]

Hmm, is this in the same init block as everything else? Is it really being added to the event list? Try removing event.only(). If that doesn't work, you could try putting some debug code in event_dispatcher.rpy to make sure your event is added. If you still can't figure it out, you could send me yo...
by InkyFrog
Tue Mar 03, 2015 4:50 pm
Forum: Ren'Py Questions and Announcements
Topic: DSE and user-made variables? [SOLVED]
Replies: 10
Views: 1477

Re: DSE and user-made variables? [SOLVED]

I didn't think to use the variable viewer, but upon using it right now, it's at 20 and it's still not running.

The other two events are playing in its stead, yes.

I'm not sure why, though. The events set up similarly to this one all seem to be functioning well.
by InkyFrog
Tue Mar 03, 2015 3:00 am
Forum: Ren'Py Questions and Announcements
Topic: DSE and user-made variables? [SOLVED]
Replies: 10
Views: 1477

Re: DSE and user-made variables? [SOLVED]

Hi. I'm posting here again because I've run into a rather unusual problem! For some reason, one of my events refuses to work, and I can't figure out why. This event is meant to activate when a particular dayplanner option is chosen 20 times total. There's a variable for it: $ piss = 0 (Please forgiv...
by InkyFrog
Fri Feb 20, 2015 1:27 am
Forum: Ren'Py Questions and Announcements
Topic: DSE and user-made variables? [SOLVED]
Replies: 10
Views: 1477

Re: DSE and user-made variables?

Thank you very much for the assistance! the GB event was an introduction to the office part of the day, however if I get the variable to work, adding the event.depends for it most likely won't be necessary. I've tried replacing my former line of code with the one you made. At first it wasn't working...
by InkyFrog
Thu Feb 19, 2015 10:54 pm
Forum: Ren'Py Questions and Announcements
Topic: DSE and user-made variables? [SOLVED]
Replies: 10
Views: 1477

DSE and user-made variables? [SOLVED]

Hello! I am brand new to Ren'py. So brand new, in fact, that I only started using it about 3 or 4 days ago! I'm very much a beginner at this, and am programming a somewhat simple game to learn (I learn best by doing). I do have a problem, though. I am using DSE, (alongside this chunk of coding , if ...