how do i get my construction ship into devries?
Moderator: Moderators for English X Forum
-
- Posts: 155
- Joined: Sat, 16. Nov 13, 02:13
-
- Posts: 7
- Joined: Thu, 5. Sep 13, 23:36
Re: how do i get my construction ship into devries?
tell it to jump without fuel - click on captains portrait when it comes up on your comms screen, select option #2) - and wait in the same system for 5 - 10 minutes it will eventually jump to your location.DrwHem wrote:they gave me a ship. it has no fuel cells and im not going back into hostile space to get them. is there a way to get my station into devries? if not what should i do with my construction ship?
-
- Posts: 407
- Joined: Thu, 8. Feb 07, 02:37
btw if you have trouble with a ship which was given the order to trade those 300 food but dont trade them, got into the savegame xml and find something like this :
<trade>
<shopping>
<trade id="[0x18d3]" buyer="[0x2545]" ware="foodrations" price="66" amount="300" min="300"/>
</shopping>
</trade>
the id might change
if your not lucky just search for this :
buyer="[0x2545]" ware="foodrations" price="66" amount="300" min="300"/>
you will need to remove all that <trade> block of lines (including the <trade> tags) to be able to give the order successfully again
<trade>
<shopping>
<trade id="[0x18d3]" buyer="[0x2545]" ware="foodrations" price="66" amount="300" min="300"/>
</shopping>
</trade>
the id might change
if your not lucky just search for this :
buyer="[0x2545]" ware="foodrations" price="66" amount="300" min="300"/>
you will need to remove all that <trade> block of lines (including the <trade> tags) to be able to give the order successfully again
-
- Posts: 85
- Joined: Mon, 4. Nov 13, 22:29