- 類型:即時(shí)戰(zhàn)略
- 發(fā)行:THQ
- 發(fā)售:2007-02-20
- 開發(fā):Gas Powered Games
- 語(yǔ)言:繁中
- 平臺(tái):PC
- 標(biāo)簽:戰(zhàn)爭(zhēng),科幻
[最高指揮官]游戲修改詳細(xì)心得
- 作者:不死鳥
- 編輯:ChunTian

1、安裝目錄\gamedata\*.scd文件為zip編碼,只要更改后輟為.zip .rar即可打開。
2、后面的.bp和.lua文件用記事本即可打開。
3、修改前去掉.scd文件只讀屬性。
-----------------------------------------
要修改的文件為:
units.scd (所有單位藍(lán)圖,blueprint(bp))
projectiles.scd (發(fā)射物,彈頭等,后面有修改核彈和戰(zhàn)列艦主炮需要)
mods.scd (安裝時(shí)官方帶的3個(gè)mod,最后一個(gè)為2倍資源)
--------------------------------------------------
先來(lái)說(shuō)說(shuō)這個(gè)mods.scd的修改,以2倍資源來(lái)舉例:
打開mods.scd(rar)\mods\ResourceRich\hook\lua\system\Blueprints.lua
文件內(nèi)容:
function ModBlueprints(all_bps)
local econScale = 30.0
#loop through the blueprints and adjust as desired.
for id,bp in all_bps.Unit do
if bp.Economy.ProductionPerSecondMass then
bp.Economy.ProductionPerSecondMass = bp.Economy.ProductionPerSecondMass * econScale
end
if bp.Economy.ProductionPerSecondEnergy then
bp.Economy.ProductionPerSecondEnergy = bp.Economy.ProductionPerSecondEnergy * econScale
end
end
end
將econScale符值,數(shù)字即為資源倍數(shù)。
更改后保存文件,會(huì)提示更新壓縮包,確定,最后將后輟改回.scd即可游戲。
(建議只修改此mod來(lái)進(jìn)行游戲,按下面方法修改單位的話,會(huì)大大減少游戲樂(lè)趣及游戲壽命,hehe~)

玩家點(diǎn)評(píng) (0人參與,0條評(píng)論)
熱門評(píng)論
全部評(píng)論