Difference between revisions of "Escort Formations"

From Elite Wiki
(Download)
(Updating BB links)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
[[File:Convoy.png|right|frame|The Convoy formation avoids surprises on the spacelane by placing a fighter group fore and aft of the leader]]
 
[[File:Convoy.png|right|frame|The Convoy formation avoids surprises on the spacelane by placing a fighter group fore and aft of the leader]]
 +
Adds sizeable numbers of traders/pirates travelling in formation to your game.
  
The Escort Formations OXP adds 19 extra escort formations to the game, which will be used by traders and pirates, and can be used by other ships. The escort formations are divided into two categories - offensive formations, usually used by pirates to give a strong attack or to hide their strength - and defensive formations, usually used by traders to give good scanner coverage and avoid pirate ambushes.
+
== Overview ==
 +
Escort Formations adds 19 extra escort formations to the game, which will be used by traders and pirates, and can be used by other ships.
 +
 
 +
The escort formations are divided into two categories - '''offensive''' formations, usually used by pirates to give a strong attack or to hide their strength - and '''defensive''' formations, usually used by traders to give good scanner coverage and avoid pirate ambushes.
  
 
As this breaks up both trader and pirate formations, it can make it slightly more difficult to tell the difference between traders and pirates on the spacelane.
 
As this breaks up both trader and pirate formations, it can make it slightly more difficult to tell the difference between traders and pirates on the spacelane.
  
 
==Download==
 
==Download==
[http://cim.sotl.org.uk/games/files/oolite/Escort_Formations_1.1.oxz Escort Formations 1.1] is the latest version. Install to your AddOns folder in the usual way.
+
[https://cim.sotl.org.uk/games/files/oolite/Escort_Formations_1.1.oxz Escort Formations 1.1] is the latest version. Install to your AddOns folder in the usual way.
  
 
==Technical details==
 
==Technical details==
Line 20: Line 24:
 
To assign a specific formation to a ship
 
To assign a specific formation to a ship
 
  worldScripts["Escort Formations Randomiser"].$setupEscortFormation(ship,formation);
 
  worldScripts["Escort Formations Randomiser"].$setupEscortFormation(ship,formation);
 +
 +
25% of convoys keep the classic V-shape. About a third of the remainder will get "vform" which looks very similar to classic up to 4 escorts, though is distinguishable at 6.
  
 
''formation'' is the name of the formation. The 19 formations available in version 1.1 are:
 
''formation'' is the name of the formation. The 19 formations available in version 1.1 are:
 +
[[File:EscortFormationsArrowhead.png|thumb|right|345px|The Arrowhead formation provides heavy firepower on the initial attack]]
 
* arrowhead
 
* arrowhead
 
* bulge
 
* bulge
Line 43: Line 50:
 
If an unrecognised formation name is given, "vform" will be applied, which is similar, though not identical, to the standard escort formation.
 
If an unrecognised formation name is given, "vform" will be applied, which is similar, though not identical, to the standard escort formation.
  
[[File:EscortFormationsArrowhead.png|345px|The Arrowhead formation provides heavy firepower on the initial attack]]
+
==Change log==
 +
1.2, 1.3: Rustem added the "trigon" formation. v1.3 is now available from the download manager, or here:  https://app.box.com/s/lqdwx8wxg1rf2ioeoygnd5k46y8z8t7y
  
==Change log==
 
 
1.1: Add eight more formations, include some common OXP trader-like roles in the list.
 
1.1: Add eight more formations, include some common OXP trader-like roles in the list.
  
 
1.0: Initial public release
 
1.0: Initial public release
 +
 +
==Links==
 +
*[[Convoys]] also affects the mechanics/behaviour of the convoy ships: Freighters can fly in much larger groups, and introduces better-equipped convoy leaders (worth high bounties if piratical).
 +
*Convoy leaders without bounty label - as convoys, but more realistic (and more dangerous!)
 +
:Each of the above contain an update for this elderly OXP to include the newer AI's which came in with Oolite v.1.80
 +
*[[Freighter Convoys]] - ambience rather than mechanics (no major changes to AI)
  
 
==Quick facts==
 
==Quick facts==
 
{{OXPLevel|1}}{{Infobox OXPb| title = Escort Formations
 
{{OXPLevel|1}}{{Infobox OXPb| title = Escort Formations
|version = 1.1
+
|version = 1.3
|release = 2012-09-02
+
|release = 2023-08-30
 
|license = CC-BY-SA 3.0
 
|license = CC-BY-SA 3.0
 
|features = Escort formations
 
|features = Escort formations
 
|category = Mechanics OXPs
 
|category = Mechanics OXPs
|author = cim
+
|author = cim, Rustem
|feedback = [http://aegidian.org/bb/viewtopic.php?f=4&t=12117 BB-Link]
+
|feedback = [https://bb.oolite.space/viewtopic.php?f=4&t=12117 BB-Link]
 
}}
 
}}

Latest revision as of 02:40, 29 February 2024

The Convoy formation avoids surprises on the spacelane by placing a fighter group fore and aft of the leader

Adds sizeable numbers of traders/pirates travelling in formation to your game.

Overview

Escort Formations adds 19 extra escort formations to the game, which will be used by traders and pirates, and can be used by other ships.

The escort formations are divided into two categories - offensive formations, usually used by pirates to give a strong attack or to hide their strength - and defensive formations, usually used by traders to give good scanner coverage and avoid pirate ambushes.

As this breaks up both trader and pirate formations, it can make it slightly more difficult to tell the difference between traders and pirates on the spacelane.

Download

Escort Formations 1.1 is the latest version. Install to your AddOns folder in the usual way.

Technical details

Only ships with a primary role of trader, pirate, hunter or police (from the core game) or bigTrader, liner, coachwhip or fuelship (from OXPs) will normally be affected by this OXP, and only those ships which are spawned with escorts. Ships which already have their own custom escort formation will not be affected, and some of the remaining eligible ships will keep the standard escort formation.

You can apply the escort formations defined by this OXP to your own ships with other roles by using the following functions: To assign a random offensive formation to a different ship, suited to its escort count

worldScripts["Escort Formations Randomiser"].$setupOffensiveEscorts(ship);

To assign a random defensive formation to a different ship, suited to its escort count

worldScripts["Escort Formations Randomiser"].$setupDefensiveEscorts(ship);

To assign a specific formation to a ship

worldScripts["Escort Formations Randomiser"].$setupEscortFormation(ship,formation);

25% of convoys keep the classic V-shape. About a third of the remainder will get "vform" which looks very similar to classic up to 4 escorts, though is distinguishable at 6.

formation is the name of the formation. The 19 formations available in version 1.1 are:

The Arrowhead formation provides heavy firepower on the initial attack
  • arrowhead
  • bulge
  • combat-spread
  • convoy
  • echelon
  • flank
  • helix
  • near-far
  • octahedron
  • opencolumn
  • planebox
  • pyramid
  • scouting-spread
  • screen
  • trail
  • twistbox
  • vform
  • vwide
  • wave

If an unrecognised formation name is given, "vform" will be applied, which is similar, though not identical, to the standard escort formation.

Change log

1.2, 1.3: Rustem added the "trigon" formation. v1.3 is now available from the download manager, or here: https://app.box.com/s/lqdwx8wxg1rf2ioeoygnd5k46y8z8t7y

1.1: Add eight more formations, include some common OXP trader-like roles in the list.

1.0: Initial public release

Links

  • Convoys also affects the mechanics/behaviour of the convoy ships: Freighters can fly in much larger groups, and introduces better-equipped convoy leaders (worth high bounties if piratical).
  • Convoy leaders without bounty label - as convoys, but more realistic (and more dangerous!)
Each of the above contain an update for this elderly OXP to include the newer AI's which came in with Oolite v.1.80

Quick facts

Levelindicator1.png
1-{{{2}}}
Version Released License Features Category Author(s) Feedback
1.3 2023-08-30 CC-BY-SA 3.0 Escort formations Mechanics OXPs cim, Rustem BB-Link