beach07 wrote:Has anyone had ANY luck with repairing of owned ships? I capped a Rahanas, gave it an Engineer and Captain, bought a construction drone (though I don't know how to give it to the Rahanas). I tried talking to the Engineer while it was assigned to the Rahanas as well as talking to a ship dealer at a shipyard, but no options for repairing were available for either one.
Something I'm missing?
If no construction drone on board, forget it

you cant transfert stuff from the Skunk to other ships (yet).
engineer coupled with construction drones only repair engines and jump drive
everything else (hull, turrets, shields) are repaired at the ship dealer, but thats if your ship can move to the ship dealer with engine not destroyed ^^ In your case you cant do anything but editing save
going at the shipyard if your ship cant move is useless, you will be charged but the ship wont be able to go for repairs
some reading here about repairs in 1.14
http://forum.egosoft.com/viewtopic.php? ... 19#4225519
check my signature for a link to edit your save to add construction drone in your Rahanas
edit : here it is
http://forum.egosoft.com/viewtopic.php?t=350404
the drone you want to add in the code is this one :
<item macro="units_size_xs_welder_drone_macro" amount="10"/>
i put 10 for amount you can change it to whatever you want
After reading the little guide, if you see that you dont have an <ammunition> tag after the end of the </turrets> tag, create it like this :
Code: Select all
<ammunition>
<available>
<item macro="units_size_xs_welder_drone_macro" amount="10"/>
</available>
</ammunition>