So to clarify, which mods out of these allow Hazumi to get more pregnant that in the unmodified game? I had initially tried "single and twins overdue mod(normal)", without any visible effect. Do I need "single and twins overdue mod(young)"? If so, do I need to install "Hazumi younger MOD" first or is "single and twins overdue mod(young)" stand-alone?
If i remember. It involves downloading images and editing/adding code to a game script "using notepad"
You must be registered to see the links
go to: PPLSS\www\js\plugins\Global_Script.js
got it? Go about 40 lines down. you see this?
function multiBaby(it){
var s = $gameSwitches._data;
var v = $gameVariables._data;
//胎児の数
var kiso =6
v[59] = 1
if ( s[59] ) { kiso= 3 }
for ( var i=10; i>=2; i– ){
if ( randmm( Math.floor(Math.pow((kiso),(i/1.6))) ,1 ) <= 1 ){
v[59] = i ///////////////////////////////////////////////////
break;
}
}
everywhere you see v[59] = change the 1 and the i to however many babies you want for Hazumi's next pregnancy. you now control the number of babies she'll have. FUCK RNG FOREVER! And yes, there's STILL no limit (double checked for 1.2.12.1)
and that's it for me guys. Enjoy the game.