Can I ask for help I have the 1.9.5 + the required updates for LexVille ( But I'm not using it with the pregnancy mod) I download the most recent version of the pregnancy mod, and made a new folder called PregSchool, changed the path at the start of the file to /PregSchool and everything is working, except I don't see the bellies getting bigger? Are they not suppose to? I didn't wait the 3 months because I don't have the patience I did "add day 30" in debug and there was still not change both naked and with clothes.Was there suppose tobe an event in pregnancy? I dunno if there was suppose to be a birth but the "ahegao" was for birth no? I didn't see it happen anyway.The NPC has the "Pregnancy Message" and no "HasQuest" so everything should be fine? I did get a call saying the baby was close but no event after that, and I didn't see the children anywhere? I can sell them to the lady but are they suppose to exist anywhere?
Hi ! I want to ask about pregnancy mod. Can i somehow edit pregnant people at the start of the game ? like increase them ?
Quote from: raingirth on Yesterday at 02:29:52 pmHi ! I want to ask about pregnancy mod. Can i somehow edit pregnant people at the start of the game ? like increase them ?Nobody starts the game pregnant unless I'm mistaken which I don't think I am. It's controlled by a mod, so I'm going to say that it's not possible to force characters to start pregnant.
In there pregnancy mod, the file ExtensionLibrary\InitializeEvents\Init_Pregnancy.ve.xml sets up pergnancy at the start of a new game.5 people start pregnant plus 1 birthed (6 people total)In there you can also see the basics of how pregnancy is stored.
INSERT INTO Children (Gender, MotherID, FatherID) VALUES (@G, @M, @F);
Next it gets everyone in town with a 'Spouse' and chooses the first 6 females/futas then removes any with a job. (The 2 filters should be switched because the job filter can reduce the pregnant pool below 6.)