Mount & Blade

File information

Last updated

Original upload

Created by

Lyx

Uploaded by

Site Bot

Virus scan

Safe to use

Tags for this mod

About this mod

This file is for modders only - it only contains sourcecode. This "kit" is meant for modders who want to integrate basic support for letting a player run an own kingdom. It intentionally is not full of features in that regard but provides just a minimal but robust base for you to add more features to. CODE STYLE: - All features are implemented

Permissions and credits
This file is for modders only - it only contains sourcecode. This "kit" is meant for modders who want to integrate basic support for letting a player run an own kingdom. It intentionally is not full of features in that regard but provides just a minimal but robust base for you to add more features to.

CODE STYLE:
- All features are implemented autonomously. There are no dependencies to other features or mods.
- ONLY the changes listed below are implemented. The source is clean from other tweaks.
- All changes are annotated and their beginning and end is clearly marked.
- The features listed below were tried to be implemented with as little code and complexity as possible.
- You can easily diff and merge from the source
- minimal python compiler and libs included (no installation of python and configuring of path settings necessary)

QUICK SUMMARY:

The approach to letting a player manage an own kingdom which this kit uses, is to let companion-heros form own parties under the players command. This is meant as a "stepping stone" when the player has just started going indie. The upside for the player is that he doesn't need to have lords or vassals, the downside is that its expensive and you still pay for the troops in companion parties. To aid in this, companion clashes were disabled and their wage increase, so that the limit to how many companions one can hire is a matter of cash, not a matter of companion-personality. If the player's kingdom begins to grow, companion-parties cannot fulfill that role anymore (costs). At that point, the player can try to recruit lords from other kingdoms into his own and make them vassals. And thats it basically. So, your companions stay under your command - you cannot make them vassals - but you can use them to fulfill an intermediate role (if you want companions as vassals, then use berserkers kit instead).



DETAILED LIST OF CHANGES:

- Companion personality clashes and dislikes disabled - to counterweight this, their wage is now much higher.

- Companions can form own warparties if they have at least leadership +3 (automatically gained via charisma). The max amount of companion parties which you can command is half your leadership skill. You can give orders to them and they join you in battle if nearby. Every companion warband requires 400 denars upkeep costs per week. If a companion's party is defeated, he/she can be rehired in towns. (base by NNY-mod but VERY different implementation)

- You can run your own kingdom without being displayed as a rebel, and you are recognized as faction leader and marshall.

- You can make peace with other kingdoms for a price, when running an own kingdom. (magelord)

- You can recruit other kingdom lords to your own kingdom if your reputation and relation with the lord is high enough and you have a fief to give to him. If a lord of your kingdom has no fief anymore, he leaves to another faction. That other faction currently simply is the enemy. (some hints how to do it by berserker, but entirely different system)

- As faction leader (own kingdom), you can grant your fiefs to lords of your own kingdom.

- You can attack/siege parties/centers of other factions, even if you have friendly relations with them (magelord & raowyn - plus fix by lyx to disallow attacking own faction)