Strategic Reference Layer – Arma 2

From Bohemia Interactive Community
Jump to navigation Jump to search
(horrible start, but... better than nothing ?)
 
m (Text replacement - "ArmA( |_)2" to "Arma 2")
Line 1: Line 1:
{{Stub}}
{{Stub}}
[[Category:ArmA_2:_Editor_Modules]]
[[Category:Arma 2:_Editor_Modules]]


'''Strategic Reference Layer''' module (also referred as '''SRL''') automatically defines locations given some markers, and store them in its variables.
'''Strategic Reference Layer''' module (also referred as '''SRL''') automatically defines locations given some markers, and store them in its variables.

Revision as of 13:08, 2 May 2020

Template:Stub

Strategic Reference Layer module (also referred as SRL) automatically defines locations given some markers, and store them in its variables.

Initialization

Paths

Editor:

Modules (F7) > Strategic Reference Layer

Data:

ca\modules\strat_layer

Editor setup

  1. Insert marker(s) named BIS_SRL_x - x as a number, starting from 1, numbers must follow, e.g BIS_SRL_1, BIS_SRL_2, etc.

The markers types and colors are used to define the locations type and side.

  • Markers used are the ones from H.Q to Depot.
  • Marker color are used as follow :
    • blue = west
    • red = east
    • green = resistance
    • any other = civilian.


Optional parameters

None.

Get module variables :

_types = BIS_SRL_mainScope getVariable "types"; - pause the detection