
我们只需要编辑 profile文件夹下campaign/ascension下的persist2.lua(用记事本打开)就行了.[persist2.lua代表第二关persist3.lua就代表第三关以此类推] 打开后先找到这样几行代码: }, name = %26quot;Hgn_MotherShip%26quot;, teamColourHandle = 0, hotkey = 0, }, 下面比如说如果你想把VAGAR族的战巡加进去,那么就只需要在下面加上这样一段代码: { tactic = 2, type = %26quot;Vgr_Battlecruiser%26quot;, subsystems = { }, size = 1, shiphold = { }, name = %26quot;Vgr_Battlecruiser%26quot;, teamColourHandle = 0, hotkey = 0, }, 然后保存,然后启动游戏,再进入第二关,那么你就可以看到一艘VAGAR的战巡了,超酷!!!!! 需要注意的是,如果你想加的VAGAR族的船没有船坞,那么就把 shiphold = { }, 这段去掉,如果没有子系统,就把 subsystems = { }, 去掉. 理论上所有的船我们都可以调出来,只要把上面的%26quot;Vgr_Battlecruiser%26quot;,换成你想要的船就行了,还有就是可以同时加不同的船.所有的船名字如下: hgn_assaultcorvette hgn_assaultcorvetteelite hgn_assaultfrigate hgn_attackbomber hgn_attackbomberelite hgn_carrier hgn_gunturret hgn_hscore hgn_interceptor hgn_ioncannonfrigate hgn_ionturret hgn_marinefrigate hgn_marinefrigate_soban hgn_mothership hgn_probe hgn_pulsarcorvette hgn_resourcecollector hgn_resourcecontroller hgn_scout hgn_targetdrone hgn_torpedofrigate meg_chimera meg_sajhulknose meg_sajhulkpanels


