三國(guó)全面戰(zhàn)爭(zhēng)修改方法-三國(guó)各MOD間兵種的提取和載入

上傳人:小****庫 文檔編號(hào):71973509 上傳時(shí)間:2022-04-07 格式:DOC 頁數(shù):11 大?。?5.50KB
收藏 版權(quán)申訴 舉報(bào) 下載
三國(guó)全面戰(zhàn)爭(zhēng)修改方法-三國(guó)各MOD間兵種的提取和載入_第1頁
第1頁 / 共11頁
三國(guó)全面戰(zhàn)爭(zhēng)修改方法-三國(guó)各MOD間兵種的提取和載入_第2頁
第2頁 / 共11頁

本資源只提供2頁預(yù)覽,全部文檔請(qǐng)下載后查看!喜歡就下載吧,查找使用更方便

8 積分

下載資源

資源描述:

《三國(guó)全面戰(zhàn)爭(zhēng)修改方法-三國(guó)各MOD間兵種的提取和載入》由會(huì)員分享,可在線閱讀,更多相關(guān)《三國(guó)全面戰(zhàn)爭(zhēng)修改方法-三國(guó)各MOD間兵種的提取和載入(11頁珍藏版)》請(qǐng)?jiān)谘b配圖網(wǎng)上搜索。

1、教程:三國(guó)各MOD間兵種的提取和載入 這里我以提取“三國(guó)1.8A”里“勢(shì)力劉備”的“校刀手”,載入為“三國(guó)1.7A”中的“勢(shì)力張魯”新兵種為例. 為了方便 我先建立幾個(gè)需要文件夾和文件 文件夾:newsoldier,sprites,text,ui,unit_info,units,romano_british,models_unit,sanguo,textures 文件:export_units.txt,descr_model_battle.txt,export_descr_unit.txt,export_descr_unit_enums.txt 這里簡(jiǎn)單列了一下文件夾之間

2、和文件的邏輯關(guān)系,在下面步驟中我就直接引用不介紹了 newsoldier\sprites newsoldier\text export_units.txt newsoldier\ui\unit_info\romano_british newsoldier\ui\units\romano_british newsoldier\models_unit\sanguo\textures newsoldier\ descr_model_battle.txt export_descr_unit.txt export_d

3、escr_unit_enums.txt 1、從1.8A中提取 A:打開bi-data-text中文件export_units 搜索找到“校刀手” 復(fù)制: {Xiaodaoshou_Liubei}校刀手 {Xiaodaoshou_Liubei_descr} 校刀手\n\n關(guān)雲(yún)長(zhǎng)麾下部隊(duì)精兵,皆手持大刀,所向披靡。 {Xiaodaoshou_Liubei_descr_short} 校刀手\n\n關(guān)雲(yún)長(zhǎng)麾下部隊(duì)精兵,皆手持大刀,所向披靡。 把上面復(fù)制內(nèi)容粘貼到文件夾newsoldier-text中文件export_units,保存 B:打開 bi-dat

4、a中文件export_descr_unit 搜索找到“校刀手” 復(fù)制: ;校刀手 type Xiaodaoshou Liubei dictionary Xiaodaoshou_Liubei category infantry class spearmen voice_type Light_1 soldier chu_generaldao2,18,0,0.90 mount_effect horse +3,camel +1 attributes sea_

5、faring,hide_forest,frighten_mounted,very_hardy formation 1.0, 1.2, 2.4, 2.8, 4, square stat_health 1, 0 stat_pri 9,28,no,0,0,melee,blade,slashing,sword,25,1 stat_pri_attr ap,spear,spear_bonus_6 stat_sec 0,0,no,0,0,no,no,no,none,0,1 stat_sec_attr no stat_pri_ar

6、mour 7,14,0,leather stat_sec_armour 0,0,flesh stat_heat 2 stat_ground -1,-2,-2,-2 stat_mental 21,disciplined,highly_trained stat_charge_dist 30 stat_fire_delay 0 stat_food 60,300 stat_cost 1,904,231,86,69,361.6 ownership slave 把上面復(fù)制內(nèi)容粘貼到文件夾newsoldie

7、r中文件export_descr_unit,保存 C:打開newsoldier-text中文件export_descr_unit_enums 寫入這段: ;校刀手 Xiaodaoshou_Liubei Xiaodaoshou_Liubei_descr Xiaodaoshou_Liubei_descr_short 保存 注:如果在文件bi-data中文件export_descr_unit_enums,如果里面有相關(guān)內(nèi)容直接復(fù)制就行了。 如果沒有 ,按格式寫一段也沒關(guān)系 D:打開bi-data中文件descr_model_battle 搜索找到“校刀手” 復(fù)制:

8、;校刀手 ;-------------------------------------- type chu_generaldao2 skeleton fs_slow_2handed indiv_range 40 texture empire_east, bi/data/models_unit/sanguo/textures/Shu_Dadao.tga texture empire_east_rebels, bi/data/models_unit/sanguo/textures/Shu_Dadao.tga model_flexi b

9、i/data/models_unit/sanguo/Shu_Dadao.cas, 15 model_flexi bi/data/models_unit/sanguo/Shu_Dadao.cas, 30 model_flexi bi/data/models_unit/sanguo/Shu_Dadao.cas, 40 model_flexi bi/data/models_unit/sanguo/Shu_Dadao.cas, max model_sprite empire_east_rebels, 60.0, bi/data/sprites/empire_east_chu

10、_generaldao2_sprite.spr model_sprite empire_east, 60.0, bi/data/sprites/empire_east_chu_generaldao2_sprite.spr model_tri 400, 0.5f, 0.5f, 0.5 把上面復(fù)制內(nèi)容粘貼到文件夾newsoldier中文件descr_model_battle,保存 E:打開bi-data-ui-unit_info-empire_east 找到校刀手文件圖片 Xiaodaoshou_Liubei_info ,復(fù)制 粘貼到newsoldier-ui-unit_

11、info-romano_british F:打開bi-data-ui-units-empire_east 找到校刀手文件圖片 #Xiaodaoshou_Liubei ,復(fù)制 粘貼到newsoldier-ui-units-romano_british G:打開bi\data\models_unit\sanguo\textures 找到文件Shu_Dadao.tga,復(fù)制 粘貼到newsoldier\models_unit\sanguo\textures底下 注:這里要找的文件就是根據(jù)D步驟中要復(fù)制那段原碼來找的 texture empire_east,

12、 bi/data/models_unit/sanguo/textures/Shu_Dadao.tga H:打開bi\data\models_unit\sanguo 找到文件文件Shu_Dadao.cas,復(fù)制 粘貼到newsoldier\models_unit\sanguo底下 注:這里要找的文件就是根據(jù)D步驟中要復(fù)制那段原碼來找的 model_flexi bi/data/models_unit/sanguo/Shu_Dadao.cas, 15 model_flexi bi/data/models_unit/sanguo/Shu_Dadao.cas, 30

13、model_flexi bi/data/models_unit/sanguo/Shu_Dadao.cas, 40 model_flexi bi/data/models_unit/sanguo/Shu_Dadao.cas, max I:打開bi\data\sprites 搜索empire_east_chu_generaldao2_sprite 找到文件 empire_east_chu_generaldao2_sprite.spr empire_east_chu_generaldao2_sprite_000 empire_east_chu_generaldao2_sp

14、rite_001 復(fù)制粘貼到 newsoldier\sprites 底下 注:這里要找的文件就是根據(jù)D步驟中要復(fù)制那段原碼來找的 model_sprite empire_east_rebels, 60.0, bi/data/sprites/empire_east_chu_generaldao2_sprite.spr model_sprite empire_east, 60.0, bi/data/sprites/empire_east_chu_generaldao2_sprite.spr 2、調(diào)整 A、打開newsoldier中文件export_descr_unit

15、 把這兩句 stat_cost 1,904,231,86,69,361.6 ownership slave 修改為 stat_cost 1,904,231,86,69,361.6 ownership romano_british B、打開newsoldier中文件descr_model_battle 把原來那段復(fù)制內(nèi)容修改為 ;校刀手 ;-------------------------------------- type chu_generaldao2 skeleton fs_slow_2handed i

16、ndiv_range 40 texture romano_british, bi/data/models_unit/sanguo/textures/Shu_Dadao.tga model_flexi bi/data/models_unit/sanguo/Shu_Dadao.cas, 15 model_flexi bi/data/models_unit/sanguo/Shu_Dadao.cas, 30 model_flexi bi/data/models_unit/sanguo/Shu_Dadao.cas, 40 model_flexi bi/

17、data/models_unit/sanguo/Shu_Dadao.cas, max model_sprite romano_british, 60.0, bi/data/sprites/empire_east_chu_generaldao2_sprite.spr model_tri 400, 0.5f, 0.5f, 0.5 3、載入到1.7A A、把newsoldier底下文件夾models_unit 復(fù)制到bi\data 底下粘貼 B、把newsoldier底下文件夾sprites 復(fù)制到bi\data 底下粘貼 C、把newsoldier底下文件夾

18、ui 復(fù)制到bi\data 底下粘貼 D、打開newsoldier\text中文件export_units 復(fù)制這段 {Xiaodaoshou_Liubei}校刀手 {Xiaodaoshou_Liubei_descr} 校刀手\n\n關(guān)雲(yún)長(zhǎng)麾下部隊(duì)精兵,皆手持大刀,所向披靡。 {Xiaodaoshou_Liubei_descr_short} 校刀手\n\n關(guān)雲(yún)長(zhǎng)麾下部隊(duì)精兵,皆手持大刀,所向披靡。 打開bi\data\text中文件export_units,找到白耳兵并在它下面粘貼(注:放在哪里這里沒有特別要求) E、打開newsoldier中文件descr_mod

19、el_battle 復(fù)制這段 ;校刀手 ;-------------------------------------- type chu_generaldao2 skeleton fs_slow_2handed indiv_range 40 texture romano_british, bi/data/models_unit/sanguo/textures/Shu_Dadao.tga model_flexi bi/data/models_unit/sanguo/Shu_Dadao.cas, 15 model_flexi bi/data/mo

20、dels_unit/sanguo/Shu_Dadao.cas, 30 model_flexi bi/data/models_unit/sanguo/Shu_Dadao.cas, 40 model_flexi bi/data/models_unit/sanguo/Shu_Dadao.cas, max model_sprite romano_british, 60.0, bi/data/sprites/empire_east_chu_generaldao2_sprite.spr model_tri 400, 0.5f, 0.5f, 0.5 打開bi\data中文件de

21、scr_model_battle,找到白耳兵并在它下面粘貼(注:放在哪里這里沒有特別要求) F:打開newsoldier中文件export_descr_unit 復(fù)制這段 ;校刀手 type Xiaodaoshou Liubei dictionary Xiaodaoshou_Liubei category infantry class spearmen voice_type Light_1 soldier chu_generaldao2,18,0,0.90 mount

22、_effect horse +3,camel +1 attributes sea_faring,hide_forest,frighten_mounted,very_hardy formation 1.0, 1.2, 2.4, 2.8, 4, square stat_health 1, 0 stat_pri 9,28,no,0,0,melee,blade,slashing,sword,25,1 stat_pri_attr ap,spear,spear_bonus_6 stat_sec 0,0,no,0,

23、0,no,no,no,none,0,1 stat_sec_attr no stat_pri_armour 7,14,0,leather stat_sec_armour 0,0,flesh stat_heat 2 stat_ground -1,-2,-2,-2 stat_mental 21,disciplined,highly_trained stat_charge_dist 30 stat_fire_delay 0 stat_food 60,300 stat_cost 1,904,231,86,69,361.6 ownership romano_british 打開bi\data中文件export_descr_unit,找到白耳兵并在它下面粘貼(注:放在哪里這里沒有特別要求) G、打開newsoldier中文件export_descr_unit_enums 復(fù)制這段 Xiaodaoshou_Liubei Xiaodaoshou_Liubei_descr Xiaodaoshou_Liubei_descr_short 打開bi\data中文件export_descr_unit_enums,找到Baierbin_Liubei并在它下面粘貼

展開閱讀全文
溫馨提示:
1: 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
2: 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
3.本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
5. 裝配圖網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。

最新文檔

相關(guān)資源

更多
正為您匹配相似的精品文檔
關(guān)于我們 - 網(wǎng)站聲明 - 網(wǎng)站地圖 - 資源地圖 - 友情鏈接 - 網(wǎng)站客服 - 聯(lián)系我們

copyright@ 2023-2025  zhuangpeitu.com 裝配圖網(wǎng)版權(quán)所有   聯(lián)系電話:18123376007

備案號(hào):ICP2024067431號(hào)-1 川公網(wǎng)安備51140202000466號(hào)


本站為文檔C2C交易模式,即用戶上傳的文檔直接被用戶下載,本站只是中間服務(wù)平臺(tái),本站所有文檔下載所得的收益歸上傳人(含作者)所有。裝配圖網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)上載內(nèi)容本身不做任何修改或編輯。若文檔所含內(nèi)容侵犯了您的版權(quán)或隱私,請(qǐng)立即通知裝配圖網(wǎng),我們立即給予刪除!