Return to site

Mount And Blade Morgh%27s Editor

broken image


The Mount & Blade - Unoffical Troop Editor is developed to allow editing of the troops.txt, parties.txt and partytemplates.txt files and should be compatible with M&B versions 0.9 - 1.x as well as M&B Warband.

  1. This is a community-led Wiki for information about the Mount & Blade: Warband mod Prophesy of Pendor. The current version is 3.9.5.1. Mount and Blade Warband v1.174 is recommended to play the mod. The wikia is open for non-registered users, that can contribute and comment freely, but only registered users can edit their comments and get achievements. Note: wikia won't show advertisements.
  2. MorghsMBWB-WFASEditor を実行します。 Accept をクリックします。 Configuration に Change module settings をクリックします。 Text compiled files configuration 에 Browse をクリックします。 Module フォルダがあるは、設置経路を設定してくれます。 (ウォベンドゥまたはモード).
Morgh's Mount & Blade WB/WFAS Editor
Supports: Mount & Blade: Warband v1.113 up to v1.143 / Mount & Blade: With Fire & Sword v1.138 up to v1.143
Features
Module System editors (Warband ONLY!):
- module_items .py
- module_troops .py
- module_party_templates .py
TXT editors (WB/WFAS):
- troops.txt (all features, flags)
- factions.txt (all features, flags)
- parties.txt (all features, flags)
- party_template.txt (all features, flags)
- item_kinds1.txt (all features, flags)
Latest changes (v1.39 / v1.40)
General changes:
- Module System editor is for Warband only, it won't work with the WFAS v1.143 Module System!
Text item editor changes:
- Added WFAS v1.143 capabilities:
overswing_spear
overswing_musket
thrust_musket
- Added WFAS v1.43 flags:
itp_is_pike
itp_offset_musket
itp_no_blur
- Marked the special WFAS capabilities and flags with ' (WFAS) ' behind their names
The editor's official home and download page is: http://mountandblade.mircon.de/wp/morghs-mb-wbwfas-editor/
You'll find there also a version history!
Official support forum thread: https://forums.taleworlds.com/index.php/topic,105928.0.html

I'll give a fast support, but only at the official thread!
Morgh
This utility edits item_kinds1.txt directly and allows for editing, inserting, and deleting items without having to mess with Python scripts. BACK UP YOUR ITEM_KINDS1.TXT FILE BEFORE USING!!!
Features
  • Edit, add, and delete items
  • Allows changing of item flags, capabilities, and modifiers
  • Limited support for triggers
  • Auto-calculate weapon speed, damage, difficulty and cost

File HistoryFixed bug where edited damage values would not save
Mon, Nov-19-2007
No longer tries to default to :Program FilesMount&BladeModulesNative, but should remember last folder opened.
Can now edit .808 version of file with one caveat - the file seems to be the exact same format except for triggers, so if you load up a .808 file and save it, you will loose all triggers. You can add them back in manually if you want, but don't try to add them through the editor or you will probably crash the game.
Tue, Nov-20-2007
Added item numbers to all items for easier identification when modifying troops/parties
Fixed bug where editing inserted was quirky (sometimes edits affected item that was cloned).
Fri, Apr-04-2008
Should work for older versions (.800+) still. Triggers still will not work for .890+, but the only native items using them are the flintlock and torch. There is some partial language support, but not working totally yet.
Why a new version? Some foreign (non-US) users could not get it to work. I guess Windows has regional settings, and if you live in a place where a thousands separator is '.' as opposed to ',' and where the decimal indicator is ',' as opposed to '.', the program would die trying to read decimal data. This version forces the numeric parsing to expect US style numbers as is used in the items file.
Just unzip the editor and the settings.xml into the same directory.
Tue, May-06-2008
-Reverted trigger handling to simpler interface. Triggers show up as text lines that you can edit or ignore to your hearts content. Very few triggers were valid for items anyways, and it makes this compatible with older versions (Possibly even .751?) This also means that there is no control on triggers, you can type whatever you want there, so be careful.
-Added application config file
-Config file has autoSave option. When turned on, every time you use the 'Save File' option, it will back up your current file first. For example, saving 'item_kinds1.txt' would create 'item_kinds1.txt_20080506_095501'. Obviously, the date/time stamp varies depending on when you save it
-Added language support. In the config file, you define a language file. Use key 'languageFile' and a value pointing to the location of the file. The file layout is pretty simple. Use the 'english.lang' file as a template. The file contains entries such as 'Save_File='. If you change this to 'Save_File=Avesay Ilefay', then the editor will show 'Avesay Ilefay' where it originally showed 'Save File'. Be warned: the variables are case sensitive. So if you change the entry to 'save_file=test', 'test' will not show up because 'save' and 'file' were not capitalized. If you mispell an entry, leave it blank, or delete an entry, it will used default values.
Mount And Blade Morgh%27s Editor

Thu, May-08-2008

Mount And Blade Morgh 27s Editor Download


-Fixed one more regional setting bug. Some PC's with '.' as thousands separator and ',' as decimal separator would screw up item weights when saving. Hopefully this will fix that issue
Sat, May-10-2008
-Fixed bug where using the translation feature for terms 'Blunt', 'Pierce', and 'Cut' could screw up Thrust and Swing damages.
Mon, May-19-2008
Item file changed for .952, so this will not work with it at present. Still works for .951 and earlier.
Mon, May-19-2008
Changed to work for .952. The item modifiers changed. Included in ZIP are 2 language files, english.lang (use for pre .952) and english_.952.lang (for .952). As you can see in the files, there are many more modifiers, although only about half appear to be used.
Fri, May-30-2008
The repository automatically marked all downloads designed for .951 to .952, but the item file modifiers had changed significantly making the editor incompatible. I released a new version May-19th, but then the repository subsequently changed the downloads' version compatabilities back to .951, leading many people to think that my editor is still not compatible with .952.
So this is just a notice that this DOES work with .952, and even .953. It is still backwards compatible as well. See the update just above for details. Make sure to have the config file point to english_.952.lang for .952+, and to english.lang for .951 and prior.
Sat, Jul-05-2008
Since I've been asked a few times, yes this still works for .960. Make sure to have the config file point to english_.952 unless using for a version pre .952.
Thu, Sep-18-2008
-Yes, still works for 1.0. The only change was to the Language file to accomodate the new item modifiers (Lordly, Master, and Champion). Use English_1.0 for 1.0, use english_.952.lang .952-.960, and english.lang for pre .952.
Tue, May-03-2011
Totally reworked version - should work for the original game (later versions) and for Warband. Some minor differences in functionality:
- filtering by flags/capabilities/modifiers/text
- Export/import to CSV file. When you export, it does NOT include factions, meshes, or triggers. You can make edits via a spreadsheet program like Excel, and then import your changes back into the program to apply to the current open items file. You cannot insert new items via this method, only update items. The column names are important when importing, although you can move columns around and resort the items if you wish. The import function keys off the itemNumber column, so as long as it is present, the order of the items/columns doesn't matter, but if that column is missing, the import function will do nothing. Also, you can remove columns you don't wish to update.
-Better multi-language support. The best method to translate the text is to open the editor, open a file, and then select 'Languages/Create Language Settings File'. This will generate an XML with all translatable text in the editor. You can change what you want by editing the XML. When done, if you save the XML in the same directory as the EXE as ItemEditor.EXE.language.XML, it will load your translations automatically the next time you run the editor. You can also select 'Languages/Load Language Settings File' to load your translations at any time.
-'Tools/Clone Item' will clone the current item to the end of the items list (or in Warband it will place it second to last).
-'Tools/Revert Item' will revert the current item back to it's original state as long as you haven't updated the item yet by selecting another item.

Mount And Blade Warband Download


FYI, weapon attribute auto-calculation is not included as I don't think anyone was using it anyways
Wed, May-04-2011
Bug fixes for:
-attribute editing - was using the wrong edit control; weight (double) and other controls (ulong) were reversed
Blade

Thu, May-08-2008

Mount And Blade Morgh 27s Editor Download


-Fixed one more regional setting bug. Some PC's with '.' as thousands separator and ',' as decimal separator would screw up item weights when saving. Hopefully this will fix that issue
Sat, May-10-2008
-Fixed bug where using the translation feature for terms 'Blunt', 'Pierce', and 'Cut' could screw up Thrust and Swing damages.
Mon, May-19-2008
Item file changed for .952, so this will not work with it at present. Still works for .951 and earlier.
Mon, May-19-2008
Changed to work for .952. The item modifiers changed. Included in ZIP are 2 language files, english.lang (use for pre .952) and english_.952.lang (for .952). As you can see in the files, there are many more modifiers, although only about half appear to be used.
Fri, May-30-2008
The repository automatically marked all downloads designed for .951 to .952, but the item file modifiers had changed significantly making the editor incompatible. I released a new version May-19th, but then the repository subsequently changed the downloads' version compatabilities back to .951, leading many people to think that my editor is still not compatible with .952.
So this is just a notice that this DOES work with .952, and even .953. It is still backwards compatible as well. See the update just above for details. Make sure to have the config file point to english_.952.lang for .952+, and to english.lang for .951 and prior.
Sat, Jul-05-2008
Since I've been asked a few times, yes this still works for .960. Make sure to have the config file point to english_.952 unless using for a version pre .952.
Thu, Sep-18-2008
-Yes, still works for 1.0. The only change was to the Language file to accomodate the new item modifiers (Lordly, Master, and Champion). Use English_1.0 for 1.0, use english_.952.lang .952-.960, and english.lang for pre .952.
Tue, May-03-2011
Totally reworked version - should work for the original game (later versions) and for Warband. Some minor differences in functionality:
- filtering by flags/capabilities/modifiers/text
- Export/import to CSV file. When you export, it does NOT include factions, meshes, or triggers. You can make edits via a spreadsheet program like Excel, and then import your changes back into the program to apply to the current open items file. You cannot insert new items via this method, only update items. The column names are important when importing, although you can move columns around and resort the items if you wish. The import function keys off the itemNumber column, so as long as it is present, the order of the items/columns doesn't matter, but if that column is missing, the import function will do nothing. Also, you can remove columns you don't wish to update.
-Better multi-language support. The best method to translate the text is to open the editor, open a file, and then select 'Languages/Create Language Settings File'. This will generate an XML with all translatable text in the editor. You can change what you want by editing the XML. When done, if you save the XML in the same directory as the EXE as ItemEditor.EXE.language.XML, it will load your translations automatically the next time you run the editor. You can also select 'Languages/Load Language Settings File' to load your translations at any time.
-'Tools/Clone Item' will clone the current item to the end of the items list (or in Warband it will place it second to last).
-'Tools/Revert Item' will revert the current item back to it's original state as long as you haven't updated the item yet by selecting another item.

Mount And Blade Warband Download


FYI, weapon attribute auto-calculation is not included as I don't think anyone was using it anyways
Wed, May-04-2011
Bug fixes for:
-attribute editing - was using the wrong edit control; weight (double) and other controls (ulong) were reversed
-revert item - now reverts unless file saved
-File save prompt should only appear if changes made to current open file



broken image