Search found 10 matches

by ThePyromancer23
Wed Apr 22, 2020 9:21 am
Forum: Ren'Py Questions and Announcements
Topic: Randomized Events Based On Criteria
Replies: 3
Views: 397

Re: Randomized Events Based On Criteria

isobellesophia wrote: Wed Apr 22, 2020 3:55 am This may help you.

viewtopic.php?f=51&t=22817
I've seen that, but nothing in that code randomizes events. Thanks anyway.
by ThePyromancer23
Mon Apr 20, 2020 3:07 pm
Forum: Ren'Py Questions and Announcements
Topic: Randomized Events Based On Criteria
Replies: 3
Views: 397

Randomized Events Based On Criteria

Hello, I am currently in the process of creating a dating sim style game in RenPy and I am running into problems creating a system to parse events. What I have is really clunky and only works half of the time so I was hoping someone might have insight on how to create what I am looking for. Essentia...
by ThePyromancer23
Wed Aug 14, 2019 12:32 pm
Forum: Ren'Py Questions and Announcements
Topic: Problems With Using a Python List for Randomization [Solved]
Replies: 3
Views: 575

Re: Problems With Using a Python List for Randomization

Ahh thank you! I can't believe I stared at that block of code yesterday for eight hours and didn't even think to adjust that.
by ThePyromancer23
Tue Aug 13, 2019 8:43 pm
Forum: Ren'Py Questions and Announcements
Topic: Problems With Using a Python List for Randomization [Solved]
Replies: 3
Views: 575

Problems With Using a Python List for Randomization [Solved]

Okay so I am trying to make a Dating Sim type game and I have a list of different characters that you can go to class with. SF, NF, GF, RF, CG, and MM. I want my system to check if you have been introduced to a character before you have a chance of running into them in class. Each number in the list...
by ThePyromancer23
Mon May 13, 2019 3:01 pm
Forum: Ren'Py Cookbook
Topic: Challenge System For Ren'Py
Replies: 2
Views: 2293

Re: Challenge System For Ren'Py

isak grozny wrote: Tue Apr 23, 2019 3:36 am Oh, excellent, I can make use of this!

Incidentally, you might want to use

Code: Select all

renpy.random.random()
instead of importing

Code: Select all

random.random()
.
Glad you are able to use it! I had only been working on Renpy for a couple of weeks at that point, so I didn't realize Renpy.random was a thing. Thank you.
by ThePyromancer23
Thu Apr 11, 2019 5:02 pm
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 97675

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

Alright, I've done exactly what you've described, created my own events, copied the dispatch and called the events_run_period. The entire thing starts crashing.
by ThePyromancer23
Thu Apr 11, 2019 12:57 pm
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 97675

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

Highly doubt this is still supported, but I was wondering how I'd be able to run the event system without using the day planner. I did precisely this for my nanoreno game last month, so its definitely possible. If all you need are the events, just include the dse-event_dispatcher.rpy and use your o...
by ThePyromancer23
Thu Apr 11, 2019 10:52 am
Forum: Ren'Py Cookbook
Topic: Challenge System For Ren'Py
Replies: 2
Views: 2293

Challenge System For Ren'Py

This may be a really obvious type of thing for some people, but I have been lurking here for so long that I feel the need to actually contribute so this is something I came up with. This is based on the challenge system that StoryNexus uses, as I switched from that program to this one. #Challenge va...
by ThePyromancer23
Thu Apr 11, 2019 10:44 am
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 97675

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

Highly doubt this is still supported, but I was wondering how I'd be able to run the event system without using the day planner.