RimWorld

RimWorld

[sd] medicaddons (unofficial)
74 kommenttia
Mlie 5.9.2024 klo 8.12 
Local Snorlax 22.6.2024 klo 12.47 
He ain't updating it. Someone needs to make a fork.
Lan_lan 4.5.2024 klo 8.28 
plz...1.5...plz...
Angrysquirrel 3.5.2024 klo 13.15 
1.5?
リリム.莉莉姆 23.4.2024 klo 5.46 
Incompatible with VFEA's Ancient Cryptosleep Suspender
Can this mod be compatible with this bed?
VFEA mod di:265484674
Kizzycocoa 13.4.2024 klo 5.00 
Will you be updating this for 1.5?
PMC_Zero 9.4.2024 klo 16.22 
Still Config error in sd_medicaddons_ResearchTab: label contains illegal character(s): "[]{}". This can cause issues during grammar resolution. If this was intended, you can use the "ignoreIllegalLabelCharacterConfigError" flag.
JoeOwnage 21.12.2022 klo 3.25 
I am also getting the same error as @Kyrox. I fixed the error by changing the label of your research tab from [sd] medicaddons to just medicaddons

The game doesn't like the square brackets in the label
Kyrox 12.12.2022 klo 10.09 
Hello! I tried out your mod today and get this error on startup:

Config error in sd_medicaddons_ResearchTab: label contains illegal character(s): "[]{}". This can cause issues during grammar resolution. If this was intended, you can use the "ignoreIllegalLabelCharacterConfigError" flag.
zyMex  [tekijä] 10.12.2022 klo 1.26 
@redbrick hello tried your suggestion but can't seem to get it to work, maybe because im sick today, and not been around RW for long time and forgot it all, but it keep failing saying not existing..
redbrick 2.12.2022 klo 22.20 
In Rim 1.4 environment, ParentNod "BasicBedBase" are newly added and in Rim1.3 and earlier, "BasicBedBase” is not existed, so patch "sd_medicaddons_patch_vanilla.xml" was failed at startup phase.
I would like to suggest to propose to change patch for "BedWithQualityBase" node.
(Because, Parent node of HospitalBed is "BedWithQualityBase" in Rim1.2,1.3,1.4.)
M0rr1s0n 24.11.2022 klo 9.50 
Glad I could contribute to RW modding community finally :)
Time to yeet my local medicaddons version out of my modlist! XD
handsomegrape 23.11.2022 klo 13.15 
And thank you M0rr1s0n.
handsomegrape 23.11.2022 klo 13.13 
Oh ok, that was unexpected. I'm sorry for assuming then, no ill feelings towards you I hope you understand, I'm not expecting for a mod author to indefinitely keep their mods up to date, and in this case you weren't the original author either. But thank you, very appreciated.
zyMex  [tekijä] 23.11.2022 klo 12.57 
updated with fix from @M0rr1s0n

thank you and sorry for me being slow
Chicken'd 14.11.2022 klo 12.19 
@M0rr1s0n Just wanted to add for other viewers trying to do the temporary fix to not delete the other bed operations listed either as it will make any save file unplayable. I just added the new text listed below above the already existing lines and it works fine.
CptConnor 14.11.2022 klo 3.42 
@M0rr1s0n Perfect, I'll get Rimpy installed and go from there - thanks again my friend!
M0rr1s0n 13.11.2022 klo 14.52 
@CptCuckBoi you're welcome, glad I could help!
Remember that reloading the mod will reset the file (for example because verifying game files), best way til it is updated is to make it a local mod (best use Rimpy for this)
CptConnor 13.11.2022 klo 12.15 
@M0rr1s0n You sir, are a legend. Thank you for uploading your code, finally got it to work. Much appreciate my guy!
M0rr1s0n 8.11.2022 klo 12.40 
Tried adding zyMex on Steam but he didn't accept it yet, gonna post the code here, save it as the named vanilla patch and save it in the "patch" folder. Beware: messing this up will screw up the mod so you gonna need to reload it then.

https://justpaste.it/80q2y
CptConnor 6.11.2022 klo 8.03 
@M0rr1s0n Can you highlight what exactly you changed in the sd_medicaddons_patch_vanilla.xml? I can see your previous comment but I'm not quite sure what was changed as I'm a total novice with this sort of thing :)
M0rr1s0n 3.11.2022 klo 4.55 
phew, with no knowledge about Rimworlds XML-behaviour it's a little difficult to explain it. I'm a bloody beginner when it comes to this, too :D
You need to replace this in sd_medicaddons_patch_vanilla.xml in folder \294100\2012914831\Patches instead of the patches for bed, doublebed and royalbed.

Played yesterday with it, and all linkables are working fine for vanilla beds
-=©P=-Olaf-Opossum 2.11.2022 klo 23.49 
@MOrr1sOn how can i patch it? Never looked into the mods directly
M0rr1s0n 2.11.2022 klo 13.27 
Made it work, at least for me it's working :D
Patched the base which contains bed, doublebed and royal bed.
@zyMex:

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[@Name="BasicBedBase"]/comps/li[@Class="CompProperties_AffectedByFacilities"]/linkableFacilities</xpath>
<value>
<li>sd_medicaddons_medieval_surg_washpan</li>
<li>sd_medicaddons_medieval_surg_instruments</li>
<li>sd_medicaddons_medieval_surg_lamp</li>
<li>sd_medicaddons_industrial_surg_instruments</li>
<li>sd_medicaddons_industrial_surg_lamp</li>
<li>sd_medicaddons_spacer_surg_vitalsmonitor</li>
<li>sd_medicaddons_spacer_surg_instruments</li>
<li>sd_medicaddons_spacer_surg_lamp</li>
</value>
</Operation>
M0rr1s0n 2.11.2022 klo 13.07 
Got the same error and it seems that the Bed, Double Bed and Royal Bed don't have their linkable facility as property anymore but instead are defined in a "BedBase" abstract, which has linkables defined.
Don't know if my rambling makes any sense, but I guess the PatchOperation fails because of this!
Richard Stern 30.10.2022 klo 10.38 
Bunch of errors on startup that look like that:



[[sd] medicaddons (unofficial) - Start of stack trace]
Verse.PatchOperationAdd(xpath="*/ThingDef[defName = "Bed"]/comps/li[@Class = "CompProperties_AffectedByFacilities"]/linkableFacilities"): Failed to find a node with the given xpath
[End of stack trace]
The top operation is the one that failed, the ones below it are the parents
Source file: C:\Program Files (x86)\Steam\steamapps\workshop\content\294100\2012914831\Patches\sd_medicaddons_patch_vanilla.xml
JoeOwnage 25.10.2022 klo 21.35 
getting a bunch of errors from this one, I used it a lot in 1.3 not sure what's different
M0rr1s0n 18.9.2022 klo 9.27 
It should be compatible with the fur beds from Vanilla Factions Expanded - Vikings with the following patch addition:

<Operation Class="PatchOperationSequence">
<success>Always</success>
<operations>
<li Class="sd_medicaddons.PatchOperationFindMod">
<modName>Vanilla Factions Expanded - Vikings</modName>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="VFEV_FurBed" or defName="VFEV_DoubleFurBed"]/comps/li[@Class = "CompProperties_AffectedByFacilities"]/linkableFacilities</xpath>
<value>
<li>sd_medicaddons_medieval_surg_washpan</li>
<li>sd_medicaddons_medieval_surg_instruments</li>
<li>sd_medicaddons_medieval_surg_lamp</li>
<li>sd_medicaddons_industrial_surg_instruments</li>
<li>sd_medicaddons_industrial_surg_lamp</li>
<li>sd_medicaddons_spacer_surg_vitalsmonitor</li>
<li>sd_medicaddons_spacer_surg_instruments</li>
<li>sd_medicaddons_spacer_surg_lamp</li>
</value>
</li>
</operations>
</Operation>
SkylineOdeum 16.5.2022 klo 7.33 
Gotta say this is one of my fav mods for making the early game less of a headache. Thanks for keeping it going!
zyMex  [tekijä] 16.5.2022 klo 0.12 
updated with fix from @Leugimimi
Itsuji Hayashi 19.12.2021 klo 2.01 
@Leugimimi

thanks!
Miguel V-DF 15.12.2021 klo 6.57 
to fix the medieval surgical lamp error, go to the mod folder, (__Steam\steamapps\workshop\content\294100\2012914831\Defs\ThingDefs) open the "sd_medicaddons_facilities_ThingDefs_b_medieval.xml" file, go to the medieval surgery lamp, find the following line "<destroyOnNoFuel>true</destroyOnNoFuel>" and change "true" to "false". save the file and then close it
Devious_Soldier 25.10.2021 klo 16.29 
When the medieval surgical lamp runs out of fuel, it disappears
VOSS 13.9.2021 klo 8.41 
Doesnt seem to work with beds from Vanilla Factions Expanded: Vikings or Medieval Overhaul
Lotus Elise 27.7.2021 klo 7.40 
Thank you for update. Any chance to see this mod working with rim-effect?
созерцатель 20.7.2021 klo 12.50 
you rock:knlcrown:
zyMex  [tekijä] 20.7.2021 klo 12.25 
@созерцатель there you go =)
созерцатель 20.7.2021 klo 11.17 
Thanks for your work, hope for update
SpaceDorf 15.6.2021 klo 7.47 
I don't know if its steam or something else, when I first used the mod the textures were missing and I had to replace them myself from an offline version of the mod.

Since it is not the only mod with this problem, I am inclined to blame Steam.
Bane882266 8.6.2021 klo 14.45 
Are the linkables fully compatible with vanilla medical expanded content?
Bane882266 8.6.2021 klo 14.45 
Nice
zyMex  [tekijä] 10.4.2021 klo 7.17 
Added patches by leugimimi
for LotR Elves and Rimhammer race mods
Miguel V-DF 8.4.2021 klo 8.52 
is there a chance for you to add a patch made my me for some mods if I sent the patches to you?
Zippy 19.1.2021 klo 2.52 
Hi there any chance compatibility with the glitter tech medical re-ambulation pods
wiseainu 2.11.2020 klo 11.52 
Can you add suppot for Lord of Rims series (Contiuned). plz
There are beds in those. Thank you.
RutraNickers 18.10.2020 klo 19.34 
there is a bug with the medieval surgery lamp. When it's fuel reachs zero, it just deletes itself (at least I don't think that's how's supposed to be). Could you fix it by making it function like a passive cooler?
zyMex  [tekijä] 24.9.2020 klo 23.30 
Update
added patch for sparkling worlds hospital bed
Thunderstorrm 24.8.2020 klo 14.07 
Thank you for updating
zyMex  [tekijä] 7.8.2020 klo 1.41 
update to support 1.2