Oct 14, 2020
113
129
If this works the way I think it does, this would be a great thing to share on here. It sounds like a great way of avoiding failed checks and replaying sections to find optimal routes.
Probably close to what you think. I have this data setup for path choices I want to force:

Code:
path_choices = {
    'OriginsQuestion': 'Renaissance Man.',
    'Investigate the lights.': 'Try to draw in the dancing pink light.',
    'Check the text message.': 'Go upstairs and visit Monica',
    'Go upstairs and visit Monica.': 'Open the door for a peek.',
    'Open the door for a peek.': 'Ignore all of the lights and move on',
    'MonicasFloor': 'Ask the girl if she needs help.',
    'MonicaDorm1': set(['MonicaParty1', 'WilsonOrange1']),
    'WilsonOrange1': 'Tell her you just want to chat',
    'MonicaOutside1': 'Savor the hug.',
    'MonicaHandholdOutside': 'Answer positively with a kiss.',                                    # monica_gf
    'Tough it out with Jake and Kyle.': 'Try to draw in the humming brown light',
    'PepRallyTransformKyle1' : 'Assert your dominance.',
    'KyleReturnPepRally': 'Ignore him and walk back to the dorm',
    ...
}
And the pathing code uses the engine to figure out how to make those choices happen. Plenty of those choices are "nothing here really matters, so just pick one to keep the branching ratio down" :).
 
  • Like
Reactions: j_1993_m

F14bb3

Newbie
Sep 7, 2016
17
18
Not until Novmber 20th West Coast US time at some point in the night after I've had a chance to finish everything I still want to. As of right now, it's looking likely that there'll be some red links for the dinner portion but then everything else should be done for the public release.
Yeah, take your time. But I think I speak for everyone when I say that we just look forward to each update so much! :D

But really appreciate keeping us updated!
 
Jun 14, 2021
64
74
Not until Novmber 20th West Coast US time at some point in the night after I've had a chance to finish everything I still want to. As of right now, it's looking likely that there'll be some red links for the dinner portion but then everything else should be done for the public release.
With this release will Sunday be almost done? Are there going to be any post-dinner unique night activities or will it all be stuff from Saturday night?
 
4.60 star(s) 138 Votes