RimWorld

RimWorld

More Vault Doors and Garages (VFE - Ancients)
Matsay 29 Aug, 2024 @ 2:19pm
Turning large locked doors into regular 3x1 doors
The feature was depending on running Doors Expanded in 1.4 to have functionnal large doors, but that's all in the past now. All you need to do is add this patch to your mod :

<Patch>

<Operation Class="PatchOperationSequence">
<!-- VFEA_LargeLockedDoor -->
<operations>
<li Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="VFEA_LargeLockedDoor"]/comps</xpath>
<value>
<comps>
<li Class="CompProperties_Hackable">
<defence>25000</defence>
<effectHacking>HackingTerminal</effectHacking>
</li>
<li Class="VaultTechnology.CompProperties_ReplaceWithOnHack">
<compClass>VaultTechnology.ThingComp_ReplaceWithOnHack</compClass>
<targetThingDefName>AR_3x1VaultDoor</targetThingDefName>
</li>
<li Class="CompProperties_Glower">
<glowRadius>4</glowRadius>
<glowColor>(0,235,31,0)</glowColor>
</li>
</comps>
</value>
</li>
</operations>
</Operation>

</Patch>
< >
Showing 1-2 of 2 comments
vin  [developer] 29 Aug, 2024 @ 6:53pm 
Oh! Really cool, will look at the code sometime in the near week or so or even a month or two from now when I hit a break in my schedule and come back to RimWorld. Very busy lately. Thanks for the send.
Last edited by vin; 29 Aug, 2024 @ 7:03pm
Bladebro79 13 Feb @ 12:24pm 
@vin
Thanks for the mod. I like the garage doors especially on some of the vault maps they are very useful. Any chance of implementing this?
< >
Showing 1-2 of 2 comments
Per page: 1530 50