中世紀(jì)2-騎士變成下馬騎士
作者:佚名 來源:本站 時間:2023-08-24 點擊:次
先用官方工具解壓即運行unpack_all.bat
需要4個文件夾 text ui unit_models unit_sprites
在unit_models\_units\en_pplate_plate下找到:armored_clergy_lod0.mesh armored_clergy_lod1.mesh
armored_clergy_lod2.mesh armored_clergy_ug_lod.mesh
armored_clergy_ug1_lod1.mesh
armored_clergy_ug1_lod2.mesh
復(fù)制這幾個文件在它們文件名前面都加上dismounted_ 再重新粘貼到原文件夾.
在data\unit_sprites找到這些文件:
denmark_armored_clergy_sprite.spr denmark_armored_clergy_ug1_sprite.spr
denmark和_armored之間添加_dimounted
在ui文件夾找到'unit_info'和'units'這2個文件夾,unit_info\denmark找到armored_clergy_info.tga ,復(fù)制和重命名為dismounted_armored_clergy_info.tga
在units\denmark找到#armored_clergy.tga復(fù)制和重命名為#dismounted_armored_clergy.tga
unit_info 和 units
armored_clergy_info.tga 變成 dismounted_armored_clergy_info.tga
armored_clergy.tga 變成 dismounted_armored_clergy.tga
開始修改'export_descr_unit.txt'
type Armored Clergy
dictionary Armored_Clergy ; Norse War Clerics
category cavalry
class heavy
voice_type Heavy
banner faction main_cavalry
banner holy crusade_cavalry
soldier Armored_Clergy, 32, 0, 1
mount mailed horse
mount_effect elephant -4, camel -4
attributes sea_faring, hide_forest, can_withdraw, can_formed_charge, knight
formation 2, 4.4, 3, 6, 2, square, wedge
stat_health 1, 0
stat_pri 10, 4, no, 0, 0, melee, melee_blade, blunt, mace, 25, 1
;stat_pri_ex 0, 0, 0
stat_pri_attr ap
stat_sec 0, 0, no, 0, 0, no, melee_simple, blunt, none, 25, 1
;stat_sec_ex 0, 0, 0
stat_sec_attr no
stat_pri_armour 8, 7, 4, metal
;stat_armour_ex 8, 9, 0, 0, 7, 4, 4, metal
stat_sec_armour 0, 0, flesh
stat_heat 6
stat_ground 0, -2, -4, 0
stat_mental 9, normal, trained
stat_charge_dist 45
stat_fire_delay 0
stat_food 60, 300
stat_cost 1, 750, 250, 120, 95, 750, 4, 180
armour_ug_levels 4, 5
armour_ug_models Armored_Clergy, Armored_Clergy_ug1
ownership denmark
era 2 denmark
;unit_info 10, 0, 19
變成
type Armored Clergy
dictionary Armored_Clergy ; Norse War Clerics
category cavalry
class heavy
voice_type Heavy
banner faction main_cavalry
banner holy crusade_cavalry
soldier Armored_Clergy, 32, 0, 1
mount mailed horse
mount_effect elephant -4, camel -4
attributes sea_faring, hide_forest, can_withdraw, can_formed_charge, knight
formation 2, 4.4, 3, 6, 2, square, wedge
stat_health 1, 0
stat_pri 10, 4, no, 0, 0, melee, melee_blade, blunt, mace, 25, 1
;stat_pri_ex 0, 0, 0
stat_pri_attr ap
stat_sec 0, 0, no, 0, 0, no, melee_simple, blunt, none, 25, 1
;stat_sec_ex 0, 0, 0
stat_sec_attr no
stat_pri_armour 8, 7, 4, metal
;stat_armour_ex 8, 9, 0, 0, 7, 4, 4, metal
stat_sec_armour 0, 0, flesh
stat_heat 6
stat_ground 0, -2, -4, 0
stat_mental 9, normal, trained
stat_charge_dist 45
stat_fire_delay 0
stat_food 60, 300
stat_cost 1, 750, 250, 120, 95, 750, 4, 180
armour_ug_levels 4, 5
armour_ug_models Armored_Clergy, Armored_Clergy_ug1
ownership denmark
era 2 denmark
;unit_info 10, 0, 19
type Dismounted Armored Clergy
dictionary Dismounted_Armored_Clergy ; Dismounted Norse War Clerics
category infantry
class heavy
voice_type Heavy
banner faction main_cavalry
banner holy crusade_cavalry
soldier Dismounted_Huscarls, 46, 0, 1
attributes sea_faring, hide_forest, can_withdraw
formation 1.2, 1.2, 2.4, 2.4, 6, square
stat_health 1, 0
stat_pri 10, 4, no, 0, 0, melee, melee_blade, blunt, mace, 25, 1
;stat_pri_ex 0, 0, 0
stat_pri_attr ap
stat_sec 0, 0, no, 0, 0, no, melee_simple, blunt, none, 25, 1
;stat_sec_ex 0, 0, 0
stat_sec_attr no
stat_pri_armour 8, 7, 4, metal
;stat_armour_ex 8, 9, 0, 0, 7, 4, 4, metal
stat_sec_armour 0, 0, flesh
stat_heat 6
stat_ground 0, -2, -4, 0
stat_mental 9, normal, trained
stat_charge_dist 45
stat_fire_delay 0
stat_food 60, 300
stat_cost 1, 750, 250, 120, 95, 750, 4, 180
armour_ug_levels 4, 5
armour_ug_models Dismounted_Armored_Clergy, Dismounted_Armored_Clergy_ug1
ownership denmark
era 2 denmark
;unit_info 10, 0, 19
然后修改'export_descr_buildings.txt'
abbey city requires factions { normans, denmark, hre, scotland, france, england, hungary, poland, venice, papal_states, portugal, spain,
sicily, milan, }
{
capability
{
agent priest 0 requires factions { normans, denmark, scotland, hre, france, england, }
agent priest 0 requires factions { hungary, poland, }
agent priest 0 requires factions { papal_states, portugal, spain, sicily, milan, venice, }
recruit_pool "Armored Clergy" 1 0.2 2 0 requires factions { denmark, }
happiness_bonus bonus 2
religion_level bonus 3
agent_limit priest 2
pope_disapproval 1
}
material wooden
construction 3
cost 3200
settlement_min city
upgrades
{
cathedral
}
}
變成
abbey city requires factions { normans, denmark, hre, scotland, france, england, hungary, poland, venice, papal_states, portugal, spain,
sicily, milan, }
{
capability
{
agent priest 0 requires factions { normans, denmark, scotland, hre, france, england, }
agent priest 0 requires factions { hungary, poland, }
agent priest 0 requires factions { papal_states, portugal, spain, sicily, milan, venice, }
recruit_pool "Armored Clergy" 1 0.2 2 0 requires factions { denmark, }
recruit_pool "Dismounted Armored Clergy" 1 0.2 2 0 requires factions { denmark, }
happiness_bonus bonus 2
religion_level bonus 3
agent_limit priest 2
pope_disapproval 1
}
material wooden
construction 3
cost 3200
settlement_min city
upgrades
{
cathedral
}
}
接著修改'export_units.txt'
{Armored_Clergy}Norse War Clerics
{Armored_Clergy_descr}Scandinavian Bishops are not your average men of the cloth. These clerics when roused to righteous anger would ritually place upon their altar their cassock and mitre and gird themselves with the accoutrements of war. Leading a retinue to rival a king, these clerics are outlawed in Sweden but still deliver holy chastisement to the foes of Denmark
{Armored_Clergy_descr_short}Heavily armoured Bishop and cavalry retinue. Encased in plate armour and wielding foe-crushing maces
變成
{Armored_Clergy}Norse War Clerics
{Armored_Clergy_descr}Scandinavian Bishops are not your average men of the cloth. These clerics when roused to righteous anger would ritually place upon their altar their cassock and mitre and gird themselves with the accoutrements of war. Leading a retinue to rival a king, these clerics are outlawed in Sweden but still deliver holy chastisement to the foes of Denmark
{Armored_Clergy_descr_short}Heavily armoured Bishop and cavalry retinue. Encased in plate armour and wielding foe-crushing maces
{Dismounted_Armored_Clergy}Dismounted Norse War Clerics
{Dismounted_Armored_Clergy_descr}Scandinavian Bishops are not your average men of the cloth. These clerics when roused to righteous anger would ritually place upon their altar their cassock and mitre and gird themselves with the accoutrements of war. Leading a retinue to rival a king, these clerics are outlawed in Sweden but still deliver holy chastisement to the foes of Denmark
{Dismounted_Armored_Clergy_descr_short}Heavily armoured Bishop and infantry retinue. Encased in plate armour and wielding foe-crushing maces
再接著修改'battle_models.modeldb'
14 armored_clergy
1 3
59 unit_models/_Units/EN_Pplate_Plate/armored_clergy_lod0.mesh 121
59 unit_models/_Units/EN_Pplate_Plate/armored_clergy_lod1.mesh 1225
59 unit_models/_Units/EN_Pplate_Plate/armored_clergy_lod2.mesh 6400
1 7 denmark
74 unit_models/_Units/EN_Pplate_Plate/textures/mtw2_EN_Pplate_denmark.texture 73 unit_models/_Units/EN_Pplate_Plate/textures/mtw2_EN_Pplate_normal.texture
46 unit_sprites/denmark_Armored_Clergy_sprite.spr
1 7 denmark
66 unit_models/AttachmentSets/Final Priest Heads_denmark_diff.texture
66 unit_models/AttachmentSets/Final Priest Heads_denmark_norm.texture
0 1 5 Horse
12 MTW2_HR_Mace
0 2 17 MTW2_Mace_Primary
14 fs_test_shield
0 16 -0.090000004 0 0 -0.34999999 0.80000001 0.60000002
18 armored_clergy_ug1
1 3
63 unit_models/_Units/EN_Pplate_Plate/armored_clergy_ug1_lod0.mesh 121
63 unit_models/_Units/EN_Pplate_Plate/armored_clergy_ug1_lod1.mesh 1225 63 unit_models/_Units/EN_Pplate_Plate/armored_clergy_ug1_lod2.mesh 6400
1 7 denmark
74 unit_models/_Units/EN_Pplate_Plate/textures/mtw2_EN_Pplate_denmark.texture 73 unit_models/_Units/EN_Pplate_Plate/textures/mtw2_EN_Pplate_normal.texture 50 unit_sprites/denmark_Armored_Clergy_ug1_sprite.spr
1 7 denmark
66 unit_models/AttachmentSets/Final Priest Heads_denmark_diff.texture
66 unit_models/AttachmentSets/Final Priest Heads_denmark_norm.texture
0
1 5 Horse
12 MTW2_HR_Mace
0 2 17 MTW2_Mace_Primary
14 fs_test_shield
0 16 -0.090000004 0 0 -0.34999999 0.80000001 0.60000002
修改成
14 armored_clergy
1 3
59 unit_models/_Units/EN_Pplate_Plate/armored_clergy_lod0.mesh 121
59 unit_models/_Units/EN_Pplate_Plate/armored_clergy_lod1.mesh 1225
59 unit_models/_Units/EN_Pplate_Plate/armored_clergy_lod2.mesh 6400
1 7 denmark
74 unit_models/_Units/EN_Pplate_Plate/textures/mtw2_EN_Pplate_denmark.texture 73 unit_models/_Units/EN_Pplate_Plate/textures/mtw2_EN_Pplate_normal.texture 46 unit_sprites/denmark_Armored_Clergy_sprite.spr
1 7 denmark
66 unit_models/AttachmentSets/Final Priest Heads_denmark_diff.texture
66 unit_models/AttachmentSets/Final Priest Heads_denmark_norm.texture
0 1 5 Horse
12 MTW2_HR_Mace
0 2 17 MTW2_Mace_Primary
14 fs_test_shield
0 16 -0.090000004 0 0 -0.34999999 0.80000001 0.60000002
18 armored_clergy_ug1
1 3
63 unit_models/_Units/EN_Pplate_Plate/armored_clergy_ug1_lod0.mesh 121
63 unit_models/_Units/EN_Pplate_Plate/armored_clergy_ug1_lod1.mesh 1225 63 unit_models/_Units/EN_Pplate_Plate/armored_clergy_ug1_lod2.mesh 6400
1 7 denmark
74 unit_models/_Units/EN_Pplate_Plate/textures/mtw2_EN_Pplate_denmark.texture 73 unit_models/_Units/EN_Pplate_Plate/textures/mtw2_EN_Pplate_normal.texture 50 unit_sprites/denmark_Armored_Clergy_ug1_sprite.spr
1 7 denmark
66 unit_models/AttachmentSets/Final Priest Heads_denmark_diff.texture
66 unit_models/AttachmentSets/Final Priest Heads_denmark_norm.texture
0 1 5 Horse
12 MTW2_HR_Mace
0 2 17 MTW2_Mace_Primary
14 fs_test_shield
0 16 -0.090000004 0 0 -0.34999999 0.80000001 0.60000002
25 dismounted_armored_clergy
1 3
70 unit_models/_Units/EN_Pplate_Plate/dismounted_armored_clergy_lod0.mesh 121
70 unit_models/_Units/EN_Pplate_Plate/dismounted_armored_clergy_lod1.mesh 1225
70 unit_models/_Units/EN_Pplate_Plate/dismounted_armored_clergy_lod2.mesh 6400
1 7 denmark
74 unit_models/_Units/EN_Pplate_Plate/textures/mtw2_EN_Pplate_denmark.texture
73 unit_models/_Units/EN_Pplate_Plate/textures/mtw2_EN_Pplate_normal.texture
57 unit_sprites/denmark_dismounted_Armored_Clergy_sprite.spr 1 7 denmark
66 unit_models/AttachmentSets/Final Priest Heads_denmark_diff.texture
66 unit_models/AttachmentSets/Final Priest Heads_denmark_norm.texture
0 1 4 none
12 MTW2_HR_Mace
0 2 17 MTW2_Mace_Primary
14 fs_test_shield
0 16 -0.090000004 0 0 -0.34999999 0.80000001 0.60000002
29 dismounted_armored_clergy_ug1
1 3
74 unit_models/_Units/EN_Pplate_Plate/dismounted_armored_clergy_ug1_lod0.mesh 121
74 unit_models/_Units/EN_Pplate_Plate/dismounted_armored_clergy_ug1_lod1.mesh 1225
74 unit_models/_Units/EN_Pplate_Plate/dismounted_armored_clergy_ug1_lod2.mesh 6400
1 7 denmark
74 unit_models/_Units/EN_Pplate_Plate/textures/mtw2_EN_Pplate_denmark.texture
73 unit_models/_Units/EN_Pplate_Plate/textures/mtw2_EN_Pplate_normal.texture
61 unit_sprites/denmark_dismounted_Armored_Clergy_ug1_sprite.spr
1 7 denmark
66 unit_models/AttachmentSets/Final Priest Heads_denmark_diff.texture
66 unit_models/AttachmentSets/Final Priest Heads_denmark_norm.texture
0 1 4 none
12 MTW2_HR_Mace
0 2 17 MTW2_Mace_Primary
14 fs_test_shield
0 16 -0.090000004 0 0 -0.34999999 0.80000001 0.60000002
友情提示:有幾個軟件是修改必需的
strings_bin_converter.rar
python-2.5.msi (下載網(wǎng)址在strings_bin_converter.rar的文檔里)
另外修改時千萬要細(xì)心再細(xì)心,特別是空格。否則文件出錯會進(jìn)不去游戲,建議先備份!
- 上一篇: 中世紀(jì)2-最安全國家全開辦法
- 下一篇: 騎馬與砍殺 手動加火槍辦法
相關(guān)閱讀
更多資訊
- 騎馬與砍殺 手動加火槍辦法
- 中世紀(jì)2-修改皮膚辦法
- 騎馬與砍殺 基本資料
- 騎馬與砍殺 物品屬性全解析
- 生化危機(jī)4 武器修改
- 騎馬與砍殺 角斗士mod問答集
- 生化危機(jī)4 內(nèi)存修改
- 騎馬與砍殺 心得
- 騎馬與砍殺 手工藝打造指南
- 歐陸風(fēng)云3-作弊碼
- 騎馬與砍殺 快速修改手冊
- 騎馬與砍殺 劍盾騎砍殺技巧
- 騎馬與砍殺 步戰(zhàn)狂戰(zhàn)士心得
- 騎馬與砍殺 快速戰(zhàn)斗手冊
- 騎馬與砍殺 打暗黑騎新技巧
- 中世紀(jì)2-無恥秘籍
- 最高指揮官-單位代碼對應(yīng)表
- 幻想三國志3 人物數(shù)值密技
- 最高指揮官-完整秘籍
- 最高指揮官-修改心得
熱門文章
推薦游戲
換一換- 仙落夕暮游戲-仙落夕暮手游下載v1.0.6紅包版
- 神槍手強(qiáng)尼破解版無限鉆石無限金幣-神槍手強(qiáng)尼破解版下載所有槍v1.12.14破解版無限充值版
- 魔力彈球紅包版-魔力彈球賺金版下載v1.1.15領(lǐng)紅包版
- 機(jī)戰(zhàn)地城破解版-機(jī)戰(zhàn)地城免谷歌版下載v0.34
- terragenesis無限gp安卓版-terragenesis無限gp全解鎖下載v6.22無限金幣
- 天地劫送無限充值版-天地劫送充值卡版下載v1.0.0天天送充值版
- 西瓜消消消游戲-西瓜消消消紅包版下載v1.0.0領(lǐng)紅包版
- 有種你別跑游戲破解版-有種你別跑破解版免廣告提供下載v1.0.46
- 爆破挑戰(zhàn)手游-爆破挑戰(zhàn)下載v1.0.9
- 人氣排行
- 1金庸群俠傳3全攻略
- 2PSP《第二次機(jī)戰(zhàn)Z再世篇》一周目超級系主力通關(guān)心得攻略
- 3熱游精選37《戰(zhàn)神覺醒》最新版本:仙界降臨
- 4PSP《第二次機(jī)戰(zhàn)Z再世篇》取得SR全路線條件
- 5帝國時代之羅馬復(fù)興秘籍大全
- 6戰(zhàn)艦世界配件如何選擇_戰(zhàn)艦世界戰(zhàn)艦配件的分析選擇與推薦
- 73DS《新超級馬里奧兄弟2》全隱藏關(guān)卡解除攻略
- 83DS《火焰紋章:覺醒》L難度傳統(tǒng)模式二周目通關(guān)流程攻略
- 93DS《勇者斗惡龍怪獸篇:特瑞仙境》獲得最終BOSS魔戰(zhàn)神的配合圖文詳細(xì)攻略
- 103DS《火焰紋章覺醒》結(jié)婚系統(tǒng)攻略