Barotrauma

Barotrauma

Otillräckligt med betyg
NHR x Robotrauma
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Filstorlek
Lades upp
Uppdaterades
11.993 MB
20 aug, 2024 @ 18:32
21 aug, 2024 @ 11:57
3 ändringsnotiser ( visa )

Abonnera för att ladda ner
NHR x Robotrauma

Beskrivning
Robotrauma combined with Robots for Non-Human Races. Ever wanted to play with Robotrauma but hated that your AI crewmates or random station inhabitants could be robots? Wanted to play with infectious mods that robots can interfere with? Want to restrict robots to just a few trusted crewmembers? This is the mod for you. Bots will not spawn as robots, but (hopefully!) all the features of Robotrauma will still apply to robots, unlike the Robot NHR mod. Credit to both for making awesome mods that would make this one impossible to have been created!

DO NOT USE ORIGINAL ROBOTRAUMA OR PLAYABLE ROBOTS FOR NHR WITH THIS.

YOU NEED CLIENTSIDE LUA INSTALLED TO SEE THE SPECIES OPTION FOR ROBOTS.

YOU NEED SERVERSIDE LUA INSTALLED FOR THE MOD TO WORK.


Credit to the original mods used to get this one working:

https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2948488019&searchtext=robotrauma
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3291012925&searchtext=robots
27 kommentarer
Dog Damnit 28 apr @ 13:56 
thank you! ill upload one sometime
Goblin Conscript  [skapare] 28 apr @ 1:32 
absolutely
Dog Damnit 27 apr @ 14:53 
understandable, would it be alright if someone else took up the mod to keep it updated meanwhile?
Goblin Conscript  [skapare] 27 apr @ 12:13 
I haven't been playing barotrauma or had time recently unfortunately
Dog Damnit 26 apr @ 23:26 
just did the fix myself following Michael's instruction. opening every .xml in the mod with notepad++ then replacing the lines with the find and replace (CTRL+F), and saving em it fixed the problem entirely. very easy and quick to do if you dont mind doing it and updating this mod, please!!
thank you
Dog Damnit 26 apr @ 22:53 
i can confirm this, any non human character that isnt a robot seems to use robot medical system. cant use morphine, but also cant use wrenches and such to heal. so youre SOL
Michael 26 apr @ 14:52 
Also I had to remove this from the collection since it was breaking. Sorry.
Michael 25 apr @ 12:15 
All of the overriden files also just look somewhat old, so it might be a good idea to copy over the new .xmls from Vanilla and then edit those.
Michael 25 apr @ 12:11 
The way Robotrauma handles figuring out what a robot is for item handling breaks NHR compatibility. Currently, the broken items check to see if your character's species name is "human", so anything that isn't a literal human will fail.

You want to replace all the conditionals in the mod that look like this:

<Conditional SpeciesName="Human" />

Into this:

<Conditional SpeciesName="neq Robot" />

So it'll instead check to see if a character isn't a robot, which will fix it.