- Nov 4, 2019
- 30
- 6
From the Walkthrough:How you fix relationship with your sister?
I'm stuck there
View attachment 697738
I looked through the paths and indeed, there were mismatching ones. They're fixed now with the patch that I'll attach at this comment, and are already working in the online version atYou must be registered to see the links
I spotted a case in which you wouldn't be able to advance in Sasha's main quest, because Mom's needed bedroom scene won't trigger. It's already addressed in the online version and in the file attached, which contains all hotfixes until now.
Thanks a lot you all for making us know about this!!
From the Walkthrough:how do we give the jewelry i couldn't give that is that a bug ?
Sasha's stage four: Requires stage four of mother’s quest be completed. Go to mother’s bedroom between 20I can't figure out what I'm suppose to do to motivate the sister so I can progress
On weekends mornings you are able to use the University installations to develop your character. For the moment you can download the Walkthrough attached. But we thought about that, and yes, we will seriously talk about implementing some way of guide for the quests ingame; as well as a way to skip time.the game needs a walkthrough ingame to help, it gets to a point where you just grind without knowing if its even what you had to do, and the weekends need to be changed, you cant do anything in the morning atleast it should ahve a time skip
Hey pal, mind tell us how to de-hash? Would be very helpful for us, freedom fighters!I mean, not to be a jerk, but you're developing a game in HTML, which is essentially a parsed text file with zero encryption or obfuscation. Anyone that knows anything about HTML can just open the file and find your "cheats".
Additionally, the variables themselves can be modified through any modern web browsers console, made even easier by the fact you're using SugarCube Twine, which stores all variables quite neatly.
You don't have permission to view the spoiler content. Log in or register now.
Word of advice, I see you're using hashStr to attempt to obfuscate the cheat string, which is smart and about the only thing you can do. HOWEVER, you're hashing both the required string (what the player needs to enter) , and the user's input (what the player types in) in the same file. If you removed the first part and stored the value after hashing rather than the plaintext string, it would make it marginally more difficult to guess what your cheats are.
For example, and I apologize in advance for exposing this, your "light cheat" (20ER12) hashes to the integer value "1477922508"
So instead of
just store the hashed valueCode:set $bathroom to { bath: hashStr("20ER12"),
At least then you won't be hashing the "key" in the same place as the "lock". It will mean you would have to hash the strings on your side before release, and then only have the hashed value in the released HTMLCode:set $bathroom to { bath: 1477922508,
BTW, the hashed passwords are stored in that same SugarCube variable object I mentioned above, but at least they're gibberish numbers and not plaintext strings.
I have to give you credit though, for at least attempting to obfuscate the password. Most Twine developers don't even try, either because they don't know how, or realize that its ultimately a futile endeavor since the variables are exposed.
For example:
"Oh no, I don't know the password, I cant get my +15 Kate corruption..."
*types in console "SugarCube.State.active.variables.kate.corr = 99*
Edit: Just noticed that you're hashing two entirely different strings to the same variable in your HTML. I see both 20ER12 and CD41NJE being hashed to the same variable. Not actually sure which one is being hashed to the value I stated above "1477922508" but one of them is. In any case, thats probably a mistake that you're hashing two seperate strings to the same variable. Get rid of both of those bits of code and just store the hashed value of whatever string you choose as the password.
Edit again: It's 20ER12, just confirmed myself.
think i found the problem with sis, stage four of mom dos not unlock sis trust it actualy fully locks it and skips its unlock scene. i think the stages might actualy be switched. got it on the online verson but not the downloaded oneSasha's stage four: Requires stage four of mother’s quest be completed. Go to mother’s bedroom between 20
and 22, watch scene. Go to kitchen between 17 and 20, watch scene.
Mom's stage four: Enter player bedroom, watch scene. Go to mothers bedroom between 22 and 24, watch
scene. Clean the living room, wash the dishes, buy jewelry from mall, and pay bills at desk. Go to
mothers bedroom between 20 and 22, watch scene.
On weekends mornings you are able to use the University installations to develop your character. For the moment you can download the Walkthrough attached. But we thought about that, and yes, we will seriously talk about implementing some way of guide for the quests ingame; as well as a way to skip time.
Thanks for the comments and ideas!
Stage four: Enter player bedroom, watch scene. Go to mothers bedroom between 22 and 24, watch scene. Clean the living room, wash the dishes (on the same day as the scene), buy jewelry from mall, and pay bills at desk. Go to mothers bedroom between 20 and 22, watch scene.How do i fix relationship with mom? been stuck there a while now
The galleries now work as expected, patch attachedI can see the scenes the first time, but the gallery doesn't show me any videos or images of the same scene...
Super helpfull thanksFrom the Walkthrough:
Sasha's stage four: Requires stage four of mother’s quest be completed. Go to mother’s bedroom between 20
and 22, watch scene. Go to kitchen between 17 and 20, watch scene.
Mom's stage four: Enter player bedroom, watch scene. Go to mothers bedroom between 22 and 24, watch
scene. Clean the living room, wash the dishes, buy jewelry from mall, and pay bills at desk. Go to
mothers bedroom between 20 and 22, watch scene.
I will also attach the Walkthrough pdf here, so you can have a look at any quest that you may have troubles with
the trick is to clean the room and the dishes on the same day as when you try for the eventanyone know how to give the gift to mom and motivate sister