Page 1 of 1

Larger convoys

Posted: Sun Jul 23, 2017 3:33 pm
by Disembodied
At the moment, I think, the largest merchant convoys a player is likely to encounter is one large freighter and maybe five escorts. Is this because of how convoys/mothers/escorts work? Is there anything preventing the formation of an occasional larger convoy - say, three merchantmen and a dozen escorts?

Where would larger convoys go? Maybe traders en route to to Anarchy systems might look to team up - but then, maybe there just aren't that many traders travelling to these dangerous systems. Perhaps large convoys would be seen in safer systems, where ships want to defend themselves against occasional pirate raids and where such a large target would be unlikely to attract a swarm of hostiles.

Re: Larger convoys

Posted: Sun Jul 23, 2017 3:40 pm
by Cody
Occasional larger convoys would look good too. I once saw three Anacondas, with six escorts each, all heading in-system in close proximity. Of course, they weren't actually acting as one convoy, but it was quite a sight to behold. A single convoy of that size would make a tough target for bandits.

Re: Larger convoys

Posted: Sun Jul 23, 2017 3:55 pm
by Disembodied
Cody wrote: Sun Jul 23, 2017 3:40 pm
Occasional larger convoys would look good too. I once saw three Anacondas, with six escorts each, all heading in-system in close proximity. Of course, they weren't actually acting as one convoy, but it was quite a sight to behold. A single convoy of that size would make a tough target for bandits.
"Occasional" is the right word … this would mostly just be for the look of the thing, a now-and-again "Look at that!" moment, rather than something which would impact gameplay very much (hence why I think they should probably only show up in safe systems). But a core group of three Annies - or even a Boa and two Pythons - inside a shell of escorts would be something to see. It would also help emphasise the player's lone-wolf (AKA Johnny No-Mates :)) status.

Re: Larger convoys

Posted: Sun Jul 23, 2017 7:08 pm
by gsagostinho
Disembodied wrote:
a core group of three Annies - or even a Boa and two Pythons - inside a shell of escorts would be something to see. It would also help emphasise the player's lone-wolf (AKA Johnny No-Mates :)) status.
I really like these ideas as well! :D

Re: Larger convoys

Posted: Sun Jul 23, 2017 9:22 pm
by Norby
Disembodied wrote: Sun Jul 23, 2017 3:33 pm
Is there anything preventing the formation of an occasional larger convoy - say, three merchantmen and a dozen escorts?
There is a maxEscorts variable which is limited to 16 so it is possible to put even 8 freighters and 8 escorts into a group.

Anaconda currently use the following escort_roles:

Code: Select all

escort_roles = (
        { role = "escort"; min = -2; max = 2; },
        { role = "escort-medium"; min = 0; max = 4; },
        { role = "escort-heavy"; min = -4; max = 2; 
        { role = ""; min = 0; max = 2; } // spare slots for wandering escorts
);
A single leader is a must in a shipGroup, but you can replace the first "escort" role to "trader" and every max to 8 for larger convoys with more freighters.

I also recommend to install Escort Formations for more variety.

Re: Larger convoys

Posted: Sun Jul 30, 2017 7:54 am
by another_commander
With the creation of the Convoys OXP, the discussion continues here: https://bb.oolite.space/viewtopic.php?f=4&t=18941

Re: Lager convoys

Posted: Tue Aug 01, 2017 10:46 pm
by Cody
About these lager convoys - they sound like fun!