This mod Streloc (Station relocator), has one small set back. When your TL gathers it up and moves it to a new location, the "owned" ships lose their home base.
Can anyone recommend either a different station relocator or can someone look in to altering the station so that the ships don't lose that info?!
Would be very happy if possible.
Streloc
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Posts: 820
- Joined: Mon, 16. Feb 04, 13:08
i think it maybe is possible to correct this problem but it'll require hard work 
most likely the problem occures because the script "kills" your old station and creates a new one with same values. To correct this you would have to find all ships with this station as homebase and reasign them to the new one, this should eat up a lot of resources

most likely the problem occures because the script "kills" your old station and creates a new one with same values. To correct this you would have to find all ships with this station as homebase and reasign them to the new one, this should eat up a lot of resources

-
- Posts: 128
- Joined: Sat, 6. Mar 04, 20:18
yes, that's the problem.
i'm not afraid of the work itself, but the script editor doed not allow access for 'owned ships' directly.
i could either traverse the whole universe to find all owned ships, get all docked ships via sectorobject - both ways not perfect.
i really hope the upcoming 1.4 addresses this by allowing direct access for owned ships. if so, i will fix this, of course.
i'm not afraid of the work itself, but the script editor doed not allow access for 'owned ships' directly.
i could either traverse the whole universe to find all owned ships, get all docked ships via sectorobject - both ways not perfect.
i really hope the upcoming 1.4 addresses this by allowing direct access for owned ships. if so, i will fix this, of course.