- Sep 16, 2017
- 449
- 748
Thanks for the tip. My original question was slightly different, though. The thing I am looking for is how to make a mod that can alter the Cum_Manage of the base game.Changing the condom chance is fairly simple. 1) Download the app qgen (quests generator) and use this to open the game. 2) Scroll down the locations and double click "Cum_Manage". 3) Scroll down the execute on visit box until you find a line that says "if sexcontra = 3:" followed by "temprand = rand(0,1000)". 4) This line is what controls the chance, if you edit the 1000 to be a higher number the chance of condom breaking DECREASES, if you change the 1000 to a smaller number the chance of condom breaking INCREASES. 5) Hit save then open your game as normal.
Make sure not to accidentally delete or change anything else or you could end up breaking your game.
I haven't yet had the time, but I suppose I will just try and see what happens if I make the mod include locations of exactly same name. My best guess is that it will either overwrite the locations... or it will break the game.