It's a translation error we have spoken about via PM.
Ion Disruptor is Cannone a Ioni
Ion Cannon is Ionizzatore Dissecante
I mean, you cannot install the IC onboard a Nova, isn't it?
Thanks.
Cheers, Capux

Moderator: Moderators for English X Forum
Corrected. [link removed] the updated version.The Capux wrote:EDIT: also, the xml saving process sign the Ion Shard Railgun as SS_LASER_ISR, but the correct one is SS_LASER_ESR
Code: Select all
- <fleet>
- <ships>
- <create_ship group="raceGroup" race="argon" typename="SS_SH_P_M7_SPECIAL" warp="1">
- <!-- 3 * Agamemnon -->
<numberofships>3</numberofships>
<ware typename="SS_SHIELD_E" exact="6" />
<ware typename="SS_LASER_PSG" exact="22" />
</create_ship>
</ships>
</fleet>
Code: Select all
<do_all exact="3">
<create_ship group="argonGroup" race="argon" typename="SS_SH_P_M7_SPECIAL" warp="1">
<equipment>
<ware typename="SS_SHIELD_E" exact="6"/>
<ware typename="SS_LASER_PSG" exact="22"/>
</equipment>
</create_ship>
</do_all>
Code: Select all
<position x="-1*{value@fleetDistance}km" y="0" z="0" max="{value@fleetSpacing}km"/>
<sector sector="{player.sector}"/>
<rotation alpha="270deg"/>
<command command="killenemies"/>
Code: Select all
<do_all exact="3">
<create_ship group="argonGroup" race="argon" typename="SS_SH_P_M7_SPECIAL" warp="1">
<position x="-1*{value@fleetDistance}km" y="0" z="0" max="{value@fleetSpacing}km"/>
<sector sector="{player.sector}"/>
<equipment>
<ware typename="SS_SHIELD_E" exact="6"/>
<ware typename="SS_LASER_PSG" exact="22"/>
</equipment>
<rotation alpha="270deg"/>
<command command="killenemies"/>
</create_ship>
</do_all>
Mistaken they were...The Capux wrote:another little bug: Helios can't use Hornet, instead can use Hurricane... Probably you've mistaken using Hor or Hur
Thank you,
Capux
Cpt.Jericho wrote:Is there a reason why the German version can't import fleets anymore?