mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-19 05:36:02 +00:00
Merge pull request #2576 from FlightControl-Master/master-ng
Update TARS.lua
This commit is contained in:
@@ -180,11 +180,15 @@ TARS_SESSION.debug = false
|
|||||||
-- TARS.detectUnits = true -- capture UNIT objects
|
-- TARS.detectUnits = true -- capture UNIT objects
|
||||||
-- TARS.detectStatics = false -- capture STATIC objects incl. of FARPs
|
-- TARS.detectStatics = false -- capture STATIC objects incl. of FARPs
|
||||||
--
|
--
|
||||||
-- ### UNIT Filters
|
-- ### Target UNIT Filters
|
||||||
--
|
--
|
||||||
-- TARS.units = { air=false, ground=true, ship=true }
|
-- TARS.units = { air=false, ground=true, ship=true }
|
||||||
--
|
--
|
||||||
-- ### STATIC Filters
|
-- ### Target UNIT Name Filters
|
||||||
|
--
|
||||||
|
-- TARS.targetNameFilter = { enabled = true, keywords = { [coalition.side.BLUE] = { "USA" }, [coalition.side.RED] = { "USSR" },},}
|
||||||
|
--
|
||||||
|
-- ### Target STATIC Filters
|
||||||
--
|
--
|
||||||
-- TARS.statics = {
|
-- TARS.statics = {
|
||||||
-- farps=true,
|
-- farps=true,
|
||||||
|
|||||||
Reference in New Issue
Block a user