From 235be9091b718901200fb2c597d81d186646f657 Mon Sep 17 00:00:00 2001 From: Sallyspartan <56127512+Sallyspartan@users.noreply.github.com> Date: Wed, 16 Apr 2025 09:54:11 -0500 Subject: [PATCH 01/11] Update About.xml Added to load after Rimfantasy relevant mods Rimfantasy House Van Illa --- About/About.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/About/About.xml b/About/About.xml index f5e9fcf..e2a73bd 100644 --- a/About/About.xml +++ b/About/About.xml @@ -32,5 +32,7 @@
  • sarg.alphapropsparks
  • dev.tobot.vpe.betterautocast
  • arquebus.stagzmerfolk
  • +
  • sierra.rf.medievaloverhaul
  • +
  • addie.housevanilla
  • - \ No newline at end of file + From a0cf22619fddddc15092bc96c8c8c25a875dc478 Mon Sep 17 00:00:00 2001 From: Sallyspartan <56127512+Sallyspartan@users.noreply.github.com> Date: Wed, 16 Apr 2025 09:55:37 -0500 Subject: [PATCH 02/11] Update LoadFolders.xml Added Rimfantasy and house Van Illa --- LoadFolders.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/LoadFolders.xml b/LoadFolders.xml index 7687c5c..64347ad 100644 --- a/LoadFolders.xml +++ b/LoadFolders.xml @@ -36,5 +36,7 @@
  • Mods and Shit/AP Parks
  • Mods and Shit/Better Autocasting
  • Mods and Shit/Merren
  • +
  • Mods and Shit/Rimfantasy
  • +
  • Mods and Shit/Rimfantasy Vanilla
  • - \ No newline at end of file + From cbc409159be3d5ce1d6959bf90baafdd291b7b32 Mon Sep 17 00:00:00 2001 From: Sallyspartan <56127512+Sallyspartan@users.noreply.github.com> Date: Wed, 16 Apr 2025 09:58:40 -0500 Subject: [PATCH 03/11] Added Rimfantasy patch folder --- .../Patches/Rimfantasy category patch.xml | 60 +++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 Mods and Shit/Rimfantasy/Patches/Rimfantasy category patch.xml diff --git a/Mods and Shit/Rimfantasy/Patches/Rimfantasy category patch.xml b/Mods and Shit/Rimfantasy/Patches/Rimfantasy category patch.xml new file mode 100644 index 0000000..da98f3a --- /dev/null +++ b/Mods and Shit/Rimfantasy/Patches/Rimfantasy category patch.xml @@ -0,0 +1,60 @@ + + + + + Always + Defs/ThingDef[defName="RF_DarkstoneLamp"]/designationCategory + + Ferny_Lighting + + + + Always + Defs/ThingDef[defName="RF_DarkstonePedestal"]/designationCategory + + Ferny_Lighting + + + + Always + Defs/ThingDef[defName="RF_VE_DarkstoneWallLamp"]/designationCategory + + Ferny_Lighting + + + + Always + Defs/ThingDef[defName="RF_GlowstoneLamp"]/designationCategory + + Ferny_Lighting + + + + Always + Defs/ThingDef[defName="RF_GlowstonePedestal"]/designationCategory + + Ferny_Lighting + + + + Always + Defs/ThingDef[defName="RF_VE_GlowstoneWallLamp"]/designationCategory + + Ferny_Lighting + + + + Always + Defs/ThingDef[defName="RF_SunstonePedestal"]/designationCategory + + Ferny_Lighting + + + + Always + /Defs/ThingDef[defName="RF_VE_SunstoneWallLamp"]/designationCategory + + Ferny_Lighting + + + \ No newline at end of file From 7edc3996730d819ec4eeb6fd0a291f1229df2ba3 Mon Sep 17 00:00:00 2001 From: Sallyspartan <56127512+Sallyspartan@users.noreply.github.com> Date: Wed, 16 Apr 2025 10:00:37 -0500 Subject: [PATCH 04/11] Added House Van Illa Patch --- .../Patches/Rimfantasy_Vanilla_patch.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Mods and Shit/Rimfantasy Vanilla/Patches/Rimfantasy_Vanilla_patch.xml diff --git a/Mods and Shit/Rimfantasy Vanilla/Patches/Rimfantasy_Vanilla_patch.xml b/Mods and Shit/Rimfantasy Vanilla/Patches/Rimfantasy_Vanilla_patch.xml new file mode 100644 index 0000000..216f554 --- /dev/null +++ b/Mods and Shit/Rimfantasy Vanilla/Patches/Rimfantasy_Vanilla_patch.xml @@ -0,0 +1,17 @@ + + + + Always + Defs/ThingDef[defName="Addie_CrystalBrazier"]/designationCategory + + Ferny_Lighting + + + + Always + Defs/ThingDef[defName="Addie_RimecrystalBrazier"]/designationCategory + + Ferny_Lighting + + + \ No newline at end of file From 8067eea18f8f7bdfe0d66a57352639213a1f2928 Mon Sep 17 00:00:00 2001 From: Sallyspartan <56127512+Sallyspartan@users.noreply.github.com> Date: Thu, 17 Apr 2025 08:16:27 -0500 Subject: [PATCH 05/11] Changed Vanilla path --- LoadFolders.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LoadFolders.xml b/LoadFolders.xml index 64347ad..db2d36b 100644 --- a/LoadFolders.xml +++ b/LoadFolders.xml @@ -37,6 +37,6 @@
  • Mods and Shit/Better Autocasting
  • Mods and Shit/Merren
  • Mods and Shit/Rimfantasy
  • -
  • Mods and Shit/Rimfantasy Vanilla
  • +
  • Mods and Shit/House Van Illa
  • From 0abccabbcbad3bcdad9faba2e93ab644c3401362 Mon Sep 17 00:00:00 2001 From: Sallyspartan <56127512+Sallyspartan@users.noreply.github.com> Date: Thu, 17 Apr 2025 08:17:02 -0500 Subject: [PATCH 06/11] Changed Vanilla path --- .../Patches/Rimfantasy_Vanilla_patch.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Mods and Shit/{Rimfantasy Vanilla => House Van Illa}/Patches/Rimfantasy_Vanilla_patch.xml (98%) diff --git a/Mods and Shit/Rimfantasy Vanilla/Patches/Rimfantasy_Vanilla_patch.xml b/Mods and Shit/House Van Illa/Patches/Rimfantasy_Vanilla_patch.xml similarity index 98% rename from Mods and Shit/Rimfantasy Vanilla/Patches/Rimfantasy_Vanilla_patch.xml rename to Mods and Shit/House Van Illa/Patches/Rimfantasy_Vanilla_patch.xml index 216f554..16b5d39 100644 --- a/Mods and Shit/Rimfantasy Vanilla/Patches/Rimfantasy_Vanilla_patch.xml +++ b/Mods and Shit/House Van Illa/Patches/Rimfantasy_Vanilla_patch.xml @@ -14,4 +14,4 @@ Ferny_Lighting - \ No newline at end of file + From f858f4f72652cf43292b619a6da9e2a81e1f07dc Mon Sep 17 00:00:00 2001 From: Sallyspartan <56127512+Sallyspartan@users.noreply.github.com> Date: Wed, 23 Apr 2025 14:56:35 -0500 Subject: [PATCH 07/11] Update About.xml Added Profane as a Load after --- About/About.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/About/About.xml b/About/About.xml index e2a73bd..cf17cfb 100644 --- a/About/About.xml +++ b/About/About.xml @@ -34,5 +34,6 @@
  • arquebus.stagzmerfolk
  • sierra.rf.medievaloverhaul
  • addie.housevanilla
  • +
  • botchjob.profaned
  • From e91d819021e01701e0fe745ee7d0b5de38a89c1b Mon Sep 17 00:00:00 2001 From: Sallyspartan <56127512+Sallyspartan@users.noreply.github.com> Date: Wed, 23 Apr 2025 14:57:23 -0500 Subject: [PATCH 08/11] Update LoadFolders.xml Added Profane file load --- LoadFolders.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/LoadFolders.xml b/LoadFolders.xml index db2d36b..36c936b 100644 --- a/LoadFolders.xml +++ b/LoadFolders.xml @@ -38,5 +38,6 @@
  • Mods and Shit/Merren
  • Mods and Shit/Rimfantasy
  • Mods and Shit/House Van Illa
  • +
  • Mods and Shit/Profaned
  • From f9b933fe5553d98450f17982b6dcc7c37635c4bc Mon Sep 17 00:00:00 2001 From: Sallyspartan <56127512+Sallyspartan@users.noreply.github.com> Date: Wed, 23 Apr 2025 15:03:27 -0500 Subject: [PATCH 09/11] Create Profaned patch.xml Added operations to move the lanterns to lighting --- .../Profaned/Patches/Profaned patch.xml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Mods and Shit/Profaned/Patches/Profaned patch.xml diff --git a/Mods and Shit/Profaned/Patches/Profaned patch.xml b/Mods and Shit/Profaned/Patches/Profaned patch.xml new file mode 100644 index 0000000..bd0559f --- /dev/null +++ b/Mods and Shit/Profaned/Patches/Profaned patch.xml @@ -0,0 +1,24 @@ + + + + Always + Defs/ThingDef[defName="BotchJob_ProfanedLantern"] + + Ferny_Lighting + + + + Always + Defs/ThingDef[defName="BotchJob_ProfanedLanternDarklight"] + + Ferny_Lighting + + + + Always + Defs/ThingDef[defName="BotchJob_ProfanedLanternBlood"] + + Ferny_Lighting + + + From 59e4d8e2ab49b6c60648bcbb40125857ef9874b8 Mon Sep 17 00:00:00 2001 From: Sallyspartan <56127512+Sallyspartan@users.noreply.github.com> Date: Wed, 23 Apr 2025 17:46:30 -0500 Subject: [PATCH 10/11] Update Profaned patch.xml Fixed Profaned Patch --- Mods and Shit/Profaned/Patches/Profaned patch.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Mods and Shit/Profaned/Patches/Profaned patch.xml b/Mods and Shit/Profaned/Patches/Profaned patch.xml index bd0559f..d89ce52 100644 --- a/Mods and Shit/Profaned/Patches/Profaned patch.xml +++ b/Mods and Shit/Profaned/Patches/Profaned patch.xml @@ -1,12 +1,12 @@ - - Always - Defs/ThingDef[defName="BotchJob_ProfanedLantern"] - - Ferny_Lighting - - + + Always + Defs/ThingDef[defName="BotchJob_ProfanedLantern"]/designationCategory + + Ferny_Lighting + + Always Defs/ThingDef[defName="BotchJob_ProfanedLanternDarklight"] From 18e3410eabd46c91d031f8ea968c8035f8003c02 Mon Sep 17 00:00:00 2001 From: Sallyspartan <56127512+Sallyspartan@users.noreply.github.com> Date: Wed, 23 Apr 2025 17:47:04 -0500 Subject: [PATCH 11/11] Rename Rimfantasy_Vanilla_patch.xml to Vanilla_patch.xml --- .../Patches/{Rimfantasy_Vanilla_patch.xml => Vanilla_patch.xml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Mods and Shit/House Van Illa/Patches/{Rimfantasy_Vanilla_patch.xml => Vanilla_patch.xml} (100%) diff --git a/Mods and Shit/House Van Illa/Patches/Rimfantasy_Vanilla_patch.xml b/Mods and Shit/House Van Illa/Patches/Vanilla_patch.xml similarity index 100% rename from Mods and Shit/House Van Illa/Patches/Rimfantasy_Vanilla_patch.xml rename to Mods and Shit/House Van Illa/Patches/Vanilla_patch.xml