[1.0] Children and Pregnancy - v0.5b (2019/Feb/25)

Started by Thirite, December 27, 2016, 09:06:22 PM

Previous topic - Next topic

TomorrowWeLive

#1005
I know it's completely unrealistic, but any chance of Mpreg- i.e. letting men have kids?  Maybe as a toggle-able option? :p

Also, is this mod compatibly with Psychology?

harpo99999

#1006
Quote from: alexander_q on December 14, 2017, 10:56:02 PM
QuoteI have copies of the a16 version(s) of the mod in my offline archive of rimworld mods, if you like I can upload it here

@harpo99999
I'd really appreciate that.
thirite, is it permitable for me to upload the a16 v2d of the children mod into the thread? (edited for typo in alpha version number)

Feindflug

Hey Thrite,

encountered a bug with the new childcare job. Here are my logs:
https://gist.github.com/2a1439c09dafae431bc5f7a1e826deb8

Only happens when a pawn wants to play with a baby. Dont matter which pawn it is. Happens in hospital beds as well as in the crip. Reload an older save will fix the issue. But it will randomly produce this error again after some time. Cant find anything to reproduce. Seems to be completly random. Maybe you can get some information out of that logs.

Cessa

#1008
Hello,
sry, my english is not so good, but i have a question.
For the mod gives a german translation?

This mod is great, because I would like to stay on the planet :)

The_Mild

Quote from: Feindflug on December 15, 2017, 04:32:17 AM
Hey Thrite,

encountered a bug with the new childcare job. Here are my logs:
https://gist.github.com/2a1439c09dafae431bc5f7a1e826deb8

Only happens when a pawn wants to play with a baby. Dont matter which pawn it is. Happens in hospital beds as well as in the crip. Reload an older save will fix the issue. But it will randomly produce this error again after some time. Cant find anything to reproduce. Seems to be completly random. Maybe you can get some information out of that logs.
I am also having similar issues
And another thing I don't know if its just the one time I did it but when a pawn was born they came out full grown, its probably because they are an alien race but would like to know if anyone else had the same thing

Thirite

@TomorrowWeLive
I've heard conflicting reports on whether or not it works with Psychology. I think there are some minor problems with children getting adult-intended psychological effects but I don't know the details. If that's the case it's a matter of the Psychology mod author to make checks to ensure their code only applies to teenagers and above.

@harpo99999
The mod is CC-BY-NC-SA, do as you wish lol.

@Cessa
There's currently no German translation but I would be happy to have someone make one.

@The_Mild
Alien Races isn't fully compatible with C&P, I'm surprised you even got an Alien race pregnant.

xRude

i read the title wrong, was about to rage comment but nvm ^_^

Cessa

@Thirite
I think I could do that if I have your permission.
I've already looked at the files because I do not like being able to read something in the game. 8)

My english is bad, but my german is great  :P :P

harpo99999

thirite, thank ypu for the permission, here is a link to a copy of the last a16 version that I have
https://www.dropbox.com/s/k6vxps24aantaid/ChildrenMod_v02D%20-%20Copy.zip?dl=0

Thirite

Updated to v0.4b
- Hopefully fixed the "Started 10 Jobs in one tick" error that occurred when a pawn intiated the 'Play with baby' job
- Fixed the code to make Determine Pregnancy usable and function as intended


@Cessa
Of course, go ahead.

Rocket_Raccoon

I would also very much like bb guns or .22 weapons to be added to the game so children could learn how to shoot and as teenagers even go/learn hunting without breaking their shoulders :p
Would be awesome and going great imo with the weapon usage restriction for children.

Feindflug

@ Thrite
Thanks for the fix. Seems to be working now. I will keep testing. :)

koltonaugust

AGHHHHH! YES! I now have sacrifices for raiders again!!!! (And things to love and protect... i guess). Seriously tho, was not having as much fun in B18 without this mod :D

CrowSR

been getting this error which someone said was supposed to have been fixed(yes, i am using latest version)
[HugsLib][ERR] Failed to apply Harmony patches for HugsLib.Children_and_Pregnancy_testing. Exception was: System.Exception: Wrong null argument: br
  at Harmony.ILCopying.MethodBodyReader.<FinalizeILCodes>b__17_4 (Harmony.CodeInstruction codeInstruction) [0x00000] in <filename unknown>:0
  at Harmony.CollectionExtensions.Do[CodeInstruction] (IEnumerable`1 sequence, System.Action`1 action) [0x00000] in <filename unknown>:0
  at Harmony.ILCopying.MethodBodyReader.FinalizeILCodes (System.Collections.Generic.List`1 transpilers, Label endLabel) [0x00000] in <filename unknown>:0
  at Harmony.ILCopying.MethodCopier.Emit (Label endLabel) [0x00000] in <filename unknown>:0
  at Harmony.MethodPatcher.CreatePatchedMethod (System.Reflection.MethodBase original, System.Collections.Generic.List`1 prefixes, System.Collections.Generic.List`1 postfixes, System.Collections.Generic.List`1 transpilers) [0x00000] in <filename unknown>:0
  at Harmony.PatchFunctions.UpdateWrapper (System.Reflection.MethodBase original, Harmony.PatchInfo patchInfo) [0x00000] in <filename unknown>:0
  at Harmony.PatchProcessor.Patch () [0x00000] in <filename unknown>:0
  at Harmony.HarmonyInstance.<PatchAll>b__6_0 (System.Type type) [0x00000] in <filename unknown>:0
  at Harmony.CollectionExtensions.Do[Type] (IEnumerable`1 sequence, System.Action`1 action) [0x00000] in <filename unknown>:0
  at Harmony.HarmonyInstance.PatchAll (System.Reflection.Assembly assembly) [0x00000] in <filename unknown>:0
  at HugsLib.ModBase.ApplyHarmonyPatches () [0x00000] in <filename unknown>:0
Verse.Log:Error(String)
HugsLib.Utils.ModLogger:Error(String, Object[])
HugsLib.ModBase:ApplyHarmonyPatches()
HugsLib.HugsLibController:EnumerateChildMods()
HugsLib.HugsLibController:LoadReloadInitialize()
Verse.LongEventHandler:RunEventFromAnotherThread(Action)
Verse.LongEventHandler:<UpdateCurrentAsynchronousEvent>m__1()
logs: https://gist.github.com/1ccff89e4262681570f89412acee895a

Thirite

This is a different error. I'd need to see a Harmony.log file to diagnose this one. It should print to desktop on booting RimWorld- I suggest deleting it and rebooting RimWorld just once (as it keeps appending logs to the same file rather than replacing it each boot, unfortunately). I assume this is a mod incompatibility from another mod that transpiles one of the same methods as C&P.