RimWorld

RimWorld

48 arvostelua
Personal Shield MKII
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Tiedostokoko
Julkaistu
Päivitetty
6.275 MB
20.7.2016 klo 12.28
26.7.2016 klo 4.08
3 muutosilmoitusta ( näytä )

Tilaa ladataksesi
Personal Shield MKII

1 kokoelmassa, tekijä Skullywag
Skullywags Defence Mods
6 luomusta
Kuvaus
Adds an expensive personal shield that allows shooting from within, charges slower than vanilla melee shield.

It can be "repaired" at a machining table, repairing is actually recrafting with the original as an ingredient, this will technically reroll the quality, it does however cost some uranium.

I Suggest using my other addon mod which allow vanilla power armour and personal shields to be repaired in the same manner.

Armour Repair
53 kommenttia
TokiMerr 21.10.2024 klo 9.46 
does this mod work for 1.5
Kalawaki 17.3.2020 klo 8.35 
Does this mod work for 1.0?
Deserter Dave 27.8.2018 klo 12.32 
Can this be fixed by the mending mod?
Knight 16.7.2018 klo 8.07 
Skullywag - I've sent you a friend request and would like to know if I can take over this mod? It seems you've stopped working on it and I've actually updated/fixed it for B18 for my personal use. Do I have your permission to upload it to the workshop? Credit will of course be given.
ChesedNeb 21.12.2017 klo 17.44 
I just tried out the github version of this mod.
It's quite broken as when I force one of my colonists to wear the shield, some of the pawn specific buttons go missing and I can't select anything or get my currently selected, shield bearing, drafted colonist to do anything.
Xen 26.6.2017 klo 20.07 
also - none of those 'simpler lightweight alternatives' include the latest C# 7 code - so they are essentially worthless for working on anything but small, extremely limited projects.
Xen 26.6.2017 klo 20.05 
technically @Thundercraft, you need a decompiler, not a compiler to "Open DLL's" (like ILSpy)
to open the -source files- and build your own, you'd want an IDE
and rimworld uses C# .net 3.5 packages, as opposed to just C++.
Xen 26.6.2017 klo 20.02 
Skullywag has merged my fixes on his github at least, so you can get them there

https://github.com/Skullywag/PersonalShieldMKII
WristWeightsEngaged 25.6.2017 klo 18.21 
please update this sometime soon :'(
Thundercraft 9.6.2017 klo 21.52 
@ ПΛПО Prince Dragoon
You need a Visual C++ compiler for that. But it's complicated. For details, the RimWorld .dll-mod tutorial [ludeon.com] helps. (Though, you may want to read my post here [ludeon.com] about issues with using MS Visual Studio. Just so you know, there are simpler, lightweight alternatives.