64 Commits
Author SHA1 Message Date
RickGrymes ceff8b2a04 size correction, and preview 2026-07-26 22:28:07 -05:00
RickGrymes 3f61603401 Ghouls added to ancient complex 2026-07-26 18:13:48 -05:00
RickGrymes c12d6265c1 Add requirements text to ghoul quest descriptions
Adds a [requirements] rule to each ghoul quest type (feral pack, glowing one kill, glowing one capture) that clarifies win conditions. The requirements text is appended to all quest description variants.
2026-07-25 09:02:17 -05:00
RickGrymes 1846b2c82d Fix ghoul apparel tags and xenotype icons
Clean up a backstory grammar issue, stop ghoul pawnkinds from spawning in Children of Atom and Confessor-specific apparel, and replace the placeholder xenotype icons with ghoul-specific head textures for normal and feral variants.
2026-07-11 23:13:49 -05:00
RickGrymes fab4faa7ab Update ghoul gene icons and stats
Adjust Ghoul gene defs: update iconPath entries to use new icons and unify skin genes to Gene_SkinColorOverride; tweak biostatMet values for balance. Specifically, Ghoul_Genes.xml: set ferality icon to UI/Icons/Genes/FCP_Gene_Ghoul_Ferality and biostatMet -1 -> 2; replace Toxic_Aura icon with UI/Icons/Genes/FCP_Gene_Ghoul_GlowingOne; change ghoul/feral/glowing skin icons from Gene_FireSpew to Gene_SkinColorOverride and update ghoul skin biostatMet 0 -> 1. Add the two new icon assets: Common/Textures/UI/Icons/Genes/FCP_Gene_Ghoul_Ferality.png and FCP_Gene_Ghoul_GlowingOne.png.
2026-02-24 00:52:37 -06:00
RickGrymes 909b74379f Refactor Ghoul classes, add feral mental state
Rename/refactor Ghoul-related class paths from FCP_Ghoul.* to FCP.Core.Ghouls.* across gene, hediff, site, and xenotype defs. Add a ToxicHealing HediffDef and a permanent feral MentalStateDef. Update the glowing-one gene icon path, simplify the glowing-one quest flow (remove capture-vs-kill branch and use a signal node), and update site genStep and xenotype modExtension references. These changes consolidate namespace structure and introduce feral behavior/hediff support.
2026-02-01 15:59:17 -06:00
RickGrymes 3c3dead0ae Refactor ghoul defs and remove obsolete files
Consolidate and clean up ghoul-related definitions: rename and replace Ghoul_Genes_New.xml -> Ghoul_Genes.xml and Ghoul_Xenotype_New.xml -> Ghoul_Xenotype.xml; merge previously separate gene defs (longevity, glowing one, skin variants) into the main genes file. Add Ghoul transformation hediff and restructure hediff/things/quests/site definitions with improved comments and formatting. Remove several obsolete/debug/mapgen files that caused unwanted behavior (e.g. GenStep_FeralGhouls.xml, GeneDefs_DebugGhoulTransform.xml, GeneDefs_GhoulAging.xml, GeneDefs_GlowingOne.xml, HediffDefs_GhoulTransformation.xml, Necropolis_MapGenerator.xml, MapGen_FeralGhouls.xml, and others). Minor fixes: tighten quest/site genstep requirements, inline quest text formatting, and small stat/skin adjustments. Overall this tidies definitions, fixes class-loading conflicts, and prevents unintended non-hostile spawns.
2026-02-01 12:37:09 -06:00
RickGrymes 7f0be9a054 Remove GhoulSkin render node worker
Deleted PawnRenderNodeWorker_GhoulSkin.cs, which provided a custom render node worker for ghoul skin coloring. This may be part of a refactor or removal of unused code.
2026-01-27 20:50:55 -06:00
RickGrymes ccf78a3ae2 Refactor ghoul gene, head, and skin definitions
Replaces and restructures ghoul-related gene, head, and skin XML definitions. Removes legacy files for fur, genes, heads, and skins, introducing new gene and headtype definitions with improved structure and color variants. Updates pawnkind and texture assets to match new definitions, and adds new map generation, quest, and site defs for ghouls. Mod icon and preview images updated.
2026-01-27 20:31:12 -06:00
RickGrymes 8654bfc4df Add missing newlines at end of XML definition files
Appended a newline at the end of several XML files in the Ghoul definitions to ensure proper file formatting and compatibility with tools that expect a newline at EOF.
2026-01-10 14:13:34 -06:00
RickGrymes 193dfc2504 Comment out Glowing One genes and xenotype definitions
Commented out the Glowing One gene, pawnkind, and xenotype definitions in their respective XML files. Updated gene references to remove or replace Glowing One-related entries, likely to disable this content temporarily or for rework.
2026-01-08 03:26:46 -06:00
RickGrymes b7d61d8706 Remove obsolete 1.5 Ghoul and Glowing One defs
Deleted multiple XML definition files for Ghoul and Glowing One backstories, genes, furs, heads, skins, pawnkinds, and xenotypes from the 1.5 directory, as well as a related patch. These definitions are now maintained and updated in the 1.6 directory, which has been modified accordingly.
2026-01-07 04:25:23 -06:00
Ranger RickandGitHub 4182788545 Merge pull request #2 from noddistVitae/main
"fix" feral ghouls spewing toxgas
2025-12-25 15:31:55 -06:00
RickGrymes b80520302a Create FCP_Ghoul_Xenotype.png 2025-07-16 19:42:36 -05:00
AludisNHGandGitHub 59b6ed5c3a "fix" feral ghouls spewing toxgas 2025-07-15 22:56:02 -03:00
AludisNHGandGitHub 155ae6cb3a Update Ghoul_Xenotype.xml 2025-07-15 21:51:03 -03:00
Ranger RickandGitHub 380508e382 Update Ghoul_Genes.xml 2025-07-15 19:40:30 -05:00
Ranger RickandGitHub 134cab3e89 Update Ghoul_Genes.xml 2025-07-15 19:38:52 -05:00
Ranger RickandGitHub 43e6da1600 Merge pull request #1 from Scurvyez/main 2025-07-15 10:50:57 -05:00
Steve Z.andGitHub aa358407b9 Merge branch 'FalloutCollaborationProject:main' into main 2025-07-15 11:47:13 -04:00
RickGrymes 9b7dbfc1b7 1.6 2025-07-14 17:31:37 -05:00
RickGrymes 54be3adfd3 Downscaled 2025-05-24 10:17:42 -05:00
RickGrymes e704986cc4 New heads 2025-05-24 10:16:36 -05:00
Steve 688043e8db more fixes because Git fucking sucks 2025-05-19 17:32:52 -04:00
Steve 5d1a6b8ce0 total gene xml refactor :) 2025-05-19 17:23:19 -04:00