Smith Forever (Example Mod Module)
⚪ Last updated 2020Preview

🔍 Analysis
- 👍 2.5% endorsement rate — high engagement, a strong quality signal
- 🏆 #26 of 678 Gameplay mods in this game by downloads
📋 About This Mod
This simple mod eliminates the "energy" cost for Refining, Smelting, and Smithing so these actions can be taken as long as materials are available.
Class overrides:
-
[]SmithingModel
Code is on github and includes:
- [
[]The least-dumb example of a mod module I have seen uploaded as of 1 April 2020
[] Guide for getting started modding Bannerlord
Manual install
-
[]This mod is a module, just like native and sandbox. The mod directory should be placed as a sibling of those modules.
[
]The default location for the module directory is C:\Program Files (x86)\Steam\steamapps\common\Mount & Blade II Bannerlord\Modules\[]The mod directory can be extracted using 7-zip
[]The resulting directory structure should be C:\Program Files (x86)\Steam\steamapps\common\Mount & Blade II Bannerlord\Modules\SmithForever\SubModule.xml
[]Depending on how the mod directory was extracted it may need to be removed from the Nexus download directory (this will have version info, something like SmithForever-41-v1-0-1-1585809041)
[]To activate this mod it must be 'ticked' in the launcher, under the Singleplayer > Mods tab
Manual install troubleshooting
If the checkbox for this mod does not appear, the directory structure is wrong. See the full path to SubModule.xml above.
It is possible that the binary file will be blocked after downloading. To fix the issue if the game crashes:
-
[]Navigate to <Bannerlord module directory>\SmithForever\bin\Win64_Shipping_Client\
[
]Right click SmithForever.dll and choose properties from the context menu[]Click unblock near the bottom of the security tab
The actual code for this mod is embarrassingly simple. If the mod is checked and not working, it is possibly because a different mod is overwriting the binary files for the game. Enough early mods were doing whole-DLL overwrites to motivate me to make this module sample. It is a bad idea to install a mod that instructs you to overwrite a game DLL.
Similar mods
- []Configurable Smithy Stamina and Part Research: performs the same modifications and more, and now uses a mod module! Smith Forever will intentionally remain simple to keep module architecture at the forefront
- Module Template: not really related to modifications, but includes a useful source project and build system but no sample code for actually writing a module
-
[]Navigate to <Bannerlord module directory>\SmithForever\bin\Win64_Shipping_Client\
Smith Forever removes the energy cost for Refining, Smelting, and Smithing in Mount & Blade II: Bannerlord, allowing these actions as long as materials are available. It includes source code and a guide for modding beginners. With 9,204 endorsements and 366,890 downloads, it's a popular quality-of-life tweak for crafting-focused players.
✨ Key Features
📊 Pros & Cons
✅ Pros
- Huge community trust: 9,204 endorsements and 366,890 downloads
- Open-source code on GitHub—great for learning modding
- Simple, focused change that removes a tedious mechanic
⚠️ Cons
- Last updated in 2020—may not work with current game versions
- Manual install requires precise folder structure and launcher ticking
- No automated installer; users must handle DLL unblocking manually
For Bannerlord players who find the energy system in smithing annoying and want to focus on crafting without interruptions. Also for aspiring modders who want a clean, simple example of a module. Skip if you prefer the vanilla challenge or want more complex crafting overhauls.
💡 Beginner Tips
- Extract the mod to the Modules folder, ensuring the path ends with SmithForever\SubModule.xml
- After installing, tick the mod in the launcher under Singleplayer > Mods
- If the game crashes, unblock the SmithForever.dll file in its properties
📊 Mod Details
- Game
- Bannerlord Mods
- Author
- CalSev
- Version
- v1.0.1
- Downloads
- 366,890
- Endorsements
- 9,204
- Category
- Gameplay
- Created
- 4/2/2020
- Updated
- 4/7/2020
🔧 How to Install Bannerlord Mods
Use Vortex or manual. Enable mods in launcher. Harmony required.
📖 Full step-by-step install guide for Bannerlord →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Bannerlord commands, item IDs, and more.
Keep browsing — more Bannerlord mods await