24 Commits
Author SHA1 Message Date
RickGrymes 443dc7e11c Add terminals, holotapes, radiant quests & traders
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.
2026-05-31 10:34:25 -05:00
RickGrymes c56b4df540 Add delivery quests, traders, and training features
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.
2026-05-02 12:03:59 -05:00
RickGrymes ac79a15bba Add backpacks Harmony and improve rendering
Initialize Harmony for backpacks and refactor backpack rendering: add BackpacksHarmony static constructor, rename and cache graphic field, switch to Graphic_Multi/MatAt, and draw backpacks per-facing using pawn.DrawPos with configurable Vector3 offsets (north/south/east and mirrored west). Update the Harmony patch target to PawnRenderUtility.DrawEquipmentAndApparelExtras and adjust mesh selection/rotation. Also remove an empty PostExposeData and add default offset values. Project files updated to disable debug symbols for FCP_Backpacks and FCP_Lasers. Additionally, laser defs were buffed (several damageAmountBase increases and lifetimeTicks extended from 100 to 300) and a minor About.xml whitespace cleanup was applied.
2026-03-01 15:18:04 -06:00
RickGrymes 5ba1145564 Add workTable roles, tweak production & XML fixes
Add workTableRoomRole and workTableNotInRoomRoleFactor to multiple production building defs and set Kitchen/Workshop roles where appropriate. For one production building increase work (WorkToBuild -> 3500), add ComponentIndustrial cost and WorkTableWorkSpeedFactor. Clean up XML indentation/formatting in storyteller quest and ruined vehicles defs. Update About.xml modDependencies to include Ideology and reorder Biotech.
2026-02-24 00:50:53 -06:00
RickGrymes f36f3c6a07 Remove Rick.FCP.Ghouls from loadAfter list
The Rick.FCP.Ghouls mod was removed from the <loadAfter> section in About.xml, likely to adjust mod load order dependencies.
2026-01-07 23:32:44 -06:00
RickGrymes 2cf7d6fdec Refactor hair categories and add style category defs
Updated hair definitions to use new custom style categories instead of 'Urban', and added a new StyleCategoryDefs.xml file defining these categories. Also updated About.xml to adjust mod load order dependencies.
2026-01-07 04:27:48 -06:00
RickGrymes 8004455974 Add Fusion Core item textures and remove PublishedFileId
Added two new Fusion Core item textures to the project. Removed the PublishedFileId.txt file, possibly in preparation for a new release or republishing.
2025-10-22 21:07:32 -05:00
Ranger Rick 40fa353191 Revert "Merge branch 'main' of https://github.com/FalloutCollaborationProject/FCP-Tools"
This reverts commit 1dba231d61, reversing
changes made to 8102e34a15.
2025-10-22 10:56:50 -05:00
RickGrymes 3c01ad261b Remove PublishedFileId.txt from About directory
Deleted the PublishedFileId.txt file from the About directory as it is no longer needed.
2025-10-21 18:54:36 -05:00
RickGrymes dcc488ef99 Remove Fallout Core mod files
Deleted all assemblies, XML defs, and patch files related to the Fallout Core mod from the 1.5 directory. This removes all mod content including abilities, backstories, items, buildings, factions, and compatibility patches. Also removed the PublishedFileId.txt and relocated loadFolders.xml.
2025-10-19 12:14:58 -05:00
RickGrymes 1ec9a6c74e Update supported game versions in About.xml
Removed support for version 1.5 and retained only 1.6 in the supportedVersions list to reflect current compatibility.
2025-09-26 18:25:44 -05:00
RickGrymes faf6551a06 misc 2025-07-16 19:32:43 -05:00
Taranchuk 379e4501db wip 1.6 update 2025-07-12 19:06:58 +03:00
Steve a492ee7501 mostly access modifiers fix
- fixed the HackingSpeed usage in the ThingDefs_Wastelander_Apparel.xml so that no errors get thrown for using the stat if Ideo is not active (MayRequire)
- threw the MapGenPatch patch on AncientJunkClusters into a FindMod op in case Ideology isn't loaded
- fixed About.xml to have dependency links
- updated mod ctor welcome message
- fixed a bunch of incorrect access modifiers across several classes
2025-05-10 10:40:30 -04:00
RickGrymes c0cac4ae6a Various 2024-12-22 23:09:38 -06:00
RickGrymes 4c4db34403 Update Preview.png 2024-12-15 23:55:49 -06:00
RickGrymes bea5e9f919 edits 2024-12-11 00:59:02 -06:00
Nalzurin 34e1f83c69 Merge remote-tracking branch 'origin/main' into radiant-quests 2024-12-05 16:00:45 +02:00
Nalzurin 390aaa961e Implement correct VNPE compatibility
Add LoadFolders.xml
2024-12-05 02:49:59 +02:00
RickGrymes dc7736afda Added Preview 2024-11-30 11:01:12 -06:00
Canon 1ea0a5b11c Update About.xml 2024-10-12 12:33:46 +08:00
RickGrymes d920951c88 ch 2024-09-23 17:04:17 -05:00
RickGrymes 07467274d7 Add files via upload 2024-09-21 09:40:58 -05:00
RickGrymes 20c5c91913 Add files via upload 2024-09-20 14:50:19 -05:00