Downloaded it. I see nothing wrong with it. Escorts work as they should. I do see that the test script you use for addition is always adding them near the station and that the mother has a route1TraderAI. That AI is supposed to release its escorts near the main station end send them to dock.Killer Wolf wrote:aye, cheers, i'll send you a link tonight.
The lining up in rows is also normal. Ships waiting to dock are send to fixed positions along certain lines radiating from the station. With only a few docking ships you don't see the lines but with the amount of ships you are spawning along the station the lines of waiting ships become recognizable.
NB it is much easier to spawn ships at will using the console than using a script for it. And when using a script, it becomes easier to add a specific role to your ship (e.g. scorpius) and change the scriptlines:
Code: Select all
this.role = "sunskim-trader";
system.legacy_addSystemShips(this.role, this.count, 1.0);
Code: Select all
this.role = "scorpius";
system.legacy_addSystemShips(this.role, this.count, 0.0);