From 1c130928aba20f4abfb981b12b7a80f7d01a038f Mon Sep 17 00:00:00 2001 From: alejogrillor02 Date: Wed, 27 May 2026 23:35:33 -0400 Subject: [PATCH 1/5] Faction Orbiters Patch --- About/About.xml | 1 + LoadFolders.xml | 1 + .../Faction - Orbiters/Patches/antennas.xml | 22 +++++++++++++++++++ 3 files changed, 24 insertions(+) create mode 100644 Mods and Shit/Faction - Orbiters/Patches/antennas.xml diff --git a/About/About.xml b/About/About.xml index 0151c13..0e580bc 100644 --- a/About/About.xml +++ b/About/About.xml @@ -976,6 +976,7 @@
  • LTS.MGW
  • acutus.clusterprojection
  • eeg.moxasf
  • +
  • ICC.FOV.ORBITER
  • diff --git a/LoadFolders.xml b/LoadFolders.xml index 20cb978..ea21ac7 100644 --- a/LoadFolders.xml +++ b/LoadFolders.xml @@ -1031,6 +1031,7 @@
  • Mods and Shit/More Gravship Workbenches
  • Mods and Shit/Cluster Projection
  • Mods and Shit/Medieval Overhaul Adaptive Storage
  • +
  • Mods and Shit/Faction - Orbiters
  • \ No newline at end of file diff --git a/Mods and Shit/Faction - Orbiters/Patches/antennas.xml b/Mods and Shit/Faction - Orbiters/Patches/antennas.xml new file mode 100644 index 0000000..ebcd983 --- /dev/null +++ b/Mods and Shit/Faction - Orbiters/Patches/antennas.xml @@ -0,0 +1,22 @@ + + + + + + + Always + Defs/ThingDef[defName="TychforAntenna"]/designationCategory + + Ferny_Summon + + + + + Always + Defs/ThingDef[defName="BurnoutTychforAgitator"]/designationCategory + + Ferny_Summon + + + + \ No newline at end of file From 29be87f4274c392be2fa2c4192e561a1e76651ab Mon Sep 17 00:00:00 2001 From: "Carlos A. Grillo" <108423674+alejogrillor02@users.noreply.github.com> Date: Thu, 28 May 2026 18:41:50 -0400 Subject: [PATCH 2/5] Oops --- Mods and Shit/Faction - Orbiters/Patches/antennas.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mods and Shit/Faction - Orbiters/Patches/antennas.xml b/Mods and Shit/Faction - Orbiters/Patches/antennas.xml index ebcd983..f7ffa18 100644 --- a/Mods and Shit/Faction - Orbiters/Patches/antennas.xml +++ b/Mods and Shit/Faction - Orbiters/Patches/antennas.xml @@ -5,7 +5,7 @@ Always - Defs/ThingDef[defName="TychforAntenna"]/designationCategory + Defs/ThingDef[defName="BurnoutTychforFalseSignal"]/designationCategory Ferny_Summon @@ -19,4 +19,4 @@ - \ No newline at end of file + From bfaaabc7ae4e480dc2a3b768a8494324a8944ddb Mon Sep 17 00:00:00 2001 From: alejogrillor02 Date: Thu, 28 May 2026 18:42:43 -0400 Subject: [PATCH 3/5] oops --- Mods and Shit/Faction - Orbiters/Patches/antennas.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mods and Shit/Faction - Orbiters/Patches/antennas.xml b/Mods and Shit/Faction - Orbiters/Patches/antennas.xml index ebcd983..8e0cfc5 100644 --- a/Mods and Shit/Faction - Orbiters/Patches/antennas.xml +++ b/Mods and Shit/Faction - Orbiters/Patches/antennas.xml @@ -5,7 +5,7 @@ Always - Defs/ThingDef[defName="TychforAntenna"]/designationCategory + Defs/ThingDef[defName="BurnoutTychforFalseSignal"]/designationCategory Ferny_Summon From 9c5bc62e8dc1a8e51cdf6f7225ba8ea61a21fdba Mon Sep 17 00:00:00 2001 From: alejogrillor02 Date: Thu, 28 May 2026 18:43:15 -0400 Subject: [PATCH 4/5] Loadout Cabinet (Exosuit Framework Addon) Patch --- About/About.xml | 1 + LoadFolders.xml | 1 + .../loadout cabinet addon.xml | 13 +++++++++++++ 3 files changed, 15 insertions(+) create mode 100644 Mods and Shit/Loadout Cabinet Exosuit Framework Addon/loadout cabinet addon.xml diff --git a/About/About.xml b/About/About.xml index 0e580bc..93a28f4 100644 --- a/About/About.xml +++ b/About/About.xml @@ -977,6 +977,7 @@
  • acutus.clusterprojection
  • eeg.moxasf
  • ICC.FOV.ORBITER
  • +
  • lemore.loadoutcabinet
  • diff --git a/LoadFolders.xml b/LoadFolders.xml index ea21ac7..07a4a0f 100644 --- a/LoadFolders.xml +++ b/LoadFolders.xml @@ -1032,6 +1032,7 @@
  • Mods and Shit/Cluster Projection
  • Mods and Shit/Medieval Overhaul Adaptive Storage
  • Mods and Shit/Faction - Orbiters
  • +
  • Mods and Shit/Loadout Cabinet Exosuit Framework Addon
  • \ No newline at end of file diff --git a/Mods and Shit/Loadout Cabinet Exosuit Framework Addon/loadout cabinet addon.xml b/Mods and Shit/Loadout Cabinet Exosuit Framework Addon/loadout cabinet addon.xml new file mode 100644 index 0000000..ab644b7 --- /dev/null +++ b/Mods and Shit/Loadout Cabinet Exosuit Framework Addon/loadout cabinet addon.xml @@ -0,0 +1,13 @@ + + + + + + Always + Defs/ThingDef[defName="MF_Building_LoadoutCabinet"]/designationCategory + + Ferny_CombatEquipment + + + + From ec8830305747738b28033d0303955d9d2c85d148 Mon Sep 17 00:00:00 2001 From: alejogrillor02 Date: Thu, 28 May 2026 19:40:54 -0400 Subject: [PATCH 5/5] Exosuit framework update + oops --- .../Exosuit Framework/Patches/exosuit framework patch.xml | 8 ++++++++ .../{ => Patches}/loadout cabinet addon.xml | 0 2 files changed, 8 insertions(+) rename Mods and Shit/Loadout Cabinet Exosuit Framework Addon/{ => Patches}/loadout cabinet addon.xml (100%) diff --git a/Mods and Shit/Exosuit Framework/Patches/exosuit framework patch.xml b/Mods and Shit/Exosuit Framework/Patches/exosuit framework patch.xml index 46b11fc..f5a70d3 100644 --- a/Mods and Shit/Exosuit Framework/Patches/exosuit framework patch.xml +++ b/Mods and Shit/Exosuit Framework/Patches/exosuit framework patch.xml @@ -48,4 +48,12 @@ Defs/ThingDef[@Name="WG_BaseScaffold"]/designatorDropdown
    + + Always + Defs/ThingDef[defName="MF_Building_AutoRepairArm"]/designationCategory + + Ferny_CombatEquipment + + + diff --git a/Mods and Shit/Loadout Cabinet Exosuit Framework Addon/loadout cabinet addon.xml b/Mods and Shit/Loadout Cabinet Exosuit Framework Addon/Patches/loadout cabinet addon.xml similarity index 100% rename from Mods and Shit/Loadout Cabinet Exosuit Framework Addon/loadout cabinet addon.xml rename to Mods and Shit/Loadout Cabinet Exosuit Framework Addon/Patches/loadout cabinet addon.xml