Is there an upper limit to the number of troop types or cities/villages/castles available? The only limit is your imagination (and RAM), Somebody, Modding Q&A
Why can't I see the changes I made to my mod? Many things are stored in the save files, and so changes made to your mod may only be visible when you start a new game. Not everything requires you to start a new game however; Thorgrim, Modding Q&A. Need to expand explanation here.
Why is the initial loading time of a new game getting longer? Work in note here, Waldzios, Modding Q&A
startup of game, Lav, Modding Q&A
How can I skip the Character Creation for Quick Testing? Work in the informations of the thread here, Somebody and kalarhan, Skipping character creation for mod testing
Mount&Blade Engine and Multithreading, interesting discussion, _Sebastian_, Modding Q&A
List of Native Key Kombinations, would be useful to have. pausing a scene (listing available button combos), Docm30, Modding Q&A. Rear horse, ctrl + j
Save Game Compability
What are changes which will break the save game compabilities?
- New Global Variables, or changes in global variables order. How to deal with it: Before modifying the Module System, compile it once again. Copy variables.txt from the Module folder to the Module System's folder. Any new introduced global variables must be included into the variables.txt file by overwritting reversed_## global variables.
- New Simple Triggers. How to deal with it: Don't create any new simple triggers. If you badly need new simple triggers, just modify
on the last parts of module_simple_triggers.py(24,
[]), - Inserted new items, new factions, new troops, etc. especially changing constants like mercenaries_end, books_begin, etc. How to deal with it: Don't do it.
Work in the notes of the threads here, NPC99, Modding Q&A, kalarhan, Modding Q&A, Modding Q&A and Modding Q&A
How to create a Native compatible Multiplayer Mod?
Work in notes here, Modding Q&A
limitations server side native mod, The_dragon, Modding Q&A
server side mod, The_dragon, Modding Q&A
item selection client side, The_dragon, Modding Q&A
server side throwing weapon, The_dragon, Modding Q&A
changing order causes problems, The_dragon, Modding Q&A