Yoloswagking
Well-Known Member
- Sep 29, 2017
- 1,241
- 798
- 297
let me guess that to use the console you need to play the game on the web browser and not the exe of the game ? Because I only have the game folder with the exe and not the web version. Thx for trying.I'm not really sure but I found that the event where she proposes to you requiresKalyseaMarriageReady()and this is what the code forKalyseaMarriageReady()looks like
I suggest you open the console (JavaScript:window.KalyseaMarriageReady = function() { return kalysea.isFollower() && void 0 === flags.KALYSEA_MARRIAGE_OFFER && void 0 !== flags.KALYSEA_STATUS1 && !!flags.KALYSEA_KISS && (void 0 !== flags.KALYSEA_B || void 0 !== flags.KALYSEA_L || void 0 !== flags.KALYSEA_D) && getGameTimestamp() - flags.KALYSEA_RECRUITMENT_TS >= 10080ctrl+shift+Iorf12) then go to the Sources tab there you can look through the code of the game in a readable fashion. You can use the keyboard shortcutctrl+shift+Fto search the files for key words and phrases.
You could query their respective flags (ctrl+shift+Iorf12to open the console) you query a flag or trackable variable by simply putting it into the console without setting it to anything (flags will haveflags.before the flag name and the flag name most of the should be in all caps).
The flags are as follows; Electrum amongst friends's flag isOLIVIA_DUE, Trouble in Paradise's flag isOLIVIA_DOGGREL, and Who Comes A Knocking's flag isOLIVIA_LIFE. If the respective flags return the numbers1,2, or3then you've done the respective event.
Guess I'm going to change every tag of kalysea with the save editor.