1.得到所有任務 首先找到“playercfg”檔案,該檔案應該在“Homeworld2BinProfilesProfile1”這個目錄下。 然後用windows的記事本或其他編輯軟體開啟這個檔案。 在裡面找“maxmission = x”這個命令,然後將“x”替換為15,就可以得到所有任務了。2.得到更多船隻 首先找到“persist*.lua (*代表關卡數)”,該檔案應該在“Homeworld2BinProfilesProfileCampaignASCENSION”這個目錄下。 然後用windows的記事本或其他編輯軟體開啟這個檔案。 加入以下引數:{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,}這樣你就得到一艘驅逐艦,當然你還可以更換名字得到其他船隻,或者多重複制,以得到更多的相同船隻……
1.得到所有任務 首先找到“playercfg”檔案,該檔案應該在“Homeworld2BinProfilesProfile1”這個目錄下。 然後用windows的記事本或其他編輯軟體開啟這個檔案。 在裡面找“maxmission = x”這個命令,然後將“x”替換為15,就可以得到所有任務了。2.得到更多船隻 首先找到“persist*.lua (*代表關卡數)”,該檔案應該在“Homeworld2BinProfilesProfileCampaignASCENSION”這個目錄下。 然後用windows的記事本或其他編輯軟體開啟這個檔案。 加入以下引數:{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,}這樣你就得到一艘驅逐艦,當然你還可以更換名字得到其他船隻,或者多重複制,以得到更多的相同船隻……