missile lauchers are swapped when using builders cockpit

Ask here if you experience technical problems with X Rebirth.

Moderator: Moderators for English X Forum

User avatar
xrook
Posts: 205
Joined: Fri, 31. Jul 15, 01:25

missile lauchers are swapped when using builders cockpit

Post by xrook »

your missile launchers are swapped when using builders cockpit, making it look weird when looking at your ship

unit_ship_player_c_macro

Code: Select all

      <connection ref="weaponconnection3">
        <macro ref="props_wps_rocketlauncher_player_macro" connection="ShipConnection" />
      </connection>
      <connection ref="weaponconnection4">
        <macro ref="props_wps_rocketlauncher_player_02_macro" connection="ShipConnection" />
      </connection>
all other ship macro

Code: Select all

      <connection ref="weaponconnection3">
        <macro ref="props_wps_rocketlauncher_player_02_macro" connection="ShipConnection" />
      </connection>
      <connection ref="weaponconnection4">
        <macro ref="props_wps_rocketlauncher_player_macro" connection="ShipConnection" />
      </connection>
Markus
EGOSOFT
EGOSOFT
Posts: 155
Joined: Wed, 6. Nov 02, 20:31
x4

Post by Markus »

thanks for reporting, fixed in the next release.

Return to “X Rebirth - Technical Support”