Module Development > The Forge - Mod Development
Module System Download
Swyter:
--- Quote from: Leij0na on June 21, 2011, 03:48:36 PM ---I know this is stupid question, but where do i extract that module system folder?
--- End quote ---
Where you want... You have to point where the final compiled text files will be made from your source.
The best option is to be tidy and make a specific ModuleSystem sub-folder under your module. Sort of:
Mount&Blade/Modules/MyAwesomeMod/ModuleSystem/*.py *.bat ...
And later modify module_info.py to point always to the upper folder using this expression:
--- Code: (module_info.py) ---# Point export_dir to the folder you will be keeping your module
# Make sure you use forward slashes (/) and NOT backward slashes (\)
export_dir = "../"
--- End code ---
Now, everytime you run build_module.bat the text files always will be deployed in the right place. Even if your location changes.
zParsifal:
How long does it usually take from a patch before Taleworlds updates the module system download?
Caba`drin:
--- Quote from: zParsifal on July 04, 2011, 05:20:52 PM ---How long does it usually take from a patch before Taleworlds updates the module system download?
--- End quote ---
Typically it has been uploaded nearly immediately. Not sure what the deal is this go round.
MadocComadrin:
There have been times that it's taken a week or so.
Computica:
Do you think they'll be making another update anytime soon?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version