您的位置: 單機(jī) > 攻略 > 游戲秘籍 > 攻略詳情

X重生 人物職業(yè)技能修改大全及相關(guān)游戲經(jīng)驗(yàn)總結(jié)

時(shí)間:2013-11-27 21:47:00
  • 來源:3DM論壇—testlook
  • 作者:wuyan
  • 編輯:ChunTian
0

飛船相關(guān)的修改,

放兩個(gè)實(shí)用的大家耍著,有個(gè)別需求的我們個(gè)別解決,也許積累多了,整理一下就開帖了。

查找 owner="player",找到如

<component class="ship_l" macro="units_size_l_kit_hybrid_02_macro" connection="space" attacker="[0x1331]" attackmethod="hitbymissile" attacktime="64231.8" owner="player" knownto="player" id="[0xa170]">

再往下慢慢找,找到

<hull min="65000" value="1.20938e+006" time="64242.2"/>

<source class="script"/>

<shields>

<summary state="collapsed" connection="connection_shieldgen01"/>

<summary state="collapsed" connection="connection_shieldgen01"/>

</shields>

<turrets>

<summary state="collapsed" connection="connection_turret_small_mg04"/>

<summary state="collapsed" connection="connection_turret_small_mg01"/>

<summary state="collapsed" connection="connection_turret_small_mg03"/>

<summary state="collapsed" connection="connection_turret_small_mg02"/>

<summary state="collapsed" connection="connection_turret_small_mg04"/>

<summary state="collapsed" connection="connection_turret_small_mg01"/>

<summary state="collapsed" connection="connection_turret_small_mg03"/>

<summary state="collapsed" connection="connection_turret_small_mg02"/>

</turrets>

<surface>

<summary state="collapsed" connection="connectionfor_units_size_l_carrier_kit_extender1_b"/>

<summary state="collapsed" connection="connectionfor_units_size_l_carrier_kit_extender2_d"/>

</surface>

<ammunition>

<available>

<item macro="units_size_xs_welder_drone_macro" amount="25"/>

<item macro="units_size_xs_transp_empty_macro" amount="50"/>

</available>

</ammunition>

<trade>

<shopping>

<trade id="[0x8e2]" seller="[0xa8cd]" ware="bioopticwiring" price="2249" amount="600" min="600"/>

<trade id="[0x8e3]" seller="[0x99c9]" ware="reinforcedmetalplating" price="5126" amount="1200" min="1200"/>

<trade id="[0x8e4]" seller="[0xe1d0]" ware="fusionreactor" price="30795" amount="300" min="300"/>

</shopping>

</trade>

<hull min="65000" value="1.20938e+006" time="64242.2"/> 是船體的值,直接改成 <hull min="65000"/>即可一鍵修復(fù),免去進(jìn)船塢之苦,在這里可以看出開發(fā)小組對(duì)bug的憂慮,即沒有發(fā)生什么就是好事

<item macro="units_size_xs_welder_drone_macro" amount="25"/> 是工程無人機(jī)的數(shù)量

<item macro="units_size_xs_transp_empty_macro" amount="50"/> 是貨運(yùn)無人機(jī)的數(shù)量

<trade id="[0x8e2]" seller="[0xa8cd]" ware="bioopticwiring" price="2249" amount="600" min="600"/>

是已發(fā)生未完成的貿(mào)易,要是卡貿(mào)易了可以嘗試干掉第一行,繼續(xù)下面的貿(mào)易,比如<!--<trade id="[0x8e2]" seller="[0xa8cd]" ware="bioopticwiring" price="2249" amount="600" min="600"/>-->

<trade id="[0x8e2]" seller="[0x99c9]" ware="reinforcedmetalplating" price="5126" amount="1200" min="1200"/>

<trade id="[0x8e3]" seller="[0xe1d0]" ware="fusionreactor" price="30795" amount="300" min="300"/>

再往下找找,有如下信息

<connection connection="connection_storage03" macro="connection_storage03">

<component class="storage" macro="storage_ship_l_container_02_macro" connection="shipconnection" id="[0xa173]">

<cargo>

<summary state="collapsed" connection="cargo">

<ware ware="dumbfireturret" amount="10"/>

<ware ware="shieldgenerator" amount="39"/>

<ware ware="plasmaturret" amount="30"/>

<ware ware="machinegunturret" amount="72"/>

</summary>

</cargo>

<connections/>

</component>

</connection>

<connection connection="connection_storage02" macro="connection_storage02">

<component class="storage" macro="storage_ship_l_energy_02_macro" connection="shipconnection" id="[0xa174]">

<cargo>

<summary state="collapsed" connection="cargo"/>

</cargo>

<connections/>

</component>

</connection>

<connection connection="connection_storage01" macro="connection_storage01">

<component class="storage" macro="storage_ship_l_fuel_01_macro" connection="shipconnection" id="[0xa175]">

<offset>

<position z="-6.07544"/>

</offset>

<cargo>

<summary state="collapsed" connection="cargo">

<ware ware="fuelcells" amount="1950"/>

</summary>

</cargo>

<connections/>

</component>

</connection>

這些是貨船的貨存狀態(tài),這艘是一開始的那艘貨船,在第一次穿越星門后丟失了,我為了完成300食物的任務(wù)又把丫原地復(fù)活了...

<connection connection="connection_storage01" macro="connection_storage01">

<component class="storage" macro="storage_ship_l_fuel_01_macro" connection="shipconnection" id="[0xa175]">

這是第一個(gè)貨艙,燃料貨艙

<offset>

<position z="-6.07544"/>

</offset>

不去管

<cargo>

<summary state="collapsed" connection="cargo">

<ware ware="fuelcells" amount="1950"/>

</summary>

</cargo>

是當(dāng)前燃料塊數(shù),跳躍用,推薦為2400,每次跳躍花費(fèi)100燃料塊,燃料艙容積10000立方米,每塊燃料塊4立方米,所以最多能放下2500

<connection connection="connection_storage02" macro="connection_storage02">

<component class="storage" macro="storage_ship_l_energy_02_macro" connection="shipconnection" id="[0xa174]">

第二個(gè)貨艙,能量艙

改的時(shí)候,注意<summary state="collapsed" connection="cargo"/>,要改成<summary state="collapsed" connection="cargo">...</summary>

<connection connection="connection_storage03" macro="connection_storage03">

<component class="storage" macro="storage_ship_l_container_02_macro" connection="shipconnection" id="[0xa173]">

第三個(gè)貨艙,集裝箱艙

如果你把燃料塊刷在集裝箱里了,我可以保證你的艦長守著一大堆燃料塊在那里使勁叫喚沒燃料

這幾個(gè)修改主要用作有些朋友搶了船,卻沒辦法開回來的解決方案,X重生

X重生 人物職業(yè)技能修改大全及相關(guān)游戲經(jīng)驗(yàn)總結(jié) X重生怎么修改人物職業(yè)技能

點(diǎn)擊進(jìn)入3DM《X重生》游戲論壇專區(qū)

友情提示:支持鍵盤左右鍵"←""→"翻頁
8.9
已有2人評(píng)分 您還未評(píng)分!
  • 類型:模擬經(jīng)營
  • 發(fā)行:Deep Silver
  • 發(fā)售:2013-11-15
  • 開發(fā):Tri Synergy
  • 語言:簡中 | 英文
  • 平臺(tái):PC
  • 標(biāo)簽:科幻,太空

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

收藏
違法和不良信息舉報(bào)
分享:

熱門評(píng)論

全部評(píng)論

3DM自運(yùn)營游戲推薦 更多+