ZaneSFM

Member
Game Developer
Sep 20, 2018
166
1,459
Update 4 new scene is you buy jester outfit, she gets caught by the jester outfit.
then you fuck her thighs which give +1 primed.
primed goes from 0 to 6 according to the GUI (currently can only get 2 points). But the really weird thing is the variables values used.

The actual value stored in the variable based on incrementing function:
level 0 = 0
level 1 = 119
level 2 = 131
level 3 = 143
level 4 = 157
level 5 = 170
level 6 = 188

Then to check what the current value is dev seems to be using a long if/else set that checks in order for the following values:
level 0 <= 1
level 1 <= 119
level 2 <= 131
level 3 <= 143
level 4 <= 157
level 5 <= 170
level 6 >= 171

wtf are those variables? wtf is this functions? I don't even...
and the dev seems to actually copy pastes this entire nonsense each time primed increases instead of just having a simple function of raisePrimed();
Not that he would even need such a function if he used sane values like 0 through 6.

Speaking of. I tried cheating by setting my primed to 188 (level 6) and was finally able to win the final test. at which point I got dev note saying this wasn't supposed to happen yet so I am being returned to main menu.

use URM to give yourself a million money.
the variable for money is lei

Did you perhaps overwrite the directory?
Try extracting to a new directory instead.
what do you mean there is a raiseprimed function?? that is revolutionary!
 
3.00 star(s) 1 Vote