边缘世界 RimWorld

边缘世界 RimWorld

More Vault Doors and Garages (VFE - Ancients)
Matsay 2024 年 8 月 29 日 下午 2:19
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>
< >
正在显示第 1 - 2 条,共 2 条留言
vin  [开发者] 2024 年 8 月 29 日 下午 6:53 
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.
最后由 vin 编辑于; 2024 年 8 月 29 日 下午 7:03
Bladebro79 2 月 13 日 下午 12:24 
@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?
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50