Mount & Blade

File information

Last updated

Original upload

Created by

dunde

Uploaded by

dunde

Virus scan

Safe to use

Tags for this mod

About this mod

What is MnB Modding Companion? - It's a tool to help modding some files of Module System. It's made for newbies doing light mod and learning about Module System. Designed to minimize newbie's error like missing commas, tupples, quotes etc Currently supported files : module_items .py , module_troops .py , module_factions .py , module_s

Permissions and credits
What is MnB Modding Companion?
- It's a tool to help modding some files of Module System. It's made for newbies doing light mod and learning about Module System.
Designed to minimize newbie's error like missing commas, tupples, quotes etc
Currently supported files : module_items .py , module_troops .py , module_factions .py , module_scenes .py ,
module_music .py , module_sounds .py , module_parties .py , module_party_templates .py ,
module_mesh .py , module_map_icons .py





Version History :

HOT FIX
- APIs Path for notepad++ autocompletion fixed.


v 0.1 .4. 3
- FIX : item mesh 's not updated
- FIX : It can find Application Data Folder for Windows 7 now

v 0.1.4. 2
- FIX : Error if there's tab character at module_*. py
- NEW FEATURE : Display current Module System Folder when Compiling
- NEW FEATURE : Display Compiling Time


HOT FIX with same version
- FIX FATAL BUG : false quotes on Flag Offsets of map icon.
- FIX : Troops can have multiple items with the same ID now.

v 0. 1. 4. 0
- ADD : Supporting module_factions .py and module_map_icons .py
- ADD : supporting upgrade path for module_troops .py and triggers for module_items .py
- NEW FEATURE : Font size customization
- NEW FEATURE : Autodetect python's path, hoping it will help Vista Users that have 'python not recognized error' while compiling with build_module.bat
- NEW FEATURE : Users can select now what editor to use while opening files from icon tray, Python IDLE or Notepad++
- New looks. It respects to XP theme now.

V 0. 1.3. 0
- FIX : sometime troop editor opened blank
- New Looks, more files supported :
module_sounds.py, module_music. py, module_meshes. py
- New Feature : Copy Paste between list form to speed up on creating similar troops, items etc.



V 0. 1. 2. 0 Alpha HOX FIX
- HOT FIX! Fatal Bug that module_parties .py, module_party_templates and module_skills. py can't be compiled because I put ')' instead of ']'
at the end of file.
- FIX : Glyphs when updating list
- FIX : sometimes stats/flags selector wrongly recognize that a flag/stat doesn't need parameters.


V 0. 1. 1. 0 Alpha release
- Renamed to MnB Modding Companion as it include own editor for Ms files.
- Currently 5 MS Files supported : module_items. py (no trigger supported yet), module_troops. py (no upgrade Tree yet),
module_parties. py and module_party_templates. py and module_skills. py.
Other files are on the way.
- Fully include XML Generator features, and it reads directly from header_operations. py now, so just donload new version of Module System and
generate XML autocompletion for Notepad.

original old version :
XML Generator
1.03
- Fix some bugs
- Read header_*.py and ID_*.py instead of only ID_*.py
- Add Compile Button
- Split long tray menu
- Connecting language name to M&B Version

1.02
- Add Tray Icon menu as quick open way to edit py files of selected module system.
- Files opened from the tray icom menu will be highlighted with used defined language

1.01
- Bypass Notepad++ path checking

1.00
- First Release

DISCLAIMER :
- The tool can be used free, and I take no responsibility for loosing data by using this tool. I Suggest to make backups for your MS often.