Command & Obey your model on Jerkmate — you’re in control. Join Now!
x

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")
Code:
./characters/Rogue/events/relationship/boyfriend.rpy:616:    $ Rogue.History.update("started_relationship")
OroroMunroe has no dating flag at this point. Here are all the instances where Ororo's flags are updated.
You don't have permission to view the spoiler content. Log in or register now.
This sounds like minutia but it's actually really important.

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.
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.
Please explain the mumbo jumbo for my brain that does not understand code wizardry, what exactly changed the outcome?
 
  • Like
Reactions: SHADOWM00N

The_Man_With_No_Name

Well-Known Member
Dec 16, 2022
1,335
5,274
523
"Flags" look like this in code:
Code:
./characters/Rogue/events/relationship/first_sex.rpy:343:        $ Rogue.History.update("sex")
Code:
./characters/Rogue/events/relationship/boyfriend.rpy:616:    $ Rogue.History.update("started_relationship")
OroroMunroe has no dating flag at this point. Here are all the instances where Ororo's flags are updated.
You don't have permission to view the spoiler content. Log in or register now.
This sounds like minutia but it's actually really important.

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.
I'm not seeing a particular approval threshold. It seems to be that once you select that choice, it's on. Or am I missing something?
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
I don't think there are any interactions with her between these two. Might have missed something.
 

The_Man_With_No_Name

Well-Known Member
Dec 16, 2022
1,335
5,274
523
Please explain the mumbo jumbo for my brain that does not understand code wizardry, what exactly changed the outcome?
The wave function of the outcome became set in a state after we measured it. We fucked up. Now Storm hates us. Sorry guys.:cry:
:LOL:

Anyway, pick that choice. Outside of that I don't know if there are approval checks or what the numbers specifically are. Doesn't hurt to say things she likes throughout ch1. Dialogue rollback is cool.:cool:
 
  • Like
Reactions: Masterofchapter

salscou

Engaged Member
Apr 14, 2020
3,731
17,455
678
The wave function of the outcome became set in a state after we measured it. We fucked up. Now Storm hates us. Sorry guys.:cry:
:LOL:

Anyway, pick that choice. Outside of that I don't know if there are approval checks or what the numbers specifically are. Doesn't hurt to say things she likes throughout ch1. Dialogue rollback is cool.:cool:
I didnt hit on her on that moment but still got it on.

1763216478537.png
 

sleepingkirby

Well-Known Member
Aug 8, 2017
1,317
1,947
262
I mean, it behaves something akin to a flag
That's the thing. In games, flags aren't (with very few exceptions) unraised. Once you trigger/raise them, they stay raised. Think of it like semaphores in real life. If someone sees you raising a flag and then set it down, their idea is not that it was raised but then you changed your mind. It's that the signal is raised and the appropriate action needs to be taken. (By the way, semaphores are where the idea of flags in computing came from.) Not only that, the conditions determine whether not a flag is raised. Like let's take the original Sonic 2 bonus level for example (that half pipe thing). You have to get x amount of rings at the end of the level. Only then do you get the chaos emerald. You can get above the threshold, but then lose enough to be below the threshold before the end of the level to not get the chaos emerald. Once you have said chaos emerald, you can't lose it. The ring x amounts are the threshold, the chaos emerald is the 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?
Technically, but there's an asterisk for that.

That's actually not what that code is saying. The full code is here:
You don't have permission to view the spoiler content. Log in or register now.
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.

In short. Flags are usually (with very, very, VERY few exceptions) things that are raised once and never un-raised. Points for thresholds move up and down quite freely.
 

The_Man_With_No_Name

Well-Known Member
Dec 16, 2022
1,335
5,274
523
Why even bother about Storm before chapter 2 is released?
Make pretty choices; pretty lady gives kiss. Magic scribles say so,
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
That's what I was missing. (y)
I saw the threshold label but not any specific number so I assumed that there wasn't one and it just acted as an ad hoc flag.
 
  • Like
Reactions: sleepingkirby

sleepingkirby

Well-Known Member
Aug 8, 2017
1,317
1,947
262
Odd, i dont remember choosing that, i remember choosing the polite first option, maybe i misclicked or am remembering wrong then.
Well, if you've cheated, or artificially increased Ororo's love and trust to at or above 125, you'll still get the scene. That's why I kept harping on that that dialogue is not a flag. There aren't enough points to raise love and trust with Ororo prior to the event to reach that threshold of 125.
 

salscou

Engaged Member
Apr 14, 2020
3,731
17,455
678
Well, if you've cheated, or artificially increased Ororo's love and trust to at or above 125, you'll still get the scene. That's why I kept harping on that that dialogue is not a flag. There aren't enough points to raise love and trust with Ororo prior to the event to reach that threshold of 125.
No i didnt use any cheat codes, i have no idea how it could have happened then, if any of you guys wanna take a look i can share it.
 
Dec 1, 2021
17
33
48
Why even bother about Storm before chapter 2 is released?
Clearly is gonna come up later again. I suspect her love and trust values will start at different amounts depending on if it happened, along with dialogue that reference the kiss as well. I can already see her possibly being hard to convince into a relationship since she is a teacher and "it would be innapropriate" and have Null go "Well we already kissed so... bla bla bla" or something along those lines
 
  • Like
Reactions: pepplez

pepplez

Well-Known Member
Jun 7, 2020
1,031
1,387
307
Clearly is gonna come up later again. I suspect her love and trust values will start at different amounts depending on if it happened, along with dialogue that reference the kiss as well. I can already see her possibly being hard to convince into a relationship since she is a teacher and "it would be innapropriate" and have Null go "Well we already kissed so... bla bla bla" or something along those lines
Yes, that would be a real downer for me (subjectively), and I was surprised that Storm kissed him at all. I assumed it was part of the plot and that Farouk seemed to be responsible for it. However, that is negated when Storm said she wanted to do it on her own... Whatever, we'll see.

By the way, do we have to spoiler talks like this now?
 
  • Like
Reactions: LordPancitoFresco

The_Man_With_No_Name

Well-Known Member
Dec 16, 2022
1,335
5,274
523
No i didnt use any cheat codes, i have no idea how it could have happened then, if any of you guys wanna take a look i can share it.
I've never used cheats for Ororo, but always pick that choice along with all the optimum choices and having academics focus so I have 125 love with her. Just checked.

Anyway, you can drop a save if you want. Doesn't matter. You got it in the end.

Edit: That choice auto gives you 125 love. Just checked
 
Last edited:
  • Wow
Reactions: pepplez
4.60 star(s) 156 Votes