All the old content is in, yes. You can also transfer your save over by loading it in the flash version 8.160 and using the convert option to make the file readable by the js version. So you can just continue where you left off and experience all the old and new content.They say all old content was already moved in version 0.9, is it really true? I haven't played the game for 2 years and still have content in old version to do. Should I switch to the new one or finish the old version for now?
After the cheat is activated, navigate to the preferences/option/game menu.activating cheats doesnt seem to let me see the cheat menu
you can expand the map outwards so its nolonger covering your stats tho it will eat up some of the description screen.Maybe I'm just stupid, but is there a way to show the map and stats at the same time?
I keep auto losing fights because my lust is too high and remembering to constantly swap back and forth is annoying.
True. UI was awesome before javascript conversion happened.if the UI of this game wasnt such a shitshow in the stats. map, inventory department I think I would be putting ALOT more time into it.
well it wasnt perfect but it was atleast better then the current messTrue. UI was awesome before javascript conversion happened.
Just use the save editors lmaoIs there a way to cheat in stat increases.
resources/app/resources. It doesn't matter that it's older, the image pack contains all the images from previous versions and all the images new to each build are packaged with that build. So you won't be missing any images.Where do I put the IMG file download into the TiTs folder? I tried just going into the main folder, but does it have to go into resources or something? the game version is 9.021 and img pack is 9.020 though I believe.
pc.addPerkValue("name of perk here")
pc.removePerk("name of perk here")
I seem to be missing something with the pc.addPerkValue("name of perk here") command, I keep getting it marked as 'undefined' and not workingif you want to edit more complex stuff like perks well then you need to use the console accessable with the Key combo CTRL+SHIFT+I
get the perk names fromYou must be registered to see the links
then use these commands.
to add and remove the perks you desire.JavaScript:pc.addPerkValue("name of perk here") pc.removePerk("name of perk here")
sorry I didnt know that the command had more argument requirementsI seem to be missing something with the pc.addPerkValue("name of perk here") command, I keep getting it marked as 'undefined' and not working
thanks for this because I swear I saw some parts that didnt need arguments but I guess I couldnt check all perksexample perk add
pc.addPerkValue("Inhuman Desire", 15, 0, 0, 0, "Increases maximum lust by 15.")
You can change the 1st value 15 to a higher value if you want to increase your lust to insane values. You find these in the main.XXXXXXX.js file in the folder where all the js files are at. You would search like this ////// ctrl+f (then search) pc.createPerk("*PERKNAME* (you would find perk name from the perks page that jfm linked)
P.S.I personally recommend using jstool on notepad++ to turn the single line into a readable tree