thank you for your continued support and patience in answering my questions :3
(1) ChildIDs in Pregnancy: what kind of object do they point to (I found a Child class in your sauce) and where are they saved? (I've played too much with the game than the game, so I have not produced offspring yet

)
(2) jobs: can TFL manipulate files? cause with the job thing, right now I'm thinking I can make python create a todo-list for a mod, the mod does all the job-things with &new_job_for_char and then deletes the todo. if no, I'll dig through your sauce and see what I can mcgyver together...
(3) pregnancy/person: is there an easy way to find pot_father entries for males? cause right now I'm looking at taking all relations from Person, sorting for women, then going through all their attributes looking for the pot_father entry. certainly doable, but if there's a neater way, I'm all ears
(4) Dates. each +1 is one timeslot? so each day has 6 ints (morning is 2000, noon 2001, afternoon 2002 etc and next morning is 2006)? (eg displaying how long a female is infertile would be (int (from pregnancy) - int ( current date from world)) / 6)
(5) Counting all persons (including MC) vs counting all pregnancies gives me 1 more preg than persons...
I haven't checked IDs yet, but maybe you have an idea
have checked IDs now, there is an orphaned pregnancy in there... together with an orphaned relation(self), but no corresponding person.
do you delete persons at any point? cause I never did in the save. still, might be my general fuck-aroundery that is at fault, just wanted to let you know
(6) See attached image of employee lounge. text says emp_cap is increased by 4, but stats say by 6
(7) Saves: can the auto-save ever be marked as last in save_info.txt or does that only appy to manual saves?
(8) where can I find the formulas to calculate how well someone would do in a job (and what salary they would agree to)?
Suggestions:
(S1) change it so sister doesn't always suggests "friends" (see S2) for jobs. instead have her bring them to the bar and she mentions they are looking for a job and THEN you can agree (also, remove malus from turning down interview)
(S2) make her have proper friends, with similar likes and a medium to high opinion
(S2.2) same goes for every NPC, most don't really have friends or like each other, even when they live together. likes I'd group together (and have improve relations over): faith^2, running^2, vegan_diet^1, yoga^1, games^1, fandom^1, parties^1, dancing^1 (the ^ means if they have that value and if someone else has the same or higher, they should have a bonus of "mutual interest", raising the opinion of each other)