Wdym by commenting addToPassiveReqExtra lines?
Commenting out code is the practice of removing the code's functionality while keeping it for later (as a comment). In JS any part in a code line after
//
is interpreted as a comment (for humans) and will not be used by the program. I advise often to comment lines (by appending
//
to that line) instead of removing the whole line. In the game it does the exact same thing, but it's easier to revert the change, because you still have the original code.
does anyone know the mechanic to making bar patrons "remember" the wrong order. You'll get an option of either, flashing, drinking, or paying for the drink.
Can't seem to unlock it.
Part of ccmod.
Hey, so i used the exhibionist mode, i used the guide and everzthing worked, but when i start the game, game tells me
Failed to load img/statusmenu/statusWindow_Anus_Aroused.png and i have no idea what to do, did to someone accured this problem and how did you dealt with it?
Well, there's an easy solution for it. The additional files you are using to modify the game, let's call that whole package a 'mod', are made by a person that is providing a very detailed view into the whole structrue simply by using a version control software. If you use the link provided in the OP, you can actually see the date each file got last updated.
TL;DR: game just released, ccmod outdated, use search function, don't be stupido.