1.得到所有任務(wù)
首先找到“playercfg”文件,該文件應(yīng)該在“Homeworld2\Bin\Profiles\Profile1”這個目錄下。
然后用windows的記事本或其他編輯軟件打開這個文件。
在里面找“maxmission = x”這個命令,然后將“x”替換為15,就可以得到所有任務(wù)了。
2.得到更多船只
首先找到“persist*.lua (*代表關(guān)卡數(shù))”,該文件應(yīng)該在“Homeworld2\Bin\Profiles\Profile\Campaign\ASCENSION”這個目錄下。
然后用windows的記事本或其他編輯軟件打開這個文件。
加入以下參數(shù):
{
tactic = 1,
type = "Hgn_Destroyer",
subsystems = {
{
index = 0,
name = "HGN_DES_ENGINE",
},
},
buildjobs = {
},
size = 1,
shiphold = {
},
name = "",
teamColourHandle = 17,
hotkey = 67108928,
},
at the end before
},
},
},
RUs = xxx,
}
這樣你就得到一艘驅(qū)逐艦,當(dāng)然你還可以更換名字得到其他船只,或者多重復(fù)制,以得到更多的相同船只……
瀏覽量:02013-12-13
瀏覽量:02011-12-17
瀏覽量:02010-10-12
瀏覽量:02010-10-11
瀏覽量:02010-10-08
瀏覽量:02010-09-28