New pregnancy durations?

Skunkupine

Well-Known Member
Jun 17, 2023
471
156
Does anybody know how long the behemoth (behemoth as bearer) and Shalin (as bearer) pregnancies last, and are they scenes for the birth?
Note I am NOT asking how long Steele's pregnancies from behemoth or Shalin last.
 

Theron

Well-Known Member
Nov 8, 2018
4,043
1,511
45
Shalin Shaman: 30 days?
days - flags.SHALIN_SHAMAN_PREG_TS) >= 30

Behemoth: 85 days?
BEHEMOTH_BETA_PREG_TIMER0 >= 85

There's a scene for both.
 

Skunkupine

Well-Known Member
Jun 17, 2023
471
156
I'm trying to slap together a little utility to read a save file, and generate a list of who's pregnant and when they are due.

Egads, the entropy of this code base is staggering.

Some pregnancies are tracked by absolute minute of impregnation (Zheniya, the Dock Master). Others are tracked by days pregnant. Some are tracked by values under the flags with variables of the form <CHARACTER_NAME>_PREG_TIMER. Unless they are tracked bye <CHARACTER_NAME>_PREGNANT. Or if they are tracked by a special status effect (Stella).

And in all cases knowing how long the pregnancy lasts is totally a priori.

Not having access to the codebase in a way that lends itself to examination, I've had to guess at the timings, in some cases from the WIKI, and in others....

My desire would be to get something working as a mix of XML, XSLT, and Javascript to define the bearers, their durations, the variable to look at, whether it's relative or absolute, and where to find them normally, and then see if anybody can take that and integrate it into the game.

I've attached the XML file I've created with my best guesses as to the times. Anybody who can provide better data, please let me know.
 

Attachments

  • pregtimes.xml.txt
    4.3 KB · Views: 0