边缘世界 RimWorld

边缘世界 RimWorld

[sd] medicaddons (unofficial)
74 条留言
Mlie 2024 年 9 月 5 日 上午 8:12 
Local Snorlax 2024 年 6 月 22 日 下午 12:47 
He ain't updating it. Someone needs to make a fork.
Lan_lan 2024 年 5 月 4 日 上午 8:28 
plz...1.5...plz...
Angrysquirrel 2024 年 5 月 3 日 下午 1:15 
1.5?
リリム.莉莉姆 2024 年 4 月 23 日 上午 5:46 
Incompatible with VFEA's Ancient Cryptosleep Suspender
Can this mod be compatible with this bed?
VFEA mod di:265484674
Kizzycocoa 2024 年 4 月 13 日 上午 5:00 
Will you be updating this for 1.5?
PMC_Zero 2024 年 4 月 9 日 下午 4: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 2022 年 12 月 21 日 上午 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 2022 年 12 月 12 日 上午 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  [作者] 2022 年 12 月 10 日 上午 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 2022 年 12 月 2 日 下午 10: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 2022 年 11 月 24 日 上午 9:50 
Glad I could contribute to RW modding community finally :)
Time to yeet my local medicaddons version out of my modlist! XD
handsomegrape 2022 年 11 月 23 日 下午 1:15 
And thank you M0rr1s0n.
handsomegrape 2022 年 11 月 23 日 下午 1: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  [作者] 2022 年 11 月 23 日 下午 12:57 
updated with fix from @M0rr1s0n

thank you and sorry for me being slow
Chicken'd 2022 年 11 月 14 日 下午 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 2022 年 11 月 14 日 上午 3:42 
@M0rr1s0n Perfect, I'll get Rimpy installed and go from there - thanks again my friend!
M0rr1s0n 2022 年 11 月 13 日 下午 2: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 2022 年 11 月 13 日 下午 12:15 
@M0rr1s0n You sir, are a legend. Thank you for uploading your code, finally got it to work. Much appreciate my guy!
M0rr1s0n 2022 年 11 月 8 日 下午 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 2022 年 11 月 6 日 上午 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 2022 年 11 月 3 日 上午 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 2022 年 11 月 2 日 下午 11:49 
@MOrr1sOn how can i patch it? Never looked into the mods directly
M0rr1s0n 2022 年 11 月 2 日 下午 1: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 2022 年 11 月 2 日 下午 1: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 2022 年 10 月 30 日 上午 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 2022 年 10 月 25 日 下午 9:35 
getting a bunch of errors from this one, I used it a lot in 1.3 not sure what's different
M0rr1s0n 2022 年 9 月 18 日 上午 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 2022 年 5 月 16 日 上午 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  [作者] 2022 年 5 月 16 日 上午 12:12 
updated with fix from @Leugimimi
Itsuji Hayashi 2021 年 12 月 19 日 上午 2:01 
@Leugimimi

thanks!
Miguel V-DF 2021 年 12 月 15 日 上午 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 2021 年 10 月 25 日 下午 4:29 
When the medieval surgical lamp runs out of fuel, it disappears
VOSS 2021 年 9 月 13 日 上午 8:41 
Doesnt seem to work with beds from Vanilla Factions Expanded: Vikings or Medieval Overhaul
Lotus Elise 2021 年 7 月 27 日 上午 7:40 
Thank you for update. Any chance to see this mod working with rim-effect?
созерцатель 2021 年 7 月 20 日 下午 12:50 
you rock:knlcrown:
zyMex  [作者] 2021 年 7 月 20 日 下午 12:25 
@созерцатель there you go =)
созерцатель 2021 年 7 月 20 日 上午 11:17 
Thanks for your work, hope for update
SpaceDorf 2021 年 6 月 15 日 上午 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 2021 年 6 月 8 日 下午 2:45 
Are the linkables fully compatible with vanilla medical expanded content?
Bane882266 2021 年 6 月 8 日 下午 2:45 
Nice
zyMex  [作者] 2021 年 4 月 10 日 上午 7:17 
Added patches by leugimimi
for LotR Elves and Rimhammer race mods
Miguel V-DF 2021 年 4 月 8 日 上午 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 2021 年 1 月 19 日 上午 2:52 
Hi there any chance compatibility with the glitter tech medical re-ambulation pods
wiseainu 2020 年 11 月 2 日 上午 11:52 
Can you add suppot for Lord of Rims series (Contiuned). plz
There are beds in those. Thank you.
RutraNickers 2020 年 10 月 18 日 下午 7: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  [作者] 2020 年 9 月 24 日 下午 11:30 
Update
added patch for sparkling worlds hospital bed
Thunderstorrm 2020 年 8 月 24 日 下午 2:07 
Thank you for updating
zyMex  [作者] 2020 年 8 月 7 日 上午 1:41 
update to support 1.2
Lord Shaw 2020 年 6 月 27 日 下午 7:24