From c7de01875bd3bae57b7ed2cb3c18a2bf60e68828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyr=C3=A9n=C3=A9en?= Date: Fri, 6 Sep 2024 14:26:46 +0200 Subject: [PATCH 1/7] Waster Toxic Breather bugfix minor bugfix/housekeeping Removed a patch operation who targetted an inexistent node, the author must have been deleted it so the patch spits error. --- .../Patches/Waster Toxic Breather/WasterBreather.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ModPatches/Waster Toxic Breather/Patches/Waster Toxic Breather/WasterBreather.xml b/ModPatches/Waster Toxic Breather/Patches/Waster Toxic Breather/WasterBreather.xml index fbff8f2f66..f3e95af43f 100644 --- a/ModPatches/Waster Toxic Breather/Patches/Waster Toxic Breather/WasterBreather.xml +++ b/ModPatches/Waster Toxic Breather/Patches/Waster Toxic Breather/WasterBreather.xml @@ -36,13 +36,6 @@ - - Defs/ThingDef[defName="WTM_ToxicBreather"]/apparel/hatRenderedFrontOfFace - - false - - - Defs/ThingDef[defName="WTM_ToxicBreather"]/apparel/layers From 2f9d3dd7c348899fc90b7938637c24076e3c4b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyr=C3=A9n=C3=A9en?= Date: Fri, 6 Sep 2024 21:21:41 +0200 Subject: [PATCH 2/7] Fallout: Vault 111 Patch --- LoadFolders.xml | 1 + .../Patches/Vault-111_CE.xml | 134 ++++++++++++++++++ SupportedThirdPartyMods.md | 1 + 3 files changed, 136 insertions(+) create mode 100644 ModPatches/Fallout Vault 111 Starter Pack/Patches/Vault-111_CE.xml diff --git a/LoadFolders.xml b/LoadFolders.xml index 26c3d184c8..573fe11498 100644 --- a/LoadFolders.xml +++ b/LoadFolders.xml @@ -174,6 +174,7 @@
  • ModPatches/FSF Vanilla Bionics Expansion
  • ModPatches/Faction - Mafia
  • ModPatches/Fallout New Vegas - Elite Riot Gear
  • +
  • ModPatches/Fallout Vault 111 Starter Pack
  • ModPatches/Fantasy Metals Reforged
  • ModPatches/Farming Expansion
  • ModPatches/FashionRIMsta
  • diff --git a/ModPatches/Fallout Vault 111 Starter Pack/Patches/Vault-111_CE.xml b/ModPatches/Fallout Vault 111 Starter Pack/Patches/Vault-111_CE.xml new file mode 100644 index 0000000000..235db5b07f --- /dev/null +++ b/ModPatches/Fallout Vault 111 Starter Pack/Patches/Vault-111_CE.xml @@ -0,0 +1,134 @@ + + + + + + + Defs/ThingDef[defName="Phaneron_VaultSuit"]/statBases/Mass + + 1.5 + + + + + Defs/ThingDef[defName="Phaneron_VaultSuit"]/statBases/WorkToMake + + 7500 + + + + + Defs/ThingDef[defName="Phaneron_VaultSuit"]/statBases/StuffEffectMultiplierArmor + + 2.35 + + + + + Defs/ThingDef[defName="Phaneron_VaultSuit"]/statBases + + 2.25 + 1.5 + 0.50 + 0.80 + + + + + Defs/ThingDef[defName="Phaneron_VaultSuit"]/equippedStatOffsets + + 0.10 + 0.10 + + + + + Defs/ThingDef[defName="Phaneron_VaultSuit"]/apparel/bodyPartGroups + +
  • Hands
  • +
  • Feet
  • +
    +
    + + + Defs/ThingDef[defName="Phaneron_VaultSuit"] + +
  • + +
  • + 0.35 + +
  • Hand
  • + + +
  • + 0.20 + +
  • Hand
  • + + +
  • + 0.35 + +
  • Foot
  • + + +
  • + 0.20 + +
  • Foot
  • + + + + +
    +
    + + + Defs/ThingDef[defName="Phaneron_VaultSuit"]/generateCommonality + + 0.1 + + + + + + Defs/ThingDef[defName="Phaneron_FalloutPipBoy"]/statBases + + 1 + 1 + + + + + Defs/ThingDef[defName="Phaneron_FalloutPipBoy"]/equippedStatOffsets + + + 0.1 + 0.15 + 0.1 + 10 + + + + + + + Defs/ThingDef[defName="Phaneron_FalloutPipBoy"]/costList/Plasteel + + 35 + + + + + + + Defs/ThingDef[defName="Phaneron_FalloutPipBoy"]/statBases/WorkToMake + + 12500 + + + +
    \ No newline at end of file diff --git a/SupportedThirdPartyMods.md b/SupportedThirdPartyMods.md index 761440f9ba..9209051938 100644 --- a/SupportedThirdPartyMods.md +++ b/SupportedThirdPartyMods.md @@ -219,6 +219,7 @@ Expanded Woodworking (Forked) | Extended Storage | Faction: Mafia | Fallout New Vegas - Elite Riot Gear | +Fallout: Vault 111 Starter Pack | Fantasy Metals Reforged | Farming Expansion | FashionRIMsta | From e784419cc94e76ddbcf07b1b0ca3aa23dc2b8a4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyr=C3=A9n=C3=A9en?= Date: Fri, 6 Sep 2024 21:36:26 +0200 Subject: [PATCH 3/7] Revert "Fallout: Vault 111 Patch" This reverts commit 2f9d3dd7c348899fc90b7938637c24076e3c4b4b. --- LoadFolders.xml | 1 - .../Patches/Vault-111_CE.xml | 134 ------------------ SupportedThirdPartyMods.md | 1 - 3 files changed, 136 deletions(-) delete mode 100644 ModPatches/Fallout Vault 111 Starter Pack/Patches/Vault-111_CE.xml diff --git a/LoadFolders.xml b/LoadFolders.xml index 573fe11498..26c3d184c8 100644 --- a/LoadFolders.xml +++ b/LoadFolders.xml @@ -174,7 +174,6 @@
  • ModPatches/FSF Vanilla Bionics Expansion
  • ModPatches/Faction - Mafia
  • ModPatches/Fallout New Vegas - Elite Riot Gear
  • -
  • ModPatches/Fallout Vault 111 Starter Pack
  • ModPatches/Fantasy Metals Reforged
  • ModPatches/Farming Expansion
  • ModPatches/FashionRIMsta
  • diff --git a/ModPatches/Fallout Vault 111 Starter Pack/Patches/Vault-111_CE.xml b/ModPatches/Fallout Vault 111 Starter Pack/Patches/Vault-111_CE.xml deleted file mode 100644 index 235db5b07f..0000000000 --- a/ModPatches/Fallout Vault 111 Starter Pack/Patches/Vault-111_CE.xml +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - Defs/ThingDef[defName="Phaneron_VaultSuit"]/statBases/Mass - - 1.5 - - - - - Defs/ThingDef[defName="Phaneron_VaultSuit"]/statBases/WorkToMake - - 7500 - - - - - Defs/ThingDef[defName="Phaneron_VaultSuit"]/statBases/StuffEffectMultiplierArmor - - 2.35 - - - - - Defs/ThingDef[defName="Phaneron_VaultSuit"]/statBases - - 2.25 - 1.5 - 0.50 - 0.80 - - - - - Defs/ThingDef[defName="Phaneron_VaultSuit"]/equippedStatOffsets - - 0.10 - 0.10 - - - - - Defs/ThingDef[defName="Phaneron_VaultSuit"]/apparel/bodyPartGroups - -
  • Hands
  • -
  • Feet
  • -
    -
    - - - Defs/ThingDef[defName="Phaneron_VaultSuit"] - -
  • - -
  • - 0.35 - -
  • Hand
  • - - -
  • - 0.20 - -
  • Hand
  • - - -
  • - 0.35 - -
  • Foot
  • - - -
  • - 0.20 - -
  • Foot
  • - - - - -
    -
    - - - Defs/ThingDef[defName="Phaneron_VaultSuit"]/generateCommonality - - 0.1 - - - - - - Defs/ThingDef[defName="Phaneron_FalloutPipBoy"]/statBases - - 1 - 1 - - - - - Defs/ThingDef[defName="Phaneron_FalloutPipBoy"]/equippedStatOffsets - - - 0.1 - 0.15 - 0.1 - 10 - - - - - - - Defs/ThingDef[defName="Phaneron_FalloutPipBoy"]/costList/Plasteel - - 35 - - - - - - - Defs/ThingDef[defName="Phaneron_FalloutPipBoy"]/statBases/WorkToMake - - 12500 - - - -
    \ No newline at end of file diff --git a/SupportedThirdPartyMods.md b/SupportedThirdPartyMods.md index 9209051938..761440f9ba 100644 --- a/SupportedThirdPartyMods.md +++ b/SupportedThirdPartyMods.md @@ -219,7 +219,6 @@ Expanded Woodworking (Forked) | Extended Storage | Faction: Mafia | Fallout New Vegas - Elite Riot Gear | -Fallout: Vault 111 Starter Pack | Fantasy Metals Reforged | Farming Expansion | FashionRIMsta | From 796786303a657347704c298d9032b9c0f37aa732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyr=C3=A9n=C3=A9en?= Date: Fri, 6 Sep 2024 21:40:48 +0200 Subject: [PATCH 4/7] Patch Fallout: Vault 111 Starter Pack --- LoadFolders.xml | 22 +-- .../Patches/Vault-111_CE.xml | 134 ++++++++++++++++++ SupportedThirdPartyMods.md | 13 +- 3 files changed, 141 insertions(+), 28 deletions(-) create mode 100644 ModPatches/Fallout Vault 111 Starter Pack/Patches/Vault-111_CE.xml diff --git a/LoadFolders.xml b/LoadFolders.xml index 224e33f7db..573fe11498 100644 --- a/LoadFolders.xml +++ b/LoadFolders.xml @@ -83,7 +83,7 @@
  • ModPatches/Biotech Expansion - Insectoid
  • ModPatches/Biotech Expansion - Mammalia
  • ModPatches/Biotech Expansion - Mythic
  • -
  • ModPatches/Biotech Mech Stuff Elongated V2
  • +
  • ModPatches/Biotech Mech Stuff Elongated - Mechanoid Upgrades V2
  • ModPatches/Biotech Prestige Mechlord Armor 1.4
  • ModPatches/Birds Beyond - Temperate Forest
  • ModPatches/Black Widows
  • @@ -174,6 +174,7 @@
  • ModPatches/FSF Vanilla Bionics Expansion
  • ModPatches/Faction - Mafia
  • ModPatches/Fallout New Vegas - Elite Riot Gear
  • +
  • ModPatches/Fallout Vault 111 Starter Pack
  • ModPatches/Fantasy Metals Reforged
  • ModPatches/Farming Expansion
  • ModPatches/FashionRIMsta
  • @@ -195,10 +196,6 @@
  • ModPatches/Gas Traps and Shells
  • ModPatches/Gestalt Engine
  • ModPatches/Giddy-Up 2
  • -
  • ModPatches/GrimWorld Angels of Death
  • -
  • ModPatches/Grimworld Core Imperialis
  • -
  • ModPatches/GrimWorld Hammer of the Imperium
  • -
  • ModPatches/GrimWorld Imperial Vehicles
  • ModPatches/Girls Frontline Apparel Pack
  • ModPatches/Girls Frontline Styles 404 Team
  • ModPatches/Girls Frontline Styles AR Team
  • @@ -292,8 +289,6 @@
  • ModPatches/Medicine Supplements (Continued)
  • ModPatches/Medieval Medicines 1.4 Medieval Overhaul Edition
  • ModPatches/Medieval Overhaul
  • -
  • ModPatches/Medieval Overhaul Barbarians
  • -
  • ModPatches/Medieval Overhaul House Roxmont
  • ModPatches/Medieval Tailor
  • ModPatches/Megafauna
  • ModPatches/Melee Animation
  • @@ -334,6 +329,7 @@
  • ModPatches/Nearmare Race
  • ModPatches/Neclose Race
  • ModPatches/New Mech - Mini-Miner
  • +
  • ModPatches/NewRatkinPlus
  • ModPatches/Nihal
  • ModPatches/Not Only Just A Cannon
  • ModPatches/Nukes
  • @@ -384,7 +380,6 @@
  • ModPatches/RBSE
  • ModPatches/RH2 DOOM
  • ModPatches/RH2 Faction - Bounty Hunters
  • -
  • ModPatches/RH2 Faction - Gruppa Krovi
  • ModPatches/RH2 Faction - Task Force 141
  • ModPatches/RH2 Faction - The Rangers
  • ModPatches/RH2 Faction - Utilitarian
  • @@ -412,7 +407,6 @@
  • ModPatches/Red Army
  • ModPatches/Redcoat Apparel
  • ModPatches/Remote Detonator
  • -
  • ModPatches/Remove Industrial Stuff
  • ModPatches/Revia Race
  • ModPatches/Revia Race — biotech
  • ModPatches/Rim Contractors Arsenal
  • @@ -453,6 +447,7 @@
  • ModPatches/Rimmu-Nation - Security
  • ModPatches/Rimmu-Nation - Weapons
  • ModPatches/Rimsenal - Spacer Faction Pack
  • +
  • ModPatches/Rimsenal - Spacer Faction Pack
  • ModPatches/Rimsenal Core
  • ModPatches/Rimsenal Enhanced Vanilla
  • ModPatches/Rimsenal Factions
  • @@ -507,7 +502,6 @@
  • ModPatches/Thog's Guns - More Brukka Pack
  • ModPatches/Thrumbo Plushie
  • ModPatches/Thrumkin
  • -
  • Modpatches/Titan Vehicles
  • ModPatches/Toolmetrics Redux
  • ModPatches/TouhouStyle
  • ModPatches/Tribal Warrior Set
  • @@ -561,7 +555,6 @@
  • ModPatches/Vanilla Races Expanded - Highmate
  • ModPatches/Vanilla Races Expanded - Hussar
  • ModPatches/Vanilla Races Expanded - Insector
  • -
  • ModPatches/Vanilla Races Expanded - Lycanthrope
  • ModPatches/Vanilla Races Expanded - Phytokin
  • ModPatches/Vanilla Races Expanded - Sanguophage
  • ModPatches/Vanilla Races Expanded - Saurid
  • @@ -571,7 +564,6 @@
  • ModPatches/Vanilla Storytellers Expanded - Winston Waves
  • ModPatches/Vanilla Vehicles Expanded
  • ModPatches/Vanilla Vehicles Expanded - Tier 3
  • -
  • ModPatches/Vanilla Vehicles Expanded - Upgrades
  • ModPatches/Vanilla Weapons Expanded
  • ModPatches/Vanilla Weapons Expanded - Coilguns
  • ModPatches/Vanilla Weapons Expanded - Frontier
  • @@ -615,9 +607,5 @@
  • ModPatches/pphhyy Expanded Scythers
  • ModPatches/pphhyy Sanguinary Animals
  • ModPatches/pphhyy's Lightless Empyrean
  • - -
  • ModPatches/Multiplayer
  • -
  • ModPatches/SRTS
  • -
  • ModPatches/VehicleFramework
  • - \ No newline at end of file + diff --git a/ModPatches/Fallout Vault 111 Starter Pack/Patches/Vault-111_CE.xml b/ModPatches/Fallout Vault 111 Starter Pack/Patches/Vault-111_CE.xml new file mode 100644 index 0000000000..235db5b07f --- /dev/null +++ b/ModPatches/Fallout Vault 111 Starter Pack/Patches/Vault-111_CE.xml @@ -0,0 +1,134 @@ + + + + + + + Defs/ThingDef[defName="Phaneron_VaultSuit"]/statBases/Mass + + 1.5 + + + + + Defs/ThingDef[defName="Phaneron_VaultSuit"]/statBases/WorkToMake + + 7500 + + + + + Defs/ThingDef[defName="Phaneron_VaultSuit"]/statBases/StuffEffectMultiplierArmor + + 2.35 + + + + + Defs/ThingDef[defName="Phaneron_VaultSuit"]/statBases + + 2.25 + 1.5 + 0.50 + 0.80 + + + + + Defs/ThingDef[defName="Phaneron_VaultSuit"]/equippedStatOffsets + + 0.10 + 0.10 + + + + + Defs/ThingDef[defName="Phaneron_VaultSuit"]/apparel/bodyPartGroups + +
  • Hands
  • +
  • Feet
  • +
    +
    + + + Defs/ThingDef[defName="Phaneron_VaultSuit"] + +
  • + +
  • + 0.35 + +
  • Hand
  • + + +
  • + 0.20 + +
  • Hand
  • + + +
  • + 0.35 + +
  • Foot
  • + + +
  • + 0.20 + +
  • Foot
  • + + + + +
    +
    + + + Defs/ThingDef[defName="Phaneron_VaultSuit"]/generateCommonality + + 0.1 + + + + + + Defs/ThingDef[defName="Phaneron_FalloutPipBoy"]/statBases + + 1 + 1 + + + + + Defs/ThingDef[defName="Phaneron_FalloutPipBoy"]/equippedStatOffsets + + + 0.1 + 0.15 + 0.1 + 10 + + + + + + + Defs/ThingDef[defName="Phaneron_FalloutPipBoy"]/costList/Plasteel + + 35 + + + + + + + Defs/ThingDef[defName="Phaneron_FalloutPipBoy"]/statBases/WorkToMake + + 12500 + + + +
    \ No newline at end of file diff --git a/SupportedThirdPartyMods.md b/SupportedThirdPartyMods.md index c4e26b1bcb..9209051938 100644 --- a/SupportedThirdPartyMods.md +++ b/SupportedThirdPartyMods.md @@ -40,7 +40,6 @@ Mod | [Pratt] WWII Weapons Pack (Vanilla) | [RH2] DOOM | [RH2] Faction: Bounty Hunters | -[RH2] Faction: Gruppa Krovi | [RH2] Faction: Task Force 141 | [RH2] Faction: The Rangers | [RH2] Faction: Utilitarian | @@ -220,6 +219,7 @@ Expanded Woodworking (Forked) | Extended Storage | Faction: Mafia | Fallout New Vegas - Elite Riot Gear | +Fallout: Vault 111 Starter Pack | Fantasy Metals Reforged | Farming Expansion | FashionRIMsta | @@ -251,10 +251,6 @@ GouRIMet | Grimworld: Autoguns | Grimworld: Lasguns | Grimworld: Melee | -GrimWorld 40,000 - Angels of Death | -GrimWorld 40,000 - Core Imperialis | -GrimWorld 40,000 - Hammer of the Imperium | -GrimWorld 40,000 - Imperial Vehicles of Grimworld | Gulden Mod | Half Dragons | HALO: UNSC Armoury | @@ -311,8 +307,6 @@ Medieval Medicines 1.4 Medieval Overhaul Edition | Medical Supplements | Medical System Expansion | Medieval Overhaul | -Medieval Overhaul: Barbarians | -Medieval Overhaul: House Roxmont | Medieval Tailor | Megafauna | Melee Animation | @@ -358,6 +352,7 @@ Nanosuit | Nearmare Race | Neclose Race | New Mech: Mini-Miner | +NewRatkinPlus | Ni'Hal | Nukes | Nyaron Race | @@ -411,7 +406,6 @@ ReGrowth: Core | ReGrowth: Extinct Animals | ReGrowth: Wastelands | Remote Detonator | -Remove Industrial Stuff | Revia Race | Revia Race - biotech | Rim Contractors Arsenal | @@ -493,7 +487,6 @@ The Tuffalo | Thog's Armor | Thog's Guns - More Brukka Pack | Thrumbo Plushie | -Titan Vehicles Continued | Toolmetrics Redux (Continued) | TouhouStyle | Tribal Warrior Set! | @@ -542,14 +535,12 @@ Vanilla Races Expanded - Fungoid | Vanilla Races Expanded - Highmate | Vanilla Races Expanded - Hussar | Vanilla Races Expanded - Insector | -Vanilla Races Expanded - Lycanthrope | Vanilla Races Expanded - Phytokin | Vanilla Races Expanded - Sanguophage | Vanilla Races Expanded - Saurid | Vanilla Skills Expanded | Vanilla Vehicles Expanded | Vanilla Vehicles Expanded - Tier 3 | -Vanilla Vehicles Expanded - Upgrades | Vanilla Weapons Expanded | Vanilla Weapons Expanded - Coilguns | Vanilla Weapons Expanded - Frontier | From 90db4adcd4ca989a8a5d7b8555d10cfb7a1cd535 Mon Sep 17 00:00:00 2001 From: n7huntsman Date: Fri, 6 Sep 2024 22:24:49 -0400 Subject: [PATCH 5/7] Unfuck some shit --- LoadFolders.xml | 21 +++++++++++++++++---- SupportedThirdPartyMods.md | 12 +++++++++++- 2 files changed, 28 insertions(+), 5 deletions(-) diff --git a/LoadFolders.xml b/LoadFolders.xml index 573fe11498..2fd32ecb0f 100644 --- a/LoadFolders.xml +++ b/LoadFolders.xml @@ -83,7 +83,7 @@
  • ModPatches/Biotech Expansion - Insectoid
  • ModPatches/Biotech Expansion - Mammalia
  • ModPatches/Biotech Expansion - Mythic
  • -
  • ModPatches/Biotech Mech Stuff Elongated - Mechanoid Upgrades V2
  • +
  • ModPatches/Biotech Mech Stuff Elongated V2
  • ModPatches/Biotech Prestige Mechlord Armor 1.4
  • ModPatches/Birds Beyond - Temperate Forest
  • ModPatches/Black Widows
  • @@ -196,6 +196,10 @@
  • ModPatches/Gas Traps and Shells
  • ModPatches/Gestalt Engine
  • ModPatches/Giddy-Up 2
  • +
  • ModPatches/GrimWorld Angels of Death
  • +
  • ModPatches/Grimworld Core Imperialis
  • +
  • ModPatches/GrimWorld Hammer of the Imperium
  • +
  • ModPatches/GrimWorld Imperial Vehicles
  • ModPatches/Girls Frontline Apparel Pack
  • ModPatches/Girls Frontline Styles 404 Team
  • ModPatches/Girls Frontline Styles AR Team
  • @@ -289,6 +293,8 @@
  • ModPatches/Medicine Supplements (Continued)
  • ModPatches/Medieval Medicines 1.4 Medieval Overhaul Edition
  • ModPatches/Medieval Overhaul
  • +
  • ModPatches/Medieval Overhaul Barbarians
  • +
  • ModPatches/Medieval Overhaul House Roxmont
  • ModPatches/Medieval Tailor
  • ModPatches/Megafauna
  • ModPatches/Melee Animation
  • @@ -329,7 +335,6 @@
  • ModPatches/Nearmare Race
  • ModPatches/Neclose Race
  • ModPatches/New Mech - Mini-Miner
  • -
  • ModPatches/NewRatkinPlus
  • ModPatches/Nihal
  • ModPatches/Not Only Just A Cannon
  • ModPatches/Nukes
  • @@ -380,6 +385,7 @@
  • ModPatches/RBSE
  • ModPatches/RH2 DOOM
  • ModPatches/RH2 Faction - Bounty Hunters
  • +
  • ModPatches/RH2 Faction - Gruppa Krovi
  • ModPatches/RH2 Faction - Task Force 141
  • ModPatches/RH2 Faction - The Rangers
  • ModPatches/RH2 Faction - Utilitarian
  • @@ -407,6 +413,7 @@
  • ModPatches/Red Army
  • ModPatches/Redcoat Apparel
  • ModPatches/Remote Detonator
  • +
  • ModPatches/Remove Industrial Stuff
  • ModPatches/Revia Race
  • ModPatches/Revia Race — biotech
  • ModPatches/Rim Contractors Arsenal
  • @@ -447,7 +454,6 @@
  • ModPatches/Rimmu-Nation - Security
  • ModPatches/Rimmu-Nation - Weapons
  • ModPatches/Rimsenal - Spacer Faction Pack
  • -
  • ModPatches/Rimsenal - Spacer Faction Pack
  • ModPatches/Rimsenal Core
  • ModPatches/Rimsenal Enhanced Vanilla
  • ModPatches/Rimsenal Factions
  • @@ -502,6 +508,7 @@
  • ModPatches/Thog's Guns - More Brukka Pack
  • ModPatches/Thrumbo Plushie
  • ModPatches/Thrumkin
  • +
  • Modpatches/Titan Vehicles
  • ModPatches/Toolmetrics Redux
  • ModPatches/TouhouStyle
  • ModPatches/Tribal Warrior Set
  • @@ -555,6 +562,7 @@
  • ModPatches/Vanilla Races Expanded - Highmate
  • ModPatches/Vanilla Races Expanded - Hussar
  • ModPatches/Vanilla Races Expanded - Insector
  • +
  • ModPatches/Vanilla Races Expanded - Lycanthrope
  • ModPatches/Vanilla Races Expanded - Phytokin
  • ModPatches/Vanilla Races Expanded - Sanguophage
  • ModPatches/Vanilla Races Expanded - Saurid
  • @@ -564,6 +572,7 @@
  • ModPatches/Vanilla Storytellers Expanded - Winston Waves
  • ModPatches/Vanilla Vehicles Expanded
  • ModPatches/Vanilla Vehicles Expanded - Tier 3
  • +
  • ModPatches/Vanilla Vehicles Expanded - Upgrades
  • ModPatches/Vanilla Weapons Expanded
  • ModPatches/Vanilla Weapons Expanded - Coilguns
  • ModPatches/Vanilla Weapons Expanded - Frontier
  • @@ -607,5 +616,9 @@
  • ModPatches/pphhyy Expanded Scythers
  • ModPatches/pphhyy Sanguinary Animals
  • ModPatches/pphhyy's Lightless Empyrean
  • + +
  • ModPatches/Multiplayer
  • +
  • ModPatches/SRTS
  • +
  • ModPatches/VehicleFramework
  • - + \ No newline at end of file diff --git a/SupportedThirdPartyMods.md b/SupportedThirdPartyMods.md index 9209051938..3bee658daa 100644 --- a/SupportedThirdPartyMods.md +++ b/SupportedThirdPartyMods.md @@ -40,6 +40,7 @@ Mod | [Pratt] WWII Weapons Pack (Vanilla) | [RH2] DOOM | [RH2] Faction: Bounty Hunters | +[RH2] Faction: Gruppa Krovi | [RH2] Faction: Task Force 141 | [RH2] Faction: The Rangers | [RH2] Faction: Utilitarian | @@ -251,6 +252,10 @@ GouRIMet | Grimworld: Autoguns | Grimworld: Lasguns | Grimworld: Melee | +GrimWorld 40,000 - Angels of Death | +GrimWorld 40,000 - Core Imperialis | +GrimWorld 40,000 - Hammer of the Imperium | +GrimWorld 40,000 - Imperial Vehicles of Grimworld | Gulden Mod | Half Dragons | HALO: UNSC Armoury | @@ -307,6 +312,8 @@ Medieval Medicines 1.4 Medieval Overhaul Edition | Medical Supplements | Medical System Expansion | Medieval Overhaul | +Medieval Overhaul: Barbarians | +Medieval Overhaul: House Roxmont | Medieval Tailor | Megafauna | Melee Animation | @@ -352,7 +359,6 @@ Nanosuit | Nearmare Race | Neclose Race | New Mech: Mini-Miner | -NewRatkinPlus | Ni'Hal | Nukes | Nyaron Race | @@ -406,6 +412,7 @@ ReGrowth: Core | ReGrowth: Extinct Animals | ReGrowth: Wastelands | Remote Detonator | +Remove Industrial Stuff | Revia Race | Revia Race - biotech | Rim Contractors Arsenal | @@ -487,6 +494,7 @@ The Tuffalo | Thog's Armor | Thog's Guns - More Brukka Pack | Thrumbo Plushie | +Titan Vehicles Continued | Toolmetrics Redux (Continued) | TouhouStyle | Tribal Warrior Set! | @@ -535,12 +543,14 @@ Vanilla Races Expanded - Fungoid | Vanilla Races Expanded - Highmate | Vanilla Races Expanded - Hussar | Vanilla Races Expanded - Insector | +Vanilla Races Expanded - Lycanthrope | Vanilla Races Expanded - Phytokin | Vanilla Races Expanded - Sanguophage | Vanilla Races Expanded - Saurid | Vanilla Skills Expanded | Vanilla Vehicles Expanded | Vanilla Vehicles Expanded - Tier 3 | +Vanilla Vehicles Expanded - Upgrades | Vanilla Weapons Expanded | Vanilla Weapons Expanded - Coilguns | Vanilla Weapons Expanded - Frontier | From 26f4becdc4ec7a4b64498c50ed84b95595b80e12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyr=C3=A9n=C3=A9en?= Date: Sat, 7 Sep 2024 12:23:15 +0200 Subject: [PATCH 6/7] Vault-111 bugfix forgot to close a patch Op --- .../Fallout Vault 111 Starter Pack/Patches/Vault-111_CE.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/ModPatches/Fallout Vault 111 Starter Pack/Patches/Vault-111_CE.xml b/ModPatches/Fallout Vault 111 Starter Pack/Patches/Vault-111_CE.xml index 235db5b07f..4c1a336c2f 100644 --- a/ModPatches/Fallout Vault 111 Starter Pack/Patches/Vault-111_CE.xml +++ b/ModPatches/Fallout Vault 111 Starter Pack/Patches/Vault-111_CE.xml @@ -112,6 +112,7 @@ 10
    +
    From 7c44b281cb5e4b164ad3faf98803f023be33cd7c Mon Sep 17 00:00:00 2001 From: n7huntsman Date: Sun, 8 Sep 2024 15:01:24 -0400 Subject: [PATCH 7/7] Some fixes and tweaks --- .../Patches/Vault-111_CE.xml | 75 +------------------ 1 file changed, 4 insertions(+), 71 deletions(-) diff --git a/ModPatches/Fallout Vault 111 Starter Pack/Patches/Vault-111_CE.xml b/ModPatches/Fallout Vault 111 Starter Pack/Patches/Vault-111_CE.xml index 4c1a336c2f..b2020e6945 100644 --- a/ModPatches/Fallout Vault 111 Starter Pack/Patches/Vault-111_CE.xml +++ b/ModPatches/Fallout Vault 111 Starter Pack/Patches/Vault-111_CE.xml @@ -1,8 +1,7 @@ - + Defs/ThingDef[defName="Phaneron_VaultSuit"]/statBases/Mass @@ -11,17 +10,10 @@ - - Defs/ThingDef[defName="Phaneron_VaultSuit"]/statBases/WorkToMake - - 7500 - - - Defs/ThingDef[defName="Phaneron_VaultSuit"]/statBases/StuffEffectMultiplierArmor - 2.35 + 3.5 @@ -30,75 +22,16 @@ 2.25 1.5 - 0.50 - 0.80 - - - - - Defs/ThingDef[defName="Phaneron_VaultSuit"]/equippedStatOffsets - - 0.10 - 0.10 - - - - - Defs/ThingDef[defName="Phaneron_VaultSuit"]/apparel/bodyPartGroups - -
  • Hands
  • -
  • Feet
  • - - Defs/ThingDef[defName="Phaneron_VaultSuit"] - -
  • - -
  • - 0.35 - -
  • Hand
  • - - -
  • - 0.20 - -
  • Hand
  • - - -
  • - 0.35 - -
  • Foot
  • - - -
  • - 0.20 - -
  • Foot
  • - - - - -
    -
    - - - Defs/ThingDef[defName="Phaneron_VaultSuit"]/generateCommonality - - 0.1 - - + - Defs/ThingDef[defName="Phaneron_FalloutPipBoy"]/statBases 1 - 1 + 0.5