[1.4] Medical Dissection - Train your medicine skills

Started by Heremeus, March 17, 2018, 06:40:51 PM

Previous topic - Next topic

Heremeus

Updated to version 2.6 which adds Chinese Simplified translation by Steam user 若月スバル

I didn't have any time yet to look into the HOPM patch.

Wolpeti

its just one script and in 120 days you couldn't cut one script.

         <operations>
            <li Class="PatchOperationReplace">
               <xpath>Defs/ThingDef[@Name="Autopsy Basic"]/recipeMaker/recipeUsers</xpath>
               <value>
                  <recipeUsers>
                     <li>TableDissection</li>
                  </recipeUsers> and so on

i just wrote a patch myself in five minutes.

Heremeus

Quote from: Wolpeti on January 28, 2022, 12:44:18 AM
its just one script and in 120 days you couldn't cut one script.

         <operations>
            <li Class="PatchOperationReplace">
               <xpath>Defs/ThingDef[@Name="Autopsy Basic"]/recipeMaker/recipeUsers</xpath>
               <value>
                  <recipeUsers>
                     <li>TableDissection</li>
                  </recipeUsers> and so on

i just wrote a patch myself in five minutes.

That's great. Feel free to open a pull request on github  :)
I'm not 100% sure as I've not done any Rimworld modding in ages but I think your patch cause the autopsy table to stop working (because it replaces the recipe user of the basic autopsy)? Shouldn't that be PatchOperationAdd?
It also only works for basic autopsy. If I remember correctly, there's other autopsy types to be unlocked through research?

Wolpeti

i am jerry rigging this just copying the script frames that put the EPOE Table's ops back to fabrication bank i don't care about the research part. You are the modder so if you know better why haven't you done it yourself.

Heremeus

Updated for Rimworld 1.4 and the Biotech DLC!

Also improved the dissection default work tab priorities. Now your low medicine colonists without a passion for it won't start dissecting corpses.