Merge pull request #2576 from FlightControl-Master/master-ng

Update TARS.lua
This commit is contained in:
Thomas
2026-04-15 10:29:15 +02:00
committed by GitHub
+6 -2
View File
@@ -180,11 +180,15 @@ TARS_SESSION.debug = false
-- TARS.detectUnits = true -- capture UNIT objects
-- TARS.detectStatics = false -- capture STATIC objects incl. of FARPs
--
-- ### UNIT Filters
-- ### Target UNIT Filters
--
-- TARS.units = { air=false, ground=true, ship=true }
--
-- ### Target UNIT Name Filters
--
-- TARS.targetNameFilter = { enabled = true, keywords = { [coalition.side.BLUE] = { "USA" }, [coalition.side.RED] = { "USSR" },},}
--
-- ### STATIC Filters
-- ### Target STATIC Filters
--
-- TARS.statics = {
-- farps=true,