- Feb 23, 2018
- 111
- 24
nevermind just a typoOk now I have a new problem with the console, when ever I try to add money it just doesn't work
nevermind just a typoOk now I have a new problem with the console, when ever I try to add money it just doesn't work
moneyOk now I have a new problem with the console, when ever I try to add money it just doesn't work
Usually you close a window by click on the thing that opens it a second time.I opened some window on the serum the company is working on and now it won't disappear. I saved the game, quit, loaded it up and it's still there. It will not go away, just this large grey window obscuring much of the game. Any ideas?
Edit - also the energy and arousal cheats are not working.
Just add money to the script.rpy files look for funds(company) and money(personal).Ok now I have a new problem with the console, when ever I try to add money it just doesn't work
Well with this reply above I'm just done. Having rude opinions of how I can operate my online presence. This game has been a lost cause from day one.But yet you can move a multigigabyte game to said offline PC? Just copy the entire traceback file and upload it. It's the same process as downloading the game file, just reversing the source and destination.
I can't get to work because that window is covering that part of the screen - clicking in that area does nothing. So I can't get to the screen that opened in order to try and close it.Usually you close a window by click on the thing that opens it a second time.
And if a console command isn't working it's usually because of typos. If you typed "mc.enegry = 39999" and hit enter, renpy will create a new enegry variable under mc because Python is dynamic like that.
It's generally a good idea to enter the variables like "mc.energy" by themselves (without "= X", X being the value you want) to see if they exist; if not the game will through a exception message in the console window without crashing your game.
Press Shift + O instead of ~Good Morning
why the console doesn't work
thank you
Employee will refuse to wear an outfit with sluttiness higher than what they have, even if you have all the policies. You can still force them to wear it if they have enough obedience but IIRC it has negative stats impacts depending what you may her do.There are many things I am unsure if they are a feature or a bug.
1) Some employees are not wearing their uniform (I have all the upgrades except the last one).
2) Core sluttines is yellow right? For some reason, it always increases a lot, but is gone the next day. Really unsure how that is supposed to work.
3) Is there any point to sluttiness grinding if they will do everything with just obedience? If it is really hard to get, then it is pointless, cuz you will be there with obedience ages ago). (this is not a bug, just something I find weird)
Thanks for the comprehensive answer! Makes sense now. Would like if the core sluttiness was more clear. I would expect all of that situational sluttines should just be temp sluttiness, but w/e.Employee will refuse to wear an outfit with sluttiness higher than what they have, even if you have all the policies. You can still force them to wear it if they have enough obedience but IIRC it has negative stats impacts depending what you may her do.
Judging from the code there's something called situational sluttiness that's added to a person temporarily during certain events. It seems to change both core and temp sluttiness and will go away after said event. However, certain serum traits changes sluttiness that will result in the amount added by it (not sluttiness changes caused by other means) to be removed after the serum effect wears off.
Core sluttiness and sluttiness modifies the person's behavior and changes how they respond to things. Key characters have their story progression keyed to their sluttiness/core_sluttiness values, and random events are triggered only if the person meets the minimum sluttiness requirement.