Barotrauma 潜渊症

Barotrauma 潜渊症

评价数不足
[OBSOLETE] (FIX) Robo-Trauma Medical Conversion
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
2.470 MB
2023 年 7 月 16 日 上午 5:43
1 项改动说明 ( 查看 )

订阅以下载
[OBSOLETE] (FIX) Robo-Trauma Medical Conversion

描述
There is a better fix for the RoboTrauma Medical Conversion mod made available now by ImJustJoshin, you can get it here:

https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3029219159




I fixed the medical conversion for you guys. I decided to do it because the original author still hasn't fixed it.

The issue was that the Robotrauma mod, inside its files, was renamed from "Robo-trauma" to "Robotrauma".

The other issue was that the hash of the mod was outdated, likely due to the above issue. I deleted the hash and allowed the game to make a new one for the mod.

Original mod:
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2961905724&searchtext=medical+conversion
15 条留言
jusFono.live  [作者] 2023 年 9 月 2 日 上午 2:09 
epic, linked ^^
ImJustJoshin 2023 年 9 月 1 日 下午 12:38 
I have uploaded my changes to the workshop.
ImJustJoshin 2023 年 8 月 31 日 下午 6:13 
Best I can do is just upload yet another version of the original and modify that if you can't.
ImJustJoshin 2023 年 8 月 31 日 上午 10:47 
I can't. My mod loads after Robotrauma. The changes are really simple just some lines to remove and the number 1 to delete.
jusFono.live  [作者] 2023 年 8 月 31 日 上午 3:49 
Think you could add those patches to your mod? Either that, or we could integrate all the patches into this mod. You can choose really
ImJustJoshin 2023 年 8 月 30 日 下午 6:55 
There's also the small issue that in the items.xml in regards to healing. Copper and FPGA circuits were wrongly given the ability to treat water damage "rinternaldamage" and all the screwdrivers were wrongly given the ability to treat "rinternaldamage1" by the original mod maker. 3 lines to remove for each item, 15 in total.

Lastly, I know it a lot but thankfully these are only minor line edits.

Inside status.xml under "Damagetransform" the status effect that handles "internaldamage" -> "rinternaldamage1" absolutely needs to have disabledeltatime set to false. Otherwise if a robot gets hit by an emp they will instantly die unless they have a strong enough resistance as the emp damage never hits its the set affliction level because its always being converted to quickly.
ImJustJoshin 2023 年 8 月 30 日 下午 1:14 
After doing so more patches to align the drives with the Medical Conversion mod I noticed the original mod maker inside human.xml changed rinternaldamage (Water Damage) to rinternaldamage1 (Internal Damage).

This is an issue because in Robo-trauma Water Damage =/= Internal Damage and shouldn't have been changed to equal one another. I have updated my mod to correct the issue of Water Damage not using rdamage but I need you to edit human.xml inside this mod to change rinternaldamage1 back to rinternaldamage.
jusFono.live  [作者] 2023 年 8 月 30 日 上午 9:49 
epic, will link :))
ImJustJoshin 2023 年 8 月 29 日 下午 2:34 
I posted a companion patch for this mod to fix the issue of Microbots and other relevant drives not recognizing the new damage types that the medical conversion mod introduces.

Robo-Trauma Medical Conversion Drives Patch
ImJustJoshin 2023 年 8 月 29 日 上午 11:13 
The microbots affliction is checking robots for afflictions with the type "damage" while the medical conversion makes all damage on robots into "rdamage". I think the only thing needed to fix this is to just make an affliction override for microbots so it will heal rdamage instead of damage.