Can you translate the text to English?

Users who are viewing this thread

Warband Module Decompiler - convert text mod files into Python files modular system, ready for editing and compilation. In fact, this program allows you to get a modular system of any mod, regardless of whether to publish its author.

Note that resulting from the use of this program files can only be used for personal purposes. Otherwise, including if you plan to publish the results, you must first obtain permission from the author of the original mod.

Select the folder or file through the user interface module, or drag and drop from Windows Explorer into the program window, or manually enter the source and, if required, the resulting path.
Select mode decompilation:
If you decompile events under the Mount & Blade, select Vanilla;
If you decompile events under Warband v1.153 + WSE or WFaS v1.143, select WSE;
if you decompile under Warband mod without WSE, select Warband.
Press Decompile.
For successful decompilation folder should have all text files of module.

Names of local variables will be lost
(store_script_param_1, ": center_no")
(store_script_param_1, ": var 0")
Sometimes instead of constant names will be their values
(unlock_achievement, ACHIEVEMENT_THIS_IS_OUR_LAND),
(unlock_achievement, 56)

Move to the folder with the replacement of the modular system the filesand also variables.txt and variable_uses.txt.
It is advisable to keep the original exported folder variables.txt
Set in module_info.py export_dir
Double-run builder
If successful, you will receive a text file of the module original almost identical, except for the changes made by you.
 
Back
Top Bottom