Introduces a new consumable grenade flow with a toggle in General settings, including localization strings and XML patching so vanilla grenades use a consumable launch verb and stack to 15. Added Harmony patches and a custom verb to handle stack consumption, prevent unwanted restacking when consumables are disabled, and auto-equip matching replacements from inventory. Also includes small supporting tweaks: safer holotape debug spawning, a log level adjustment in core mod startup, and minor def updates (apparel cleanup/category fix and energy explosion color tuning).
Introduce a Building_StorageShelf type and a Harmony patch that prevents Thing.Print from rendering items that are on a storage shelf (prefix returns false when an edifice at the thing's position is a storage shelf). Add a new FCP_Makeable_Medicine_Base ThingDef (industrial tech level, medicine category and recipeMaker settings) to ThingDefs_Drugs.xml. Also update the compiled FCP_Core.dll to include these changes.
Introduce radioactive waste environmental content: new ThingDefs for multiple barrel variants (single, exposed, stack, pallet) with pollution and radioactive comp properties; GenStep scatter and a new site definition for radioactive waste dumps; and associated textures. Adds CompRadioactiveBarrel (and CompProperties_RadioactiveBarrel) implementation to apply toxic buildup to pawns over time. Removes legacy currency-exchange faction/trader defs and updates the FCP_Core.dll binary.
Introduce a templated faction outpost system: add PawnKindCount (supports counts and XML load), GameComponent_FactionOutpostTemplates, MapComponent_FactionOutpost, GenStep_FactionOutpost, a Harmony PostMapGenerate patch, IncidentWorker_RandomFactionSite, RandomSiteIncidentExtension, SitePartWorker_FactionOutpost and helpers for registering/serializing templates. Update GameComponent_SettlementMapGenerators and GenStep_SpawnSettlementPawns to use PawnKindCount and use deep scribing for complex lists. Also fix a conditional in Gene_GlowingOne to only apply toxic buildup logic to flesh races. Binary assembly updated to match changes.
Introduce terminal/holotape features, hacking jobs and UI plus extensive radiant quest content and faction/trader support. Adds many new C# systems (holotape storage/comp, terminal hacking, job drivers, quest nodes/parts, gensteps, settlement spawn control, pocket map components) and XML defs (quest scripts for CaravanRescue/ScavengerSupplyRun, mapgen prefab, faction/trader defs for currency exchange, site and research defs). Updates: JobDefs to include holotape/hack jobs, PawnKind apparel season handling and faction requirement metadata, ThingDefs and map/site defs, language word lists, map icons and textures, and various patches (workgiver, mapgen, currency). Removes obsolete VNPE compatibility patch, legacy pawn-rescue-animal script and a few unused defs/assets.
Change FCP_Machining_Gun_Base and FCP_BaseGun to inherit from FCP_Gun_NoRecipe_Base instead of stock parents, remove the machining recipe block from FCP_Machining_Gun_Base, and set smeltable to false on both base defs. This centralizes recipe handling to the no-recipe base and prevents these gun bases from being smeltable.
Multiple gameplay and asset updates: added several projectile ThingDefs (.50 Cal, 7.62mm, Autocannon, Shotgun Slug) and a new sound definition for the Anti‑Material Rifle. Added vertibird engine texture and updated the vertibird engine item to use the new texture (Graphic_Single). Refactored gun bases to introduce FCP_Gun_NoRecipe_Base (avoid recipeMaker) and made FCP_Simple_Gun_Base / FCP_Complex_Gun_Base inherit from it and be non‑smeltable. Removed a duplicated/conditional gecko flame soundCast entry from Abilities_Core.xml. Made recruit pawns persistent by passing generated pawns to WorldPawns (KeepForever) in ProvisionsInfo. LaserProjectile now only applies periodic damage when the damageThingsAcrossBeamLine flag is enabled. Binary assembly FCP_Core.dll was updated as well.
Introduce craftable vertibird content and support systems: adds a Vertibird engine item, research (FCP_Vertibird_Construction), multiple craftable vertibird ThingDefs (light, cargo, gunship) with ship/world/skyfaller defs, ruined gunship building and updated loot, plus new textures and localized message. Adds CompAtmosphericOnly (with Harmony prefix) to prevent these vertibirds from launching to orbit/space. Updates MapGen to spawn the new ruined gunship, updates project cache and compiled assembly, and removes an obsolete NamedSettlement extension.
Reduce allocations during settlement initialization. The patch removes System.Linq, iterates Find.FactionManager.AllFactions directly, and builds per-faction settlement lists by scanning Find.WorldObjects.Settlements into a local List instead of GroupBy/ToDictionary. Also replaces several var declarations with explicit types, switches neighbor iteration to index-based loops, and performs an early continue when a faction has no settlements. These changes improve performance and lower garbage generation during world init while preserving existing naming and max-settlement logic.
Add SoundDef entries for Brahmin vocalizations (Call, Wounded, Death, Angry, Eating) to 1.6/Defs/SoundDefs/SoundDefs.xml and add corresponding .ogg assets under Common/Sounds/Animals/Brahmin. Each SoundDef configures context, volume/pitch/dist ranges, sustain/repeat settings, and maxVoices where appropriate to enable Brahmin pawn sounds on the map.
Reduce conditionLossPerShot and raise spawnConditionMin for several Wastelander weapon defs to make them more durable. Update WeaponCondition VerbShoot_TryCastShot harmony patch and refresh compiled FCP_Core.dll. Add new FactionExtension_NamedSettlement to allow naming, preferred-hilliness relocation and max-count enforcement for faction settlements at world init. Also add multiple C# project language-service cache (.csproj.lscache) files.
Add hostile-animal behavior and AI: new MentalState_HostileAnimal, JobGiver_HostileAnimal and HediffComp_HostileAnimal (with properties) to force hostile mental states and target selection for animals.
Introduce weighted hatcher support: add WeightedHatchEntry and CompProperties_HatcherCustom.weightedPawns, plus CompHatcherCustom.PickKind() and simplified Hatch() that picks a PawnKindDef by weight/secondary fallback.
Adjust Enlist code: remove guest/world-pawn pass in ProvisionsInfo pawn generation and improve WorldObjectCompEnlist settlement selection with a non-hostile fallback if no same-faction destinations exist.
Add a new soundCast entry to Abilities_Core.xml and update compiled assemblies accordingly.
Introduce a full weapon condition system: jamming, condition loss, repair recipes and bench interactions. Adds many new WeaponCondition source files (comps, job drivers, recipe workers, harmony patches, Building_WorkTableComp) plus defs for jobs, recipes (weapons & apparel), traits (jury rigger), workgivers, and ThingDef changes to integrate weapon/apparel benches. UI/localization keys and a settings toggle for weapon condition were added. Also refactors float-menu pick-up logic with extra checks (path, burning, mass) and improves DoPickUp job creation. Misc enlist fixes: persist destinationLabel, adjust dialog init order, and change pawn generation context for provisions. Adds FactionExtension_SpawnConfig and Harmony patches to TileFinder.RandomSettlementTileFor for custom spawn rules. Minor ThingDef visual/size/drawer tweaks and updated assemblies included.
Replace direct joinStatus assignment with the API call pawn.guest?.SetGuestStatus(null) in ProvisionsInfo.cs to perform a null-safe guest status update. The compiled FCP_Enlist.dll binary was also updated to reflect this change.
Consolidate multiple keyed English language XMLs into Common/Languages/English/Keyed/FCPToolsKeyed.xml (removed ArmorRackKeys, Cages, Main, PowerArmor, RecipeGoodwill, Terminal, VATS). Update binaries in 1.6/Assemblies. Code changes: ensure generated enlistment pawns are set to player faction and join as colonists (ProvisionsInfo); add GetDisplayBodyType helper to ApparelExtensionUtility and a Harmony Prefix patch to override apparel body type during graphic lookup (Patches.cs); make CompTechprint float menu use a unified bench list and add requiredBench plus AllRequiredBenches helper to TechprintExtension to combine single and multiple required benches.
Introduce Stealthboy items, chemistry, hediffs, thoughts and textures (two models A/B) to enable use, tolerance and addiction mechanics. Add new ChemicalDef and NeedDef, HediffDefs for fields/tolerance/addiction, and a withdrawal ThoughtDef.
Enlist system updates: extend ExclusiveTrader to support custom TraderKind and name keys, use CaravanInventoryUtility.AllInventoryItems for colony items, and persist new fields. Add tax collector support to FactionEnlistOptionsDef and WorldObjectCompEnlist (tracking, UI command, periodic refresh and saving). Ensure generated pawns are registered with WorldPawns in ProvisionsInfo. Assembly FCP_Enlist.dll updated.
Ensure terminal graphics are only loaded on the main thread: InitializeGraphics now checks LongEventHandler.AnyEventNowOrWaiting and SpawnSetup defers initialization via LongEventHandler.ExecuteWhenFinished when necessary to avoid off-thread graphic loading. In CompTerminalHacking, replaced GenText.RandomSeedString with a simple uppercase-letter generator using Rand.Range to produce hack words. Also includes updated compiled FCP_Core.dll.
Reorganize and add core features: move many source files into Source/FCPTools/FalloutCore and remove obsolete project/assembly binaries under 1.6/Assemblies. Introduce pre-war computer terminals (wall & table): ThingDefs, textures, language key, CompProperties_Terminal/CompTerminal, hacking components, and a new mapgen GenStep_WallTerminals. Add crucifixion mechanics: HediffDefs (FCP_Crucified, FCP_CrucifixionExhaustion, FCP_WasCrucified) and related JobDefs (strap/remove from power line). Add many new source modules (power line/terminal buildings, power armor jobs, homing projectiles, gauntlet spawners, gooification, shotgunz, spawn-on-ingest, ignore-config-errors, weapon requirements, etc.) and numerous Harmony patches. Misc: update damage workerClass namespaces to FCP.Core, change some production building draw sizes, make research techprints require specific benches, and rename/move many files while deleting legacy files and assemblies.
Introduce core enlistment features and data models: add AbilityTrainingSession, DeliveryQuest/DeliveryQuestList, and ExclusiveTrader (ITrader/IThingHolder) plus many new Def/option types (AbilityTrainingOption, DeliveryQuestTemplate, RecruitRecord, ReinforcementOption extensions, TitleWageBonus). Extend FactionEnlistOptionsDef and FactionEnlistOptions to support bounty hunters, exclusive traders, auto-feed, ability training, delivery quests, and title-based wage bonuses. Update CaravanOptions, ProvisionsInfo (now gives recruits), SalaryInfo (applies title wage multipliers), PawnTrader (bounty hunter support), WorldEnlistTracker (use reinforcement options and custom pawn generation), and add Harmony patches to control settlement-proximity goodwill effects. Also add asset updates (textures, mod icon) and update the compiled FCP_Enlist.dll.