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:
- 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'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.
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":
JavaScript:
{
"name":"ZenithMods",
"status":true,
"description":"",
"parameters":{}
},
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.