That was not a complaint, I actually enjoy the busy stations -- and this allows me to check my e-mail as well! But thanks for the suggestion with the ILS, docking is indeed sometimes quite slow with NPCs so I will definitely check it out.
01:47:01.208 [script.load.notFound]: ***** ERROR: Could not find script file convoysb.js.
I just checked the files, and it seems that the script inside that folder is called convoys.js, not convoysb.js, but the world-scripts.plist calls for a convoysb.js.
@Norby I just found myself in a very laggy situation: a ship sent out a distress signal near a huge police convoy. Suddenly, each and every Viper decided to answer the message at the same time, completely spamming the communication log and also the synthetic voice (I have voice on for comm messages) and and transforming my scanner into a christmas tree. The game went from completely fluid to severely lagged.
Bigger convoys are possible, but there is a core limit of ecorts at 16 ships what a bit hard to step over (need syncing the movement of ship groups in js) which maybe not worth due to cause performance hits and too crowded scanner more often.
Certain ship selection is possible if escorts (including secondary freighters) are added in shipSpawned event. The current solution is plist based where I defined many combinations what I think logical. A flexible solution need additional well-thought rules what you must describe first, then the implementation in js is not too hard.
About Vipers now I tested many times and never got multiple messages, just a single one from the leader. I can imagine only that the leader of the group was destroyed before so others split to individual ships, then all responded to the signal.
About Vipers now I tested many times and never got multiple messages, just a single one from the leader. I can imagine only that the leader of the group was destroyed before so others split to individual ships, then all responded to the signal.
I see, thanks Norby. I will keep an eye if this happens again or if it was just a rare coincidence.
planetary ferry with different escorts
seen several of these shuttle convoys
So i see the convoys are defined in the shipdata.plist, with a maximum of 16 ships per convoy ( 16 hardcoded max ).
One ship is the leader ( boa for example ) other boa's allthough freighters are defined as escorts?
Other freighters in the convoys cannot have escorts of their own ( as they are escorts themselves )
If i want other ship combinations i have to edit the shipdata.plist's,
but what is the difference in defining these for convoys.oxz and freighterconvoys.oxz