OSP Kit Combat Form Ranks! - A formation kit[Version1.32][Minor update: multi bug fixes]

Users who are viewing this thread

How do you make different arrays hold fire at different time (eg, I have two arrays 1st is archers 2nd Crossbowmen and I want the crossbowmen to shoot before the archers)
 
foxyman said:
        Saved game from  1.31 compatible.


game files:
                from Google code
                from mbrepository
Source code only:
                Source code

                Under Modules are the MOD files. To install, first make an exact copy of the folder Mount&Blade/modules/native, rename it as FormRanks, and copy all MOD files into that folder, replace all.
             

To Modders
              Source code is under src. Files I changed:
             
                module_constants.py
                module_dialogs.py
                module_game_menus.py
                module_mission_templates.py
                module_parties.py
                module_particle_systems.py
                module_presentations.py
                module_scripts.py
                module_simple_triggers.py
                module_strings.py
                module_constants.py
                module_dialogs.py
                module_game_menus.py
                module_mission_template.py
                module_scripts.py
                module_strings.py

              Search "Form Ranks" for my code.
              I give permissions to all modders who are working on their own MOD. If possible, please inform me about your MOD name that uses Form Ranks, so that I can update the "MODs" section here.


Credits:

    Command Cursor by dstemmer


MODs:
There are MODs using this kit, you can also try them:
The Revenge of the Berserker by Berserker Pride
The Ranger's Apprentice by Earl of Swadia
Camelot by thrakkemarn
Men of Steel by MISHO
Hari Ragat: medieval SE Asian mod by dariel.
Avarice of the Exiled by Arch3r. WIP.
Warsword by del
Southern Realms by jubal
Order is random.


File History:

v1.32
Multi bugs fixed:
    If a leader is wounded, script error happens in battle
    Reinforcements don't form proper ranks
Xp now can be gained through training and battle for other arrays, but soldiers will upgrade randomly
Food consumption corrected. Arrays will consume your food now
Slim default and disable all added to key configuration

v1.31
Command cursor added
Follow order added

v1.3
Tactical charge added
Key configuration
AI formations
Order panel added

v1.2
first release
multi-array first introduced


last update to OP by creator was march 2010
as can be seen from above, not written for warband

however, if you are good with python you can probably incorporate this stuff in a warband mod.
 
Can someone add a circle/schichrom formation for defense.  Also a hollow square would be nice. 

Also, the brace pike doesn't work.  The cavs just charge right past the spears and stop at the troops. 

I know some coding and have great college instructors who also have a full time job in the field that are willing to help.

If someone can comment/break down the code for these formation making, I will return the favor to the community.  I know it can be done.  There was that pig formation done so more complicated formations can be done.  Someone just has to be willing to share the information. 


ps.  surprise the devs have not helped out with these codes despite tailoring the game to be moddable.  I could have missed the info and be wrong though.
 
Back
Top Bottom