From 5caabc0ff3a7d54079d07d8178324755a7120157 Mon Sep 17 00:00:00 2001 From: AsmodeusRex Date: Fri, 4 Nov 2022 11:29:20 -0700 Subject: [PATCH 1/5] Fix HAR error --- Content/Base/Patches/HAR_Apparel_patch.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/Content/Base/Patches/HAR_Apparel_patch.xml b/Content/Base/Patches/HAR_Apparel_patch.xml index d2e0098..2be5112 100644 --- a/Content/Base/Patches/HAR_Apparel_patch.xml +++ b/Content/Base/Patches/HAR_Apparel_patch.xml @@ -5,6 +5,7 @@
  • Humanoid Alien Races
  • + Always
  • Defs/AlienRace.ThingDef_AlienRace/alienRace/raceRestriction/whiteApparelList From ea61f97a7e23b15706f6c56342c02c76c384981e Mon Sep 17 00:00:00 2001 From: AsmodeusRex Date: Fri, 4 Nov 2022 11:35:16 -0700 Subject: [PATCH 2/5] Tweak formatting --- Content/Base/Defs/_Extra_Races.xml | 105 ++++++++++++----------------- Content/Base/Patches/KMH_Patch.xml | 1 - 2 files changed, 43 insertions(+), 63 deletions(-) diff --git a/Content/Base/Defs/_Extra_Races.xml b/Content/Base/Defs/_Extra_Races.xml index c9e2327..9400647 100644 --- a/Content/Base/Defs/_Extra_Races.xml +++ b/Content/Base/Defs/_Extra_Races.xml @@ -1,24 +1,61 @@ - - NoPartsHumanoidRace + NoPartsGroup +
  • AA_AcanthamoebaGiganteaSmall
  • +
  • AA_AcanthamoebaGiganteaLarge
  • +
  • AA_AcanthamoebaGiganteaHuge
  • +
  • AA_Aerofleet
  • +
  • AA_ColossalAerofleet
  • +
  • AA_Eyeling
  • +
  • AA_FungalHusk
  • +
  • AA_GreenGoo
  • +
  • AA_InfectedAerofleet
  • +
  • AA_MatureFleshbeast
  • +
  • AA_MycoidColossus
  • +
  • AA_OcularJelly
  • +
  • AA_RedGoo
  • +
  • AA_RedSpore
  • +
  • AA_Slurrypede
  • +
  • AA_TeratogenicOriginator
  • +
  • AA_TetraSlug
  • +
  • AA_WaywardMobileAssembler
  • +
  • AA_Wildpawn
  • +
  • AA_Wildpod
  • +
  • Cults_FormlessSpawnRace
  • +
  • GR_AberrantFleshbeast
  • +
  • GR_Fleshling
  • +
  • GR_FleshMonstrosity
  • +
  • GR_FleshGrowth
  • +
  • GR_FleshFlies
  • +
  • SPBoats_Caravel
  • +
  • SPBoats_FishingBoat
  • +
  • SPBoats_Galleon
  • +
  • SPBoats_PaddleSteamer
  • +
  • SPBoats_RowBoat
  • +
  • WMH_Bearofleet
  • +
  • WMH_Djinn
  • +
  • WMH_Hym
  • +
  • Yokai_HinoKo
  • +
  • Yokai_Hodama
  • +
  • Yokai_Nurikabe
  • +
  • Yokai_Tukumo
  • Alien_Zoltan
  • - + - -
  • Skin
  • -
    + + true false false false + DemonRace @@ -298,62 +335,6 @@ - - NoPartsAnimals - -
  • AA_AcanthamoebaGiganteaSmall
  • -
  • AA_AcanthamoebaGiganteaLarge
  • -
  • AA_AcanthamoebaGiganteaHuge
  • -
  • AA_Aerofleet
  • -
  • AA_ColossalAerofleet
  • -
  • AA_Eyeling
  • -
  • AA_FungalHusk
  • -
  • AA_GreenGoo
  • -
  • AA_InfectedAerofleet
  • -
  • AA_MatureFleshbeast
  • -
  • AA_MycoidColossus
  • -
  • AA_OcularJelly
  • -
  • AA_RedGoo
  • -
  • AA_RedSpore
  • -
  • AA_Slurrypede
  • -
  • AA_TeratogenicOriginator
  • -
  • AA_TetraSlug
  • -
  • AA_WaywardMobileAssembler
  • -
  • AA_Wildpawn
  • -
  • AA_Wildpod
  • -
  • Cults_FormlessSpawnRace
  • -
  • GR_AberrantFleshbeast
  • -
  • GR_Fleshling
  • -
  • GR_FleshMonstrosity
  • -
  • GR_FleshGrowth
  • -
  • GR_FleshFlies
  • -
  • SPBoats_Caravel
  • -
  • SPBoats_FishingBoat
  • -
  • SPBoats_Galleon
  • -
  • SPBoats_PaddleSteamer
  • -
  • SPBoats_RowBoat
  • -
  • WMH_Bearofleet
  • -
  • WMH_Djinn
  • -
  • WMH_Hym
  • -
  • Yokai_HinoKo
  • -
  • Yokai_Hodama
  • -
  • Yokai_Nurikabe
  • -
  • Yokai_Tukumo
  • -
    - - - - - - -
  • Slime
  • -
    - true - false - false - false -
    - ArchotechRobotAnimal diff --git a/Content/Base/Patches/KMH_Patch.xml b/Content/Base/Patches/KMH_Patch.xml index b7917f6..77464a8 100644 --- a/Content/Base/Patches/KMH_Patch.xml +++ b/Content/Base/Patches/KMH_Patch.xml @@ -10,7 +10,6 @@
  • GenderBalancer
  • - Normal
  • Defs/ThingDef[defName="hana" or defName="kon" or defName="siro" or defName="yuki" or defName="kohime" or defName="kuro" or defName="aome" or defName="akame" or defName="miko"]/race/hasGenders From 84a529e9fd0ca2493b3cd5c95f39f3700a1f2af1 Mon Sep 17 00:00:00 2001 From: AsmodeusRex Date: Fri, 4 Nov 2022 11:38:13 -0700 Subject: [PATCH 3/5] Add slime animal group --- Content/Base/Defs/_Extra_Races.xml | 34 ++++++++++++++++++++++++------ 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/Content/Base/Defs/_Extra_Races.xml b/Content/Base/Defs/_Extra_Races.xml index 9400647..dbaa345 100644 --- a/Content/Base/Defs/_Extra_Races.xml +++ b/Content/Base/Defs/_Extra_Races.xml @@ -3,22 +3,15 @@ NoPartsGroup -
  • AA_AcanthamoebaGiganteaSmall
  • -
  • AA_AcanthamoebaGiganteaLarge
  • -
  • AA_AcanthamoebaGiganteaHuge
  • AA_Aerofleet
  • AA_ColossalAerofleet
  • AA_Eyeling
  • AA_FungalHusk
  • -
  • AA_GreenGoo
  • AA_InfectedAerofleet
  • AA_MatureFleshbeast
  • AA_MycoidColossus
  • -
  • AA_OcularJelly
  • -
  • AA_RedGoo
  • AA_RedSpore
  • AA_Slurrypede
  • -
  • AA_TeratogenicOriginator
  • AA_TetraSlug
  • AA_WaywardMobileAssembler
  • AA_Wildpawn
  • @@ -516,6 +509,33 @@ true
    + + SlimeSingleGenderAnimals + +
  • AA_AcanthamoebaGiganteaSmall
  • +
  • AA_AcanthamoebaGiganteaLarge
  • +
  • AA_AcanthamoebaGiganteaHuge
  • +
  • AA_GreenGoo
  • +
  • AA_OcularJelly
  • +
  • AA_RedGoo
  • +
  • AA_TeratogenicOriginator
  • +
  • Mincho_MinchoLatteIsHorse
  • +
  • Mincho_Minchonyang
  • +
  • Mincho_Minmoong
  • +
    + + + + +
  • SlimeTentacles
  • +
    + + +
  • Slime
  • +
    + true +
    + VineAnimals From 15c26d23dc66cd62220d8023336bc49c440577f4 Mon Sep 17 00:00:00 2001 From: AsmodeusRex Date: Fri, 4 Nov 2022 11:51:19 -0700 Subject: [PATCH 4/5] COC Byakhee fix --- generator/src/racegroups.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/src/racegroups.rs b/generator/src/racegroups.rs index 7cea066..11ee249 100644 --- a/generator/src/racegroups.rs +++ b/generator/src/racegroups.rs @@ -157,7 +157,6 @@ pub fn racegroup_data_humans() -> Vec { "Alien_Mantis", "Ant_AntiniumRace", "Arachne", - "Cults_ByakheeRace", "KlickmalaRace", "Poleepkwa", "Races_BlackWidow", @@ -630,6 +629,7 @@ pub fn racegroup_data_animals() -> Vec { "ACPSilkspider", "AEXP_Megascorpion", "BWFlooferMoth", + "Cults_ByakheeRace", "VAECaves_AncientGiantSpider", "VAECaves_CaveCrawler", "VAECaves_GiantSpider", From 66cdaeb176ac23e727f0691768850b73278018f4 Mon Sep 17 00:00:00 2001 From: AsmodeusRex Date: Fri, 4 Nov 2022 11:53:20 -0700 Subject: [PATCH 5/5] Increment version --- ReadMe.md | 2 +- changelog.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index aeb02be..3e63c57 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -33,7 +33,7 @@ This mod requires RJW and must be placed somewhere below it. * Cactaceae (Continued) https://steamcommunity.com/sharedfiles/filedetails/?id=2025692982 * -Call of Cthulhu - Elder Things (Continued) https://steamcommunity.com/sharedfiles/filedetails/?id=2305644684 * -Call of Cthulhu - Cosmic Horrors https://steamcommunity.com/sharedfiles/filedetails/?id=765890823-- -* -Call of Cthulhu - Cults https://steamcommunity.com/sharedfiles/filedetails/?id=815039373 +* Call of Cthulhu - Cults https://steamcommunity.com/sharedfiles/filedetails/?id=815039373 * +Callistans (Legacy) https://steamcommunity.com/sharedfiles/filedetails/?id=1545178908 * +Callistan Robotics https://steamcommunity.com/sharedfiles/filedetails/?id=1661171313 * Dinosauria https://steamcommunity.com/workshop/filedetails/?id=1136958577 diff --git a/changelog.txt b/changelog.txt index dde7313..e6f6f01 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +11.2.4 +-Fixed an error from HAR apparel support +-Added genderless slime animal group +-Tweaked COC Byakhee race + 11.2.3 -Added defs for missing vanilla races