i thought it would be nice to have 2 beams simultaneously.
Looking at the lost weapons mod, i thought you just have to add another connection to unit_player_ship.
Unfortunatly this has no effect on a started game.
On a new game you just get another slot with the same weapon but you can't fire the 2 at the same time!
What did I miss?
Code: Select all
<?xml version="1.0"?>
<diff>
<add sel="/components/component[@name='unit_player_ship']/connections">
<connection name="conn_primaryweapon_beam2" tags="primary_slot weapon_beam ">
<offset>
<position x="-3.200821" y="-2.346588" z="-4.286943"/>
</offset>
</connection>
</add>
</diff>