X重生人物修改及相關(guān)游戲經(jīng)驗(yàn)
飛船相關(guān)的修改,一是復(fù)雜一些,又不是準(zhǔn)備做MOD,有點(diǎn)懶得搞,二還是復(fù)雜,真要開帖寫怕太監(jiā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" " time="64242.2"/>即可一鍵修復(fù),免去進(jìn)船塢之苦,在這里可以看出開發(fā)小組對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)易
再往下找找,有如下信息
<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è)修改主要用作有些朋友搶了船,卻沒辦法開回來的解決方案
本文導(dǎo)航
- 第1頁: 首頁
- 第2頁: 人物修改
- 第3頁: 防御官
- 第4頁: 勢力關(guān)系
- 第5頁: 飛船相關(guān)修改
查看所有0條評論>>