Could you possibly make a version of this that shortens pregnancy times but not to such a large degree? I really like the idea of it, but that's just a bit toooo fast.
Viewing post in Faster pregnancies & growup time
I'm not sure this version works anymore - it's from more than 6 months ago.
Here's how to tinker with this however you want:
Go to YourStriveFolder/Files/Scripts and open up "variables.gd" - funny extension, but you can open it in notepad or anything like notepad.
Find the following paragraph(hint: ctrl-f "#Pregnancies"):
#Pregnancies
#warning-ignore:unused_class_variable
var pregduration = XXX
#warning-ignore:unused_class_variable
var growuptimechild = XXX
#warning-ignore:unused_class_variable
var growuptimeteen = XXX
#warning-ignore:unused_class_variable
var growuptimeadult = XXX
#warning-ignore:unused_class_variable
var traitinheritchance = XXX
#warning-ignore:unused_class_variable
var babynewtraitchance = XXX
Everywhere I have "XXX", there's a number - you can change those however you want. the duration and growuptime variables are measured in days. The inheritchance and newtraitchance are in percentages.
Then, just save the file and start Strive, and badabing badabang, you're good to go!