- UID
- 1989738
- 主题
- 0
- 阅读权限
- 50
- 帖子
- 494
- 精华
- 5
- 积分
- 1917
- 金钱
- 1790
- 荣誉
- 67
- 人气
- 0
- 在线时间
- 3 小时
- 评议
- 0
- 帖子
- 494
- 精华
- 5
- 积分
- 1917
- 金钱
- 1790
- 荣誉
- 67
- 人气
- 0
- 评议
- 0
|
好了,下面是添加战马:
需要修改以下文件:
1.EDU文件,告诉M2TW用战马:
2.battle_models.modeldb,添加战马的模型进去。
3.修改M2TW\data目录下的descr_mount.txt,设置战马属性。
4.添加战马文件。
1〉修改EDU文件,告诉M2TW用战马:
将红色的换成蓝色的。
改前:
type Dragon Knights
dictionary Dragon_Knights ; Dragon Knights
category cavalry
class heavy
voice_type Heavy
banner faction main_cavalry
banner holy crusade_cavalry
soldier Dragon_Knights, 16, 0, 1
mount european armoured horse
mount_effect horse +8 elephant -1
attributes frighten_foot, frighten_mounted, sea_faring, hide_forest, very_hardy, can_withdraw, can_formed_charge, knight
formation 2, 4.4, 3, 6, 2, square, wedge
stat_health 3, 0
stat_pri 13, 9, no, 0, 0, melee, melee_blade, piercing, spear, 15, 1
;stat_pri_ex 0, 0, 0
stat_pri_attr ap, bp, area, launching
stat_sec 14, 4, no, 0, 0, melee, melee_blade, slashing, sword, 15, 1
;stat_sec_ex 0, 0, 0
stat_sec_attr ap, bp
stat_pri_armour 11, 7, 3, metal
;stat_armour_ex 7, 8, 0, 0, 5, 0, 0, metal
stat_sec_armour 0, 0, flesh
stat_heat 5
stat_ground 1, 1, 1, 3
stat_mental 11, impetuous, highly_trained, lock_morale
stat_charge_dist 40
stat_fire_delay 0
stat_food 60, 300
stat_cost 1, 1950, 735, 230, 200, 1950, 4, 470
armour_ug_levels 4
armour_ug_models Dragon_Knights
ownership hre
era 0 hre
era 1 hre
era 2 hre
;unit_info 13, 0, 18
改后:
type Dragon Knights
dictionary Dragon_Knights ; Dragon Knights
category cavalry
class heavy
voice_type Heavy
banner faction main_cavalry
banner holy crusade_cavalry
soldier Dragon_Knights, 16, 0, 1
mount dragon armoured horse
mount_effect horse +8 elephant -1
attributes frighten_foot, frighten_mounted, sea_faring, hide_forest, very_hardy, can_withdraw, can_formed_charge, knight
formation 2, 4.4, 3, 6, 2, square, wedge
stat_health 3, 0
stat_pri 13, 9, no, 0, 0, melee, melee_blade, piercing, spear, 15, 1
;stat_pri_ex 0, 0, 0
stat_pri_attr ap, bp, area, launching
stat_sec 14, 4, no, 0, 0, melee, melee_blade, slashing, sword, 15, 1
;stat_sec_ex 0, 0, 0
stat_sec_attr ap, bp
stat_pri_armour 11, 7, 3, metal
;stat_armour_ex 7, 8, 0, 0, 5, 0, 0, metal
stat_sec_armour 0, 0, flesh
stat_heat 5
stat_ground 1, 1, 1, 3
stat_mental 11, impetuous, highly_trained, lock_morale
stat_charge_dist 40
stat_fire_delay 0
stat_food 60, 300
stat_cost 1, 1950, 735, 230, 200, 1950, 4, 470
armour_ug_levels 4
armour_ug_models Dragon_Knights
ownership hre
era 0 hre
era 1 hre
era 2 hre
;unit_info 13, 0, 18 |
|