- Dec 31, 2021
- 61
- 56
Yeah, those are the ones, THANK YOU. I could always buy the game in a sale and dump the mods, but I REALLY don't want to give a company like Valve any more money, nor allow them to data farm me with adult purchases (I've worked in the gaming industry in the past as a programmer).These mods? I dont know if that's what your after but if it is here you go. thank you for updating us even if the thread is dead. I haven't tried any of your mods yet but will probably later on
A shame that a single known troll antivirus falsely flags it (out of 65) and the site straight up tell normies that you're sharing virus. Report:
You must be registered to see the links
I do appreciate you going out of your way to contribute to online strangers, even if the site and possible future normies trash talk you.
As for the mods themselves, Game Options is pretty much a must and being able to provide a compatible version with my changes is very useful; Game Options will override the SetBellyScale function in order to provide its belly inflation size feature, my code modifies the same function in order to disable the inflation slider in the gallery, as inflation is now scene-based.
Balance Overhaul is sort of a mixed bag by just reading
You must be registered to see the links
Escalating Difficulty (Ascension) is just harder modes, which will be quite tough if you keep landing on slime battles in the sewer.
Currently the inflation is applied all at once at cum events, but it actually looks a lot better if you gradually apply it during the time the cum particles emitter is active (about 3 seconds).
The following expression does something like that:
Java:
(1f - this._cumTime_In / 3f) * this._belly_inflationIn;
Last edited: