From 139aa8bce3081867266ab443a8d0d8ee45684665 Mon Sep 17 00:00:00 2001 From: Sallyspartan <56127512+Sallyspartan@users.noreply.github.com> Date: Tue, 29 Apr 2025 11:18:45 -0500 Subject: [PATCH 1/3] Update About.xml Added Profaned --- About/About.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/About/About.xml b/About/About.xml index 24bade3..14b0842 100644 --- a/About/About.xml +++ b/About/About.xml @@ -78,5 +78,6 @@
  • addie.housevanilla
  • sierra.rf.housedoyle
  • mingtuwuxiang.gothicdecorative
  • +
  • BotchJob.Profaned
  • From 3a54c676a70a1db68c8e71ebcba67463930b0b5e Mon Sep 17 00:00:00 2001 From: Sallyspartan <56127512+Sallyspartan@users.noreply.github.com> Date: Tue, 29 Apr 2025 11:19:19 -0500 Subject: [PATCH 2/3] Update LoadFolders.xml Added Profaned --- LoadFolders.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/LoadFolders.xml b/LoadFolders.xml index cb1cb08..4f2f067 100644 --- a/LoadFolders.xml +++ b/LoadFolders.xml @@ -78,5 +78,6 @@
  • Mods and Shit/VFE Spacer Addon
  • Mods and Shit/Repair Bed
  • Mods and Shit/VE Furniture Additional Pack
  • +
  • Mods and Shit/Profaned
  • From ebf93b6c057a937765f8ec21e15d496ca0b90c42 Mon Sep 17 00:00:00 2001 From: Sallyspartan <56127512+Sallyspartan@users.noreply.github.com> Date: Tue, 29 Apr 2025 11:20:30 -0500 Subject: [PATCH 3/3] Add files via upload Changed Profaned buildings into profaned styles Profaned Banner and Chest were converted to props --- .../defs/ThingStyleDefs_Profaned.xml | 99 ++++++++++ .../defs/profaned_HiddenDesignatorsDefs.xml | 10 + Mods and Shit/defs/profaned_PropDefs.xml | 17 ++ .../patches/Profane Aesthetics patch.xml | 182 ++++++++++++++++++ .../patches/ThingStylePatch_Profaned.xml | 100 ++++++++++ 5 files changed, 408 insertions(+) create mode 100644 Mods and Shit/defs/ThingStyleDefs_Profaned.xml create mode 100644 Mods and Shit/defs/profaned_HiddenDesignatorsDefs.xml create mode 100644 Mods and Shit/defs/profaned_PropDefs.xml create mode 100644 Mods and Shit/patches/Profane Aesthetics patch.xml create mode 100644 Mods and Shit/patches/ThingStylePatch_Profaned.xml diff --git a/Mods and Shit/defs/ThingStyleDefs_Profaned.xml b/Mods and Shit/defs/ThingStyleDefs_Profaned.xml new file mode 100644 index 0000000..1f68385 --- /dev/null +++ b/Mods and Shit/defs/ThingStyleDefs_Profaned.xml @@ -0,0 +1,99 @@ + + + + BotchJob_ProfanedThrone + + Things/Building/Furniture/ProfanedThrone + Graphic_Multi + (4,4) + + + + BotchJob_ProfanedBrazier + + Things/Building/Furniture/ProfanedBrazier + Graphic_Single + (1.5,1.5) + + + + BotchJob_ProfanedBrazierDarklight + + Things/Building/Furniture/ProfanedBrazier + Graphic_Single + (1.5,1.5) + + + + BotchJob_ProfanedBrazierBlood + + Things/Building/Furniture/ProfanedBrazier + Graphic_Single + (1.5,1.5) + + + + BotchJob_ProfanedTable + + Things/Building/Furniture/ProfanedTable2x2 + Graphic_Single + (4,4) + + + + BotchJob_ProfanedTableLarge + + Things/Building/Furniture/ProfanedTable3x3 + Graphic_Multi + (4.8,4.8) + + + + BotchJob_ProfanedChair + + Things/Building/Furniture/ProfanedChair + Graphic_Multi + (2.6,2.6) + + + + BotchJob_ProfanedBed + + Things/Building/Furniture/ProfanedBed + Graphic_Multi + (2.1,2.1) + + + + BotchJob_ProfanedRoyalBed + + Things/Building/Furniture/ProfanedRoyalBed + Graphic_Multi + (3,3) + + + + BotchJob_ProfaneAlchemyBench + + Things/Building/Other/BotchJob_ProfaneAlchemyBench + Graphic_Multi + (4.5,3.5) + + + + BotchJob_ProfanedDoubleDoor + + Things/Building/Other/ProfanedDoor/ProfanedDoor2x1_Mover + Graphic_Single + (2,1) + + + + BotchJob_ProfanedSingleDoor + + Things/Building/Other/ProfanedSingleDoor_Mover + Graphic_Single + (2,1) + + + \ No newline at end of file diff --git a/Mods and Shit/defs/profaned_HiddenDesignatorsDefs.xml b/Mods and Shit/defs/profaned_HiddenDesignatorsDefs.xml new file mode 100644 index 0000000..a10db7e --- /dev/null +++ b/Mods and Shit/defs/profaned_HiddenDesignatorsDefs.xml @@ -0,0 +1,10 @@ + + + + FernyProfanedAesthetics_HiddenDesignators + +
  • BotchJob_ProfanedBanner
  • +
  • BotchJob_ProfanedChest
  • +
    +
    +
    \ No newline at end of file diff --git a/Mods and Shit/defs/profaned_PropDefs.xml b/Mods and Shit/defs/profaned_PropDefs.xml new file mode 100644 index 0000000..5a517bb --- /dev/null +++ b/Mods and Shit/defs/profaned_PropDefs.xml @@ -0,0 +1,17 @@ + + + + ferny_profaned + Ferny_Flags + 1 + BotchJob_ProfanedBanner + true + + + ferny_profaned2 + VFE_PropCategory_Medieval + 1 + BotchJob_ProfanedChest + true + + \ No newline at end of file diff --git a/Mods and Shit/patches/Profane Aesthetics patch.xml b/Mods and Shit/patches/Profane Aesthetics patch.xml new file mode 100644 index 0000000..35ba940 --- /dev/null +++ b/Mods and Shit/patches/Profane Aesthetics patch.xml @@ -0,0 +1,182 @@ + + + + + + Always + Defs/ThingDef[defName="BotchJob_ProfanedThrone"]/designationCategory + + + + + + Always + Defs/ThingDef[defName="BotchJob_ProfanedBrazier"]/designationCategory + + + + + + Always + Defs/ThingDef[defName="BotchJob_ProfanedBrazierDarklight"]/designationCategory + + + + + + Always + Defs/ThingDef[defName="BotchJob_ProfanedBrazierBlood"]/designationCategory + + + + + + Always + Defs/ThingDef[defName="BotchJob_ProfanedChest"]/designationCategory + + + + + + + Always + Defs/ThingDef[defName="BotchJob_ProfanedTable"] + + + + + + Always + Defs/ThingDef[defName="BotchJob_ProfanedTableLarge"] + + + + + + Always + Defs/ThingDef[defName="BotchJob_ProfanedChair"] + + + + + + Always + Defs/ThingDef[defName="BotchJob_ProfanedBed"] + + + + + + Always + Defs/ThingDef[defName="BotchJob_ProfanedRoyalBed"] + + + + + + Always + Defs/ThingDef[defName="BotchJob_ProfanedDoubleDoor"] + + + + + + Always + Defs/ThingDef[defName="BotchJob_ProfanedSingleDoor"] + + + + + + + + + + Always + Defs/ThingDef[defName="BotchJob_ProfanedThrone"]/researchPrerequisites + + + + + + + Always + Defs/ThingDef[defName="BotchJob_ProfanedBrazier"]/researchPrerequisites + + + + + + + Always + Defs/ThingDef[defName="BotchJob_ProfanedBrazierDarklight"]/researchPrerequisites + + + + + + + Always + Defs/ThingDef[defName="BotchJob_ProfanedBrazierBlood"]/researchPrerequisites + + + + + + + Always + Defs/ThingDef[defName="BotchJob_ProfanedTable"]/researchPrerequisites + + + + + + + Always + Defs/ThingDef[defName="BotchJob_ProfanedTableLarge"]/researchPrerequisites + + + + + + + Always + Defs/ThingDef[defName="BotchJob_ProfanedChair"]/researchPrerequisites + + + + + + + Always + Defs/ThingDef[defName="BotchJob_ProfanedBed"]/researchPrerequisites + + + + + + + Always + Defs/ThingDef[defName="BotchJob_ProfanedRoyalBed"]/researchPrerequisites + + + + + + + Always + Defs/ThingDef[defName="BotchJob_ProfanedDoubleDoor"]/researchPrerequisites + + + + + + + Always + Defs/ThingDef[defName="BotchJob_ProfanedSingleDoor"]/researchPrerequisites + + + + + + \ No newline at end of file diff --git a/Mods and Shit/patches/ThingStylePatch_Profaned.xml b/Mods and Shit/patches/ThingStylePatch_Profaned.xml new file mode 100644 index 0000000..a496487 --- /dev/null +++ b/Mods and Shit/patches/ThingStylePatch_Profaned.xml @@ -0,0 +1,100 @@ + + + + + Always + Defs/StyleCategoryDef[defName="BotchJob_ProfanedStyleCategory"]/thingDefStyles + + +
  • + Column + BotchJob_ProfanedColumn +
  • +
  • + Altar_Grand + BotchJob_ProfanedAltarGrand +
  • +
  • + Drape + BotchJob_ProfanedDrapeStyle +
  • +
  • + EndTable + BotchJob_ProfanedEndTable +
  • +
  • + Dresser + BotchJob_ProfanedDresser +
  • +
  • + SculptureSmall + BotchJob_SculptureSmallProfaned +
  • +
  • + SculptureLarge + BotchJob_SculptureLargeProfaned +
  • +
  • + SculptureGrand + BotchJob_SculptureGrandProfaned +
  • +
  • + Lectern + BotchJob_ProfanedLectern +
  • +
  • + Pew + BotchJob_ProfanedPew +
  • +
  • + GrandThrone + BotchJob_ProfanedThrone +
  • +
  • + DA_SepulchralBrazier + BotchJob_ProfanedBrazier +
  • +
  • + DA_DarklightSepulchralBrazier + BotchJob_ProfanedBrazierDarklight +
  • +
  • + DA_BloodflameSepulchralBrazier + BotchJob_ProfanedBrazierBlood +
  • +
  • + Table2x2c + BotchJob_ProfanedTable +
  • +
  • + Table3x3c + BotchJob_ProfanedTableLarge +
  • +
  • + Throne + BotchJob_ProfanedChair +
  • +
  • + Bed + BotchJob_ProfanedBed +
  • +
  • + RoyalBed + BotchJob_ProfanedRoyalBed +
  • +
  • + RF_ArcaneCraftingBench + BotchJob_ProfaneAlchemyBench +
  • +
  • + T_SealedDoor + BotchJob_ProfanedDoubleDoor +
  • +
  • + Door + BotchJob_ProfanedSingleDoor +
  • +
    +
    +
    +
    \ No newline at end of file