RimWorld

RimWorld

48 ratings
Personal Shield MKII
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
6.275 MB
Jul 20, 2016 @ 12:28pm
Jul 26, 2016 @ 4:08am
3 Change Notes ( view )

Subscribe to download
Personal Shield MKII

In 1 collection by Skullywag
Skullywags Defence Mods
6 items
Description
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 Comments
TokiMerr Oct 21, 2024 @ 9:46am 
does this mod work for 1.5
Kalawaki Mar 17, 2020 @ 8:35am 
Does this mod work for 1.0?
Deserter Dave Aug 27, 2018 @ 12:32pm 
Can this be fixed by the mending mod?
Knight Jul 16, 2018 @ 8:07am 
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 Dec 21, 2017 @ 5:44pm 
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 Jun 26, 2017 @ 8:07pm 
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 Jun 26, 2017 @ 8:05pm 
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 Jun 26, 2017 @ 8:02pm 
Skullywag has merged my fixes on his github at least, so you can get them there

https://github.com/Skullywag/PersonalShieldMKII
WristWeightsEngaged Jun 25, 2017 @ 6:21pm 
please update this sometime soon :'(
Thundercraft Jun 9, 2017 @ 9:52pm 
@ ПΛПО 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.