salscou
Engaged Member
- Apr 14, 2020
- 3,731
- 17,455
- 678
Sorry, I should have made that more clear. The change I would make wont' be any different than the dev's implementation. If there's too much data, cheat or not, it won't be implemented. Basically, if someone's willing to be the guinea pig and do some extensive testing, that might encourage the change to happen, dev or cheat-wise. This isn't the kind of change that RonChon nor even I, an actual programmer, would know the change's full extent and influence without, at least, a good amount of testing.
TLDR; The change I can suggest would be, virtually, the same change RonChon would make. Unless someone volunteers to try it out it's very hard to know what the practical effects this change would cause. Basically, do you want it bad enough to be subject number 1 because it might not happen otherwise.
"Flags" look like this in code:
Code:./characters/Rogue/events/relationship/first_sex.rpy:343: $ Rogue.History.update("sex")OroroMunroe has no dating flag at this point. Here are all the instances where Ororo's flags are updated.Code:./characters/Rogue/events/relationship/boyfriend.rpy:616: $ Rogue.History.update("started_relationship")
This sounds like minutia but it's actually really important.You don't have permission to view the spoiler content. Log in or register now.
It's a numerical threshold check. Meaning, you can get into the threshold and to be able to pass the check, but if you then make her mad prior to the event, you still won't get the scene. The problem is, there are very limited scenes that you have an opportunity to get Ororo's love and trust up to said threshold prior to the shadow king event and there are a few chances to make her dislike you so there's very little room (if any) for error. And one of opportunities only happens if you're under the academic scholarship. Basically, be a kind, mature and empathetic person in front of Ororo and have a genuine interest in academics and Ororo, a professor who likes kind, mature and empathetic people will respond in kind.
Please explain the mumbo jumbo for my brain that does not understand code wizardry, what exactly changed the outcome?I mean, it behaves something akin to a flag since that dialogue is required to be checked regardless of your approval with her in order to get that condition. It's just that it also requires said approval in order to activate and stay active.
Is that more or less correct?
Or is the dialogue choice not required at all?
Seems to be needed since this is choice 1
You don't have permission to view the spoiler content. Log in or register now.