Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -976,6 +976,8 @@
<li>LTS.MGW</li>
<li>acutus.clusterprojection</li>
<li>eeg.moxasf</li>
<li>ICC.FOV.ORBITER</li>
<li>lemore.loadoutcabinet</li>
<!-- (Add new mods here ^^^^^) -->
</loadAfter>
</ModMetaData>
2 changes: 2 additions & 0 deletions LoadFolders.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1031,6 +1031,8 @@
<li IfModActive="LTS.MGW">Mods and Shit/More Gravship Workbenches</li>
<li IfModActive="acutus.clusterprojection">Mods and Shit/Cluster Projection</li>
<li IfModActive="eeg.moxasf">Mods and Shit/Medieval Overhaul Adaptive Storage</li>
<li IfModActive="ICC.FOV.ORBITER">Mods and Shit/Faction - Orbiters</li>
<li IfModActive="lemore.loadoutcabinet">Mods and Shit/Loadout Cabinet Exosuit Framework Addon</li>
<!-- (Add new mods here ^^^^^) -->
</v1.6>
</loadFolders>
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,12 @@
<xpath>Defs/ThingDef[@Name="WG_BaseScaffold"]/designatorDropdown</xpath>
</Operation>

<Operation Class="PatchOperationReplace">
<success>Always</success>
<xpath>Defs/ThingDef[defName="MF_Building_AutoRepairArm"]/designationCategory</xpath>
<value>
<designationCategory>Ferny_CombatEquipment</designationCategory>
</value>
</Operation>

</Patch>
22 changes: 22 additions & 0 deletions Mods and Shit/Faction - Orbiters/Patches/antennas.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>

<!-- Summon Antennas -->

<Operation Class="PatchOperationReplace">
<success>Always</success>
<xpath>Defs/ThingDef[defName="BurnoutTychforFalseSignal"]/designationCategory</xpath>
<value>
<designationCategory>Ferny_Summon</designationCategory>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<success>Always</success>
<xpath>Defs/ThingDef[defName="BurnoutTychforAgitator"]/designationCategory</xpath>
<value>
<designationCategory>Ferny_Summon</designationCategory>
</value>
</Operation>

</Patch>
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>

<Patch>

<Operation Class="PatchOperationReplace">
<success>Always</success>
<xpath>Defs/ThingDef[defName="MF_Building_LoadoutCabinet"]/designationCategory</xpath>
<value>
<designationCategory>Ferny_CombatEquipment</designationCategory>
</value>
</Operation>

</Patch>