This is NOT a mod! It's only ONE of the source files required to make a mod!
The shield bashing works now, thanks to hwsfcay and Slawomir of Aaarrghh (read more on page 2)
I tested it and it works!!!
Do you hate scripting? You just can't get the hang of it? You want to integrate stuff in module_mission_templates, but it's so much work, you're lazy/you'll get a headache? You just don't want to script right now?
If you answer with "Yes" on at least one question of the above, this is for you.
This is the module_mission_templates.py file with integrated:
- Shield bashing,
- Spear bracing,
- Formations,
- Morale,
- Several ability scripts. (Look in Note 3)
from v2.0
- Hunting added
from v2.2
- Sea Battles added
from v2.3
- Form Ranks added, Formation and Morale deleted. The zip archive still contains version 2.2, if you want the old things
IMPORTANT!
Note: The things said above are integrated in every mission template (without hunting and training, just for fun). They're all commented with "Start" and "End", so you can remove or modify them easy the way you want.
VERY, VERY IMPORTANT!
Note 2: This is only the module_mission_templates.py file. If you want to fully integrate one of the said above things, you have to check their threads out for info, because you might need some another thing, e.g. animations. The threads can be found here: (v2.0 edit: especially for the hunting)
Combat abilities by Chel
Spear Bracing by The Mercenary
Formations + Morale by Mirathei (Formations) and Chel (Morale)
Shield Bashing by Mirathei
Hunting by Highlander from the Age of Machinery mod
Sea Battles by Mirathei, thanks to Jubal for the implementation tutorial
Form Ranks by foxyman
If you don't want hunting or sea battles, remove them. They're only one piece of code each at the bottom of the file.
ALSO IMPORTANT:
Note 3: The integrated abilities are Horse whistle, Taunt, WarCry and Sprint.
Below, in the third message you can see a bit of my module_constants.py file (but i'm not sure if this is all of the constants needed to integrate these). It also contains the constants for the Recruiter kit by Hessuu. The recruiter kit is not integrated in this mission_templates file simply because it doesn't require changes to the mission templates.
You can download the file here
If you use this in your mod, give credit to me and to everyone else who made the said above integrations.
You can also send me a PM, because I'm curious to know who is using this.
EDIT: Name changed, added info a the top.
EDIT 2: File updated to v2.0, hunting implemented
EDIT 3: File updated to v2.2, sea battles implemented
EDIT 4: File updated to v2.3 (archive contains v2.2), form ranks implemented
The shield bashing works now, thanks to hwsfcay and Slawomir of Aaarrghh (read more on page 2)
I tested it and it works!!!
Do you hate scripting? You just can't get the hang of it? You want to integrate stuff in module_mission_templates, but it's so much work, you're lazy/you'll get a headache? You just don't want to script right now?
If you answer with "Yes" on at least one question of the above, this is for you.
T: SPRINT, +7 Athletics, +15 Agility, lasts for two times your Agility seconds, requires 14 Agility
J: WHISTLE FOR A HORSE, call a horse to come to you, more than one with higher Charisma, requires 14 Charisma
G: WARCRY, unleash a fearsome cry to terrify weaker opponents around you
K: TAUNT, attract the attention of your enemies, more with higher charisma
All combat abilites can be used every 60 seconds in battle.
Press M to view other controls
Press X to close help
Other Controls:
Formations:
U: Ranks
I: Lines
O: Wedges
V: Call Reinforcements
P: Disassemble formations
Y: Rally your men
B: Brace your spear
To use Shield Bashing, press LMB while holding RMB
Press N for abilities help
This is the module_mission_templates.py file with integrated:
- Shield bashing,
- Spear bracing,
- Formations,
- Morale,
- Several ability scripts. (Look in Note 3)
from v2.0
- Hunting added
from v2.2
- Sea Battles added
from v2.3
- Form Ranks added, Formation and Morale deleted. The zip archive still contains version 2.2, if you want the old things
IMPORTANT!
Note: The things said above are integrated in every mission template (without hunting and training, just for fun). They're all commented with "Start" and "End", so you can remove or modify them easy the way you want.
VERY, VERY IMPORTANT!
Note 2: This is only the module_mission_templates.py file. If you want to fully integrate one of the said above things, you have to check their threads out for info, because you might need some another thing, e.g. animations. The threads can be found here: (v2.0 edit: especially for the hunting)
Combat abilities by Chel
Spear Bracing by The Mercenary
Formations + Morale by Mirathei (Formations) and Chel (Morale)
Shield Bashing by Mirathei
Hunting by Highlander from the Age of Machinery mod
Sea Battles by Mirathei, thanks to Jubal for the implementation tutorial
Form Ranks by foxyman
If you don't want hunting or sea battles, remove them. They're only one piece of code each at the bottom of the file.
ALSO IMPORTANT:
Note 3: The integrated abilities are Horse whistle, Taunt, WarCry and Sprint.
Below, in the third message you can see a bit of my module_constants.py file (but i'm not sure if this is all of the constants needed to integrate these). It also contains the constants for the Recruiter kit by Hessuu. The recruiter kit is not integrated in this mission_templates file simply because it doesn't require changes to the mission templates.
You can download the file here
If you use this in your mod, give credit to me and to everyone else who made the said above integrations.
You can also send me a PM, because I'm curious to know who is using this.
EDIT: Name changed, added info a the top.
EDIT 2: File updated to v2.0, hunting implemented
EDIT 3: File updated to v2.2, sea battles implemented
EDIT 4: File updated to v2.3 (archive contains v2.2), form ranks implemented