Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - MissStrobo

#1
error when used with Combat Extended

[Children_and_Pregnancy][ERR] Failed to apply Harmony patches for children.and.pregnancy. Exception was: HarmonyLib.HarmonyException: Patching exception in method System.Void Verse.Pawn_HealthTracker::CheckForStateChange(System.Nullable`1<Verse.DamageInfo> dinfo, Verse.Hediff hediff) ---> System.Exception: Wrong null argument: br NULL
#2
Thank you for the answer. I was afraid of that but i still hoped there was an alternative  ::)
#3
thank you for the answer. I didn't work when i tried but since i was unsure i didn't go further.
I just found it out also by looking at something else in the code.

   
<recipeMaker>
      <researchPrerequisite>InsertMyResearch</researchPrerequisite>
</recipeMaker>
#4
Hi there,

I' patching an already existing mod and I'd like to be able to use a zone tool only after a research is completed. I took a look in all the .xml but so far i just dont see any way to do it.
#5
Help / research requirement on a <receipeMaker>
May 24, 2020, 02:45:32 PM
Hi there,
I'm totally new here and started modding 2 days ago. So far so good, my mod is working fine and i'm working on compatibility with other mods.

if I want to apply a research requirement on a <ThingDef> which has a <recipeMaker> tag, do I have to make a <ReceipeDef> for this item or is there a sub-tag in the <reciperMaker> that allows it ?

the <reciperMaker> is not in my mod but on the one I'd like to make compatible.