- Jul 9, 2017
- 201
- 600
i dont get this part: and add this to the mods.txt after "// Start adding mods below this line":Not as good as ccmod but since I like to cheese the game on Prisoner mode and be super slutty I made myself a mod based on some other tweaks posted in the thread and some of ccmods code.
What the mod does:
I've added comments to the js file so you can easily see what each function does and remove what you don't want or comment out stuff you temporarily want to disable.
- Allows saving on all difficulties
- Disables autosave
- Always allow player to flee
- Naked after minigames and on wake (Has a side effect of permanently enabling scandalous mode)
- Always aroused
- Don't restore clothing or clean liquids after battle
- +100 edict points per day
I don't know JavaScript very well myself so I don't have the knowledge to add params to the mods.txt file.
to enable the mod move ZenithMods.js to www/mods/ and add this to the mods.txt after "// Start adding mods below this line":
If someone more knowledgeable than me would like to improve it then I encourage you do to do so, the way I implemented some things are very jank and it could break the base game after updates if certain functions are changed.JavaScript:{ "name":"ZenithMods", "status":true, "description":"", "parameters":{} },
you mean to place it on all // parts??? does // not exclude ???