нашел вот такую фичу и ничего у меня не получается - подскажите как правильно сделать?
Change battle starting order from "Charge" to "Hold Position" or "Follow Me"
(click to show/hide)
Цитата: Caba`drin от Сентябрь 14, 2010, 05:22:45
0) Make a backup of mission_templates.txt (found in your Warband\Modules\Native\ folder)
1) Open up mission_templates.txt (turn off Wordwrap or use Notepad++, etc)
2) Search for "lead_charge" (should be around line 369)
3) Find the line of code that begins with "0.000000 0.000000" (it follows a line beginning with "-19.000000 0.000000" and comes before a line that begins with "30.000000 0.000000"; around line 383)
4) Select that entire line
5a) To make open field battles begin with your troops HOLDING, replace it with the following:
Код: [Выделить]
0.000000 0.000000 100000000.000000 0 11 2133 2 144115188075856297 0 2133 2 144115188075856298 0 2133 2 144115188075856299 0 1 1 936748722493063615 1 1 936748722493063651 2133 2 144115188075856300 2 1700 1 1224979098644774912 1770 2 1224979098644774913 1224979098644774912 1107 1 0 1790 3 1224979098644774913 9 0 1107 1 1
5b) To make open field battles begin with your troops FOLLOWING, replace it with the following:
Код: [Выделить]
0.000000 0.000000 100000000.000000 0 11 2133 2 144115188075856297 0 2133 2 144115188075856298 0 2133 2 144115188075856299 0 1 1 936748722493063615 1 1 936748722493063651 2133 2 144115188075856300 2 1700 1 1224979098644774912 1770 2 1224979098644774913 1224979098644774912 1107 1 0 1790 3 1224979098644774913 9 1 1107 1 1
6) Save and play!