About This File
An easy-to-edit TWEE file that allows you to customize your Spike Fun experience!
Â
Author: usagitriplesix
Â
Spike Fun "Personal" Settings
Â
In the hopes of making it easier for people to customize the chances of seeing various stories, or getting certain pills, I've added checks into Spike Fun to see if this mod is installed. If it's there, Spike Fun will run the passages contained within, changing the RNG values.
NOTE!: This mod will do very little on it's own--it's up to you to open the TWEE file (in your text editor of choice) and change the number values you find there. I've added a bunch of comments to the code to help you understand what each is for.
Example:
Â
<!-- The chance a bar spike will result in a backroom noncon scene --> (set:$sf_bar_sex_chance to 25)
Â
In this case, "25" is the chance that getting spiked at the bar will lead to a backroom noncon sex scene. You can change that to "50" to double the chances of it happening, or lower it to "5" to make it a rare event.
Â
When you've made your changes, load it into the game with the mod loader. (You can make later edits by finding it in the hidden ".unpacked" folder and changing the values there, or just by editing the original and loading it again.)
Spike Fun is to load these values every time an event happens, so you can change them at any time without worrying about creating a new save. (...Though this mod might add a slight slow-down to your game.)
What's New in Version 0.1.1
Released
- Fixes issue with Mandatory Stripper story chance setting
- New comments to clarify clone chance setting
- Added console logging code by McLurkington