Mount & Blade

File information

Last updated

Original upload

Created by

sphere

Uploaded by

Site Bot

Virus scan

Safe to use

Tags for this mod

About this mod

ModMerger "Keep your hands off my source (files)!" ModMerger framework aims to provide an example for modders to keep their modded contents out of original source files and out of each others' contents so that 0-config porting to newer game versions or mixing non-conflicting mods can be possible. (even where not, probably l

Permissions and credits
ModMerger
"Keep your hands off my source (files)!"

ModMerger framework aims to provide an example for modders to keep their modded contents out of original source files and out of each others' contents so that 0-config porting to newer game versions or mixing non-conflicting mods can be possible. (even where not, probably less effort to do actual port, once set up that is)

forum thread:
http://forums.taleworlds.com/index.php/topic,128890.0.html

[rule]
News:
  • 0.2.5 is a hotfix for a bug in process_script_directives() in util_scripts which was not processing SD_OP_BLOCK_REMOVE and SD_OP_BLOCK_REPLACE correctly.
  • Added jrider's New Presentations
  • Added XGM: Mod Options kit.
  • Fixed some problems with Vanilla version, it should work with pre-warband mount and blade again, though there may still be undiscovered bugs. Please feedback any bugs discovered so that they can be fixed! thanks!

[rule]


Instructions:
Note: Before anything, backup your existing files!!!
Make sure your current build has no prob (build_module.bat can build the module successfully)

1) download, extract and place all the files in the module system directory
2) execute "modmerger_installer.py". If you have .py files properly associated with python, you just have to double click it in file explorer
3) there is a simple menu, read and respond.

Immediately after "installation", run your build_module.bat to see if anything is broken. If not, you should be good.


Current "MM-modpacks"


------------------------------------------------------------------------------
Changelog
------------------------------------------------------------------------------
0.2.5: hotfix
+ Fixed more bugs with process_script_directives which was passing the wrong directives to OpBlockWrapper.FindLine, causing remove and replace operations to fail.

0.2.4:
+ Fixed bug in util_scripts:process_script_directives which was calling OpBlockWrapper.RemoveRange instead of OpBlockWrapper.RemoveAt for removal or replacement directives. This has previously caused problems with script directives SD_OP_BLOCK_REMOVE and SD_OP_BLOCK_REPLACE to fail when removing lines in op blocks.

0.2.3:
+ Fixed bug with mission_templates's variable list for vanilla versions.
+ Fixed error with vanilla for missing info_pages and postfx modules.
+ Fixed use of map without assignment in header file.

0.2.2:
+ Added GameMenuWrapper to util_wrappers.
+ Added MissionTemplateWrapper to util_wrappers.
+ Fixed bug with PresentationWrapper.FindTrigger always returning first trigger.

0.2.1
+ First release.