| 
UID5949UCC 声望 好评 贡献 最后登录1970-1-1 
 | 
 
| 我菜鸟,改起来虐电脑。嘿嘿 希拉格
 船坞-------------------hgn_shipyard
 母舰-------------------hgn_mothership
 侦察机-----------------hgn_scout
 战斗机-----------------hgn_interceptor
 轰炸机-----------------hgn_attackbomber
 护航炮艇---------------hgn_assaultcorvette
 脉冲炮艇---------------hgn_pulsarcorvette
 布雷艇-----------------hgn_minelayercorvette
 鱼雷护卫舰-------------hgn_torpedofrigate
 防空炮护卫舰-----------hgn_assaultfrigate
 离子炮护卫舰-----------hgn_ioncannonfrigate
 登陆舰-----------------hgn_marinefrigate
 防御场护卫舰-----------hgn_defense fieldfrigate
 
 驱逐舰-----------------hgn_destroyer
 战列巡洋舰-------------hgn_battlecruiser
 航母-------------------hgn_carrier
 
 火炮平台---------------hgn_gunturret
 离子炮平台-------------hgn_ionturret
 
 采矿船-----------------hgn_resourcecollector
 采矿精练船-------------hgn_resourcecontroller
 
 探测器-----------------hgn_probe
 电子对抗感应器---------hgn_ecmprobe
 临近感应器-------------hgn_proximitysensor
 
 船坞(剧情)-----------hgn_shipyard_elohim
 船坞(剧情)-----------hgn_shipyard_spg
 超太空核(剧情)-------hgn_hscore
 无畏舰(剧情)---------hgn_dreadnaught
 运输船(剧情)---------sp_tanker-sp_tanker6
 ============================================================
 先祖
 雄峰战机---------------kpr_attackdroid
 守护者-----------------kpr_destroyer
 漫步者-----------------kpr_mover
 萨尤卡-----------------kpr_sajuuk
 萨尤卡(遗迹)---------kpr_sajuuk_nosensors
 ============================================================
 伟格
 母舰-------------------vgr_mothership
 船坞-------------------vgr_shipyard
 
 侦察机-----------------vgr_scout
 战斗机-----------------vgr_interceptor
 轰炸机-----------------vgr_bomber
 长枪战机---------------vgr_lance fighter
 激光炮艇---------------vgr_lasercorvette
 指挥艇--------------- vgr_commandcorvette
 布雷艇-----------------vgr_minelayercorvette
 导弹护航艇-------------vgr_missilecorvette
 突袭舰-----------------vgr_assaultfrigate
 导弹护卫舰-------------vgr_heavymissilefrigate
 渗透舰-----------------vgr_infiltratorfrigate
 驱逐舰-----------------vgr_destroyer
 战列巡洋舰-------------vgr_battlecruiser
 航母-------------------vgr_carrier
 采矿船-----------------vgr_resourcecollector
 采矿精练船-------------vgr_resourcecontroller
 跳跃门-----------------vgr_hyperspace_platform
 火炮平台---------------vgr_weaponplatform_gun
 导弹平台---------------vgr_weaponplatform_missile
 探测器-----------------vgr_probe
 电子对抗感应器---------vgr_probe_ecm
 临近感应器-------------vgr_probe_prox
 指挥中心(剧情)-------vgr_commstation
 指挥中心废墟(剧情)---vgr_prisonstation
 行星杀手(剧情)-------vgr_planetkiller
 行星杀手鱼雷(剧情)---vgr_planetkillermissile
 马坎旗舰(剧情)-------vgr_mothership_makaan
 
 
 《家园2》战舰修改
 
 我们只需要编辑 profile文件夹下campaign/ascension下的persist2.lua(用记事本打开)就行了.[persist2.lua代表第二关persist3.lua就代表第三关以此类推]
 打开后先找到这样几行代码:
 },
 name = "Hgn_MotherShip",
 teamColourHandle = 0,
 hotkey = 0,
 },
 下面比如说如果你想把VAGAR族的战巡加进去,那么就只需要在下面加上这样一段代码:
 {
 tactic = 2,
 type = "Vgr_Battlecruiser",
 subsystems = {
 },
 size = 1,
 shiphold = {
 },
 name = "Vgr_Battlecruiser",
 teamColourHandle = 0,
 hotkey = 0,
 },
 然后保存,然后启动游戏,再进入第二关,那么你就可以看到一艘VAGAR的战巡了,超酷!!!!!
 需要注意的是,如果你想加的VAGAR族的船没有船坞,那么就把
 shiphold = {
 },
 这段去掉,如果没有子系统,就把
 subsystems = {
 },
 去掉.
 理论上所有的船我们都可以调出来,只要把上面的"Vgr_Battlecruiser",换成你想要的船就行了,还有就是可以同时加不同的船.所有的船名字如下:
 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
 | 
 |