Planned Release Date: November 22, 2025
Our mod is approaching release — stay tuned for more updates!
Feedback and suggestions are always welcome — share them with us in our Discord!
This mod serves as the foundation for all Feudal Foundry content.
It provides shared utilities, helper methods, and a common initialization layer to ensure consistent behavior across every Feudal Foundry mod.
Other Feudal Foundry mods will rely on this core package — make sure it is installed and loaded properly.
Features
Centralized initialization system for all Feudal Foundry mods
Centralized GM management system for all Feudal Foundry
Shared utility functions (math, string tools, UI helpers, etc.)
Common inventory, Location & character helper methods
Zones / Triggers helpers
Installation
Client
Download the latest release from the Releases page
Extract the files into your game’s scripts folder
...\Steam\steamapps\common\Life is Feudal Your Own\mods\feudal_foundry\client\Add the following line to the bottom of the
initClient()function in:...\Steam\steamapps\common\Life is Feudal Your Own\scripts\client\init.cs
Line to Add:
Example:
Launch the game — the mod should load automatically ✅
Server
Download the latest release from the Releases page
Extract the files into your game’s mods folder
...\mods\feudal_foundryAdd the following line to the bottom of main.cs
...\main.cs
Docs for Modders
Feudal Foundry exposes stable helper functions for modders, while aiming for minimal breaking changes.
Common Functions
Note: Functions are designed to remain backward-compatible. Any changes or deprecations will be clearly documented.
