Jump to content

Recommended Posts

Posted
I just wanted to say a big thank you for taking the time to create MOOSE and

also for taking the time to create tutorials for use newbs to learn from

 

Tutorial #1, gave me enough to get what I wanted done

 

Our messages crossed, funny.

Anyway, have a look at what I wrote. It may help you further.

 

Good luck! And let us know how it goes.

[TABLE][sIGPIC][/sIGPIC]|

[/TABLE]

Posted (edited)
Our messages crossed, funny.

Anyway, have a look at what I wrote. It may help you further.

 

Good luck! And let us know how it goes.

 

ok quick question

 

if a GCI red group survives a dog fight returns to base is it supposed to de-spawn ?

 

2nd question

 

Is is possible to have CAP zones eg 3 of them without having a border (hot war?)

Edited by Johnny_Rico

METAR weather for DCS World missions

 

Guide to help out new DCS MOOSE Users -> HERE

Havoc Company Dedicated server info Connect IP: 94.23.215.203

SRS enabled - freqs - Main = 243, A2A = 244, A2G = 245

Please contact me HERE if you have any server feedback or METAR issues/requests

Posted
ok quick question

 

if a GCI red group survives a dog fight returns to base is it supposed to de-spawn ?

 

YEP

 

http://flightcontrol-master.github.io/MOOSE/Documentation/AI_A2A_Dispatcher.html##(AI_A2A_DISPATCHER).SetDefaultLanding

[TABLE][sIGPIC][/sIGPIC]|

[/TABLE]

Posted

I am must doing something wrong because they land park and sit there

 

2nd question

 

Is is possible to have CAP zones eg 3 of them without having a border (hot war?)

METAR weather for DCS World missions

 

Guide to help out new DCS MOOSE Users -> HERE

Havoc Company Dedicated server info Connect IP: 94.23.215.203

SRS enabled - freqs - Main = 243, A2A = 244, A2G = 245

Please contact me HERE if you have any server feedback or METAR issues/requests

Posted (edited)

@All,

 

Done some important fixes on AI_A2A_GCICAP.

 

 

  • Fixed returning planes when landing not to despawn when using AI_A2A_GCICAP. Now planes will also despawn when the landing setting is LandingAtRunway or LandingAfterEngineShutdown.
  • Fixed problem with route path in dcs 2.1.1 when planes takeoff from runway or parking spot. Planes would just take off and return landing. This is fixed now.

Please download the new version of Moose.lua to incorporate these fixes.

 

 

https://github.com/FlightControl-Master/MOOSE/releases

 

 

FC

Edited by FlightControl

[TABLE][sIGPIC][/sIGPIC]|

[/TABLE]

Posted

Added some function requested by Invisibull (see requests on github issues list).

 

  • Added method :SetDefaultFuelTreshold( FuelTreshold ) in AI_A2A_DISPATCHER and AI_A2A_GCICAP.
  • Added method :SetDefaultDamageTreshold( DamageTreshold ) in AI_A2A_DISPATCHER and AI_A2A_GCICAP.

These allow to make the AI return when a certain fuel treshold has been reached or when a plane is x% damaged.

 

Very useful methods to fine-tune the defense system.

 

 

Find in the documentation in Chapter 10.

 

 

 

A fuel treshold demonstration mission has been added.

 

 

Please download the new version of Moose.lua to incorporate these fixes.

 

 

https://github.com/FlightControl-Master/MOOSE/releases

 

 

FC

[TABLE][sIGPIC][/sIGPIC]|

[/TABLE]

Posted

Hi,

 

Added a new couple of methods upon request of Sierra99:

 

  • Added method :SetDefaultCapTimeInterval( CapMinSeconds, CapMaxSeconds) for AI_A2A_DISPATCHER and AI_A2A_GCICAP.

 

  • Added method :SetDefaultCapLimit( CapLimit ) for AI_A2A_DISPATCHER and AI_A2A_GCICAP.

 

  • Corrected spelling mistake in :SetDefaultDamageTreshold( DamageTreshold ). Renamed to :SetDefaultDamageThreshold( DamageThreshold ). Actually renamed every wrong spelled Treshold word into Threshold, also in the documentation.

 

 

This will provide more flexibility to set the defaults for spawning new CAP over all squadrons. However please be noted that the SetSquadronCapInterval method configures for a specific squadron a time interval.

 

 

Examples are documented in chapter 10.7 and 10.8 in the documentation... Follow the links of the methods highlighted and explained.

 

 

10.7. Default CAP Time Interval.

 

CAP is time driven, and will evaluate in random time intervals if a new CAP needs to be spawned. The default CAP time interval is between 180 and 600 seconds.

Use the method AI_A2_ADISPATCHER.SetDefaultCapTimeInterval() to set the default CAP time interval of spawned airplanes for all squadrons.

Note that you can still change the CAP limit and CAP time intervals for each CAP individually using the AI_A2A_DISPATCHER.SetSquadronCapTimeInterval() method.

10.8. Default CAP limit.

 

Multiple CAP can be airborne at the same time for one squadron, which is controlled by the CAP limit. The default CAP limit is 1 CAP per squadron to be airborne at the same time. Note that the default CAP limit is used when a Squadron CAP is defined, and cannot be changed afterwards. So, ensure that you set the default CAP limit before you spawn the Squadron CAP.

Use the method AI_A2A_DISPATCHER.SetDefaultCapTimeInterval() to set the default CAP time interval of spawned airplanes for all squadrons.

Note that you can still change the CAP limit and CAP time intervals for each CAP individually using the AI_A2A_DISPATCHER.SetSquadronCapTimeInterval() method.

 

 

I also did a fix of a spelling mistake upon the advise of Invisiblebull. It is Threshold, not Treshold.

 

 

Mission AID-012 has been added to demonstrate the default CAP timing ...

 

 

Download the new Moose.lua here for use within your missions:

https://github.com/FlightControl-Master/MOOSE/releases

 

 

 

FC.

[TABLE][sIGPIC][/sIGPIC]|

[/TABLE]

Posted

New additi

 

Hi,

 

Added a new couple of methods upon request of the moose community:

 

  • Added method :SetIntercept( InterceptDelay ) for AI_A2A_DISPATCHER and AI_A2A_GCICAP.
  • DETECTION_ classes can now also calculate the intercept point.
  • Added method :SetDisengageRadius( DisengageRadius ) method for AI_A2A_DISPATCHER and AI_A2A_GCICAP.

 

See here

for the intercept point calculation.

 

See here

for the disengage radius.

 

 

Download the new Moose.lua here for use within your missions:

https://github.com/FlightControl-Master/MOOSE/releases

 

 

 

FC.

[TABLE][sIGPIC][/sIGPIC]|

[/TABLE]

Posted (edited)

tried it out and its great dude, going for 3 next lol

 

it is not possible to have a marker (trigger) on the map and get them to spawn over it instead of an airport ?

Edited by Johnny_Rico

METAR weather for DCS World missions

 

Guide to help out new DCS MOOSE Users -> HERE

Havoc Company Dedicated server info Connect IP: 94.23.215.203

SRS enabled - freqs - Main = 243, A2A = 244, A2G = 245

Please contact me HERE if you have any server feedback or METAR issues/requests

Posted

it is not possible to have a marker (trigger) on the map and get them to spawn over it instead of an airport ?

 

You mean, to define an other spawn location than an airport?

Is this an urgent requirement? It is doable, but need to think a bit about the module, because squadrons are linked to airports.

 

Maybe register your requirement here:

 

https://github.com/FlightControl-Master/MOOSE/issues

 

Note that the page is about "issues", but these are not all issues, but also requirements, enhancements etc... There are flags on which you can filter.

[TABLE][sIGPIC][/sIGPIC]|

[/TABLE]

Posted

Done a couple of more fixes and optimizations.

 

 

  • Fixed a problem with grouping. Now the required amount of groups are spawned.
  • When a Disengage range is reached, the planes go on hold for a while and orbit.
  • Improved the tactical display panel showing now also fuel and damage status of each defender.
  • Apply randomization at start for schedules. This is a core change.

You can download the new moose.lua from:

 

https://github.com/FlightControl-Master/MOOSE/releases

 

 

FC

[TABLE][sIGPIC][/sIGPIC]|

[/TABLE]

Posted

Hi Flight, thanks for another update will grab it later and integrate into my mission

 

Quick questions

 

1. If I use the basic create CGI with border command eg:

GCICAP_Red = AI_A2A_GCICAP:NewWithBorder("EWR Red", "Squadron Red", "BORDER Red", { "CAP Red 1", "CAP Red 2" }, 6)

 

What speed / alt should I expect the fighters to fly at ?

 

2. using ww2 planes , noticed one went off for a wee flight all by itself but could not figure why we was going to a joy ride over the mountains (he ranged pretty far in a P51)

 

 

By the way got 4 GCICAP working pretty well for 4 different zones for various pilot to use, this is a great system

I thank you for your efforts

METAR weather for DCS World missions

 

Guide to help out new DCS MOOSE Users -> HERE

Havoc Company Dedicated server info Connect IP: 94.23.215.203

SRS enabled - freqs - Main = 243, A2A = 244, A2G = 245

Please contact me HERE if you have any server feedback or METAR issues/requests

Posted

Getting a DCS crash a couple of minutes after the first engagements.

This is the moose setup:

BLUE_A2A_GCICAP = AI_A2A_GCICAP:New( { "blue ewr" }, { } )

RED_A2A_GCICAP = AI_A2A_GCICAP:New( { "red ewr" }, { } )

 

RED_A2A_GCICAP:SetSquadron("Kobuleti_cap", "Kobuleti", "mig29cap", 4)

RED_A2A_GCICAP:SetSquadronGci( "Kobuleti_cap", 900, 1200 )

RED_A2A_GCICAP:SetSquadronCap( "Kobuleti_cap", ZONE:New( "Kobuleti_cap_zone" ), 4000, 10000, 700, 900, 800, 1100 )

RED_A2A_GCICAP:SetSquadronCapInterval( "Kobuleti_cap", 1, 30, 60, 1 )

RED_A2A_GCICAP:SetSquadronOverhead( "Kobuleti_cap", 1.5 )

RED_A2A_GCICAP:SetSquadronGrouping( "Kobuleti_cap", 2 )

RED_A2A_GCICAP:SetSquadronTakeoffFromRunway( "Kobuleti_cap" )

RED_A2A_GCICAP:SetSquadronLandingAtEngineShutdown("Kobuleti_cap")

 

BLUE_A2A_GCICAP:SetSquadron("Batumi_cap", "Batumi", "f16cap", 4)

BLUE_A2A_GCICAP:SetSquadronGci( "Batumi_cap", 900, 1200 )

BLUE_A2A_GCICAP:SetSquadronCap( "Batumi_cap", ZONE:New( "Batumi_cap_zone" ), 4000, 10000, 700, 900, 800, 1100 )

BLUE_A2A_GCICAP:SetSquadronCapInterval( "Batumi_cap", 1, 30, 60, 1 )

BLUE_A2A_GCICAP:SetSquadronOverhead( "Batumi_cap", 1.5 )

BLUE_A2A_GCICAP:SetSquadronGrouping( "Batumi_cap", 2 )

BLUE_A2A_GCICAP:SetSquadronTakeoffFromRunway( "Batumi_cap" )

BLUE_A2A_GCICAP:SetSquadronLandingAtEngineShutdown("Batumi_cap")

 

BLUE_A2A_GCICAP:SetTacticalDisplay( true )

RED_A2A_GCICAP:SetTacticalDisplay( true )

Last part of the logfile

 

00112.777 WARNING LOG: 1 duplicate message(s) skipped.
00112.777 INFO    SCRIPTING:   5423(    13)/E:               EVENT00000.onEvent({[1]="S_EVENT_SHOT",[2]={["id"]=1,["weapon"]={["id_"]=16786176,},["time"]=43508.061,["initiator"]={["id_"]=16778752,},},})
00112.869 INFO    SCRIPTING:  49403(    -1)/E:       AI_A2A_GCICAP00076.function(onafterReport)
00112.869 INFO    SCRIPTING:   9712( 40422)/E:            SET_UNIT00734.Flush({[1]="Objects in Set:",[2]="mig29cap#001-01, ",})
00112.870 INFO    SCRIPTING:  49403(    -1)/E:       AI_A2A_GCICAP00088.function(onafterReport)
00112.870 INFO    SCRIPTING:   9712( 40422)/E:            SET_UNIT00755.Flush({[1]="Objects in Set:",[2]="f16cap#001-02, f16cap#001-01, ",})
00112.870 INFO    SCRIPTING:   8562(  8454)/E:            DATABASE00003._RegisterGroupTemplate({[1]="Group",[2]="mig29cap#002",[3]="Coalition",[4]=1,[5]="Category",[6]=0,[7]="Country",[8]=0,[9]="Units",[10]="mig29cap#002-01",[11]="mig29cap#002-02",})
00112.874 INFO    SCRIPTING:   8401(  8465)/E:            DATABASE00003.AddGroup({[1]="Add GROUP:",[2]="mig29cap#002",})
00112.878 INFO    SCRIPTING:   5266(    13)/E:               EVENT00000.onEvent({[1]="S_EVENT_BIRTH",[2]={["IniUnit"]={["ClassName"]="UNIT",["UnitName"]="mig29cap#002-01",},["place"]={["id_"]=5000026,},["IniUnitName"]="mig29cap#002-01",["time"]=0,["IniGroup"]={["GroupName"]="mig29cap#002",["Takeoff"]={["Air"]=1,["Hot"]=3,["Runway"]=2,["Cold"]=4,},["ClassName"]="GROUP",},["IniDCSGroupName"]="mig29cap#002",["IniCoalition"]=1,["id"]=15,["IniObjectCategory"]=1,["IniTypeName"]="MiG-29S",["subPlace"]=4,["IniCategory"]=0,["IniGroupName"]="mig29cap#002",["initiator"]={["id_"]=16786688,},["IniDCSUnitName"]="mig29cap#002-01",["IniDCSUnit"]=,["IniDCSGroup"]={["id_"]=1000006,},},[3]="mig29cap#002-01",[5]=1,})
00112.878 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="DATABASE#000000003",})
00112.878 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="SET_GROUP#000000072",})
00112.878 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="SET_GROUP#000000084",})
00112.878 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="SPAWN#000000137",})
00112.878 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="SPAWN#000000134",})
00112.882 INFO    SCRIPTING:   5266(    13)/E:               EVENT00000.onEvent({[1]="S_EVENT_BIRTH",[2]={["IniUnit"]={["ClassName"]="UNIT",["UnitName"]="mig29cap#002-02",},["place"]={["id_"]=5000026,},["IniUnitName"]="mig29cap#002-02",["time"]=0,["IniGroup"]={["GroupName"]="mig29cap#002",["Takeoff"]={["Air"]=1,["Hot"]=3,["Runway"]=2,["Cold"]=4,},["ClassName"]="GROUP",},["IniDCSGroupName"]="mig29cap#002",["IniCoalition"]=1,["id"]=15,["IniObjectCategory"]=1,["IniTypeName"]="MiG-29S",["subPlace"]=4,["IniCategory"]=0,["IniGroupName"]="mig29cap#002",["initiator"]={["id_"]=16786944,},["IniDCSUnitName"]="mig29cap#002-02",["IniDCSUnit"]=,["IniDCSGroup"]={["id_"]=1000006,},},[3]="mig29cap#002-02",[5]=1,})
00112.882 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="DATABASE#000000003",})
00112.882 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="SET_GROUP#000000072",})
00112.882 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="SET_GROUP#000000084",})
00112.882 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="SPAWN#000000137",})
00112.882 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="SPAWN#000000134",})
00112.888 INFO    SCRIPTING:   5423(    13)/E:               EVENT00000.onEvent({[1]="S_EVENT_ENGINE_STARTUP",[2]={["subPlace"]=0,["time"]=43509.101,["initiator"]={["id_"]=16786688,},["place"]={["id_"]=5000026,},["id"]=17,},})
00112.888 INFO    SCRIPTING:   5423(    13)/E:               EVENT00000.onEvent({[1]="S_EVENT_ENGINE_STARTUP",[2]={["subPlace"]=0,["time"]=43509.101,["initiator"]={["id_"]=16786944,},["place"]={["id_"]=5000026,},["id"]=17,},})
00112.892 INFO    SCRIPTING:  32324(    -1)/E:     DETECTION_AREAS00074.function({[1]="Detecting",[2]="Detect",[3]="Detecting",})
00112.892 INFO    SCRIPTING:  32324(    -1)/E:     DETECTION_AREAS00086.function({[1]="Detecting",[2]="Detect",[3]="Detecting",})
00112.913 INFO    SCRIPTING:  32347(    -1)/E:     DETECTION_AREAS00074.function({[1]="Detecting",[2]="DetectionGroup",[3]="Detecting",})
00112.913 INFO    SCRIPTING:  32347(    -1)/E:     DETECTION_AREAS00086.function({[1]="Detecting",[2]="DetectionGroup",[3]="Detecting",})
00113.275 INFO    SCRIPTING:   5423(    13)/E:               EVENT00000.onEvent({[1]="S_EVENT_HIT",[2]={["time"]=43513.031,["initiator"]={["id_"]=16778496,},["target"]={["id_"]=16779008,},["id"]=2,["weapon"]={["id_"]=16783360,},},})
00113.277 INFO    SCRIPTING:   5266(    13)/E:               EVENT00000.onEvent({[1]="S_EVENT_PILOT_DEAD",[2]={["IniUnit"]={["ClassName"]="UNIT",["UnitName"]="mig29cap#001-01",},["IniCoalition"]=1,["initiator"]={["id_"]=16779008,},["id"]=9,["IniTypeName"]="MiG-29S",["IniObjectCategory"]=1,["IniUnitName"]="mig29cap#001-01",["IniCategory"]=0,["IniGroupName"]="mig29cap#001",["time"]=43513.031,["IniDCSGroup"]={["id_"]=1000003,},["IniGroup"]={["GroupName"]="mig29cap#001",["Takeoff"]={["Air"]=1,["Hot"]=3,["Runway"]=2,["Cold"]=4,},["ClassName"]="GROUP",},["IniDCSUnitName"]="mig29cap#001-01",["IniDCSUnit"]=,["IniDCSGroupName"]="mig29cap#001",},[3]="mig29cap#001-01",[5]=1,})
00113.277 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="AI_A2A_CAP#000000160",})
00113.277 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="AI_A2A_CAP#000000180",})
00113.277 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="AI_A2A_GCI#000001149",})
00113.278 INFO    SCRIPTING:   5266(    13)/E:               EVENT00000.onEvent({[1]="S_EVENT_ENGINE_SHUTDOWN",[2]={["IniUnit"]={["ClassName"]="UNIT",["UnitName"]="mig29cap#001-01",},["IniCoalition"]=1,["initiator"]={["id_"]=16779008,},["id"]=18,["IniTypeName"]="MiG-29S",["IniObjectCategory"]=1,["IniUnitName"]="mig29cap#001-01",["IniCategory"]=0,["IniGroupName"]="mig29cap#001",["time"]=43513.041,["IniDCSGroup"]={["id_"]=1000003,},["IniGroup"]={["GroupName"]="mig29cap#001",["Takeoff"]={["Air"]=1,["Hot"]=3,["Runway"]=2,["Cold"]=4,},["ClassName"]="GROUP",},["IniDCSUnitName"]="mig29cap#001-01",["IniDCSUnit"]=,["IniDCSGroupName"]="mig29cap#001",},[3]="mig29cap#001-01",[5]=1,})
00113.278 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="AI_A2A_GCICAP#000000076",})
00113.278 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="AI_A2A_DISPATCHER#000000076",})
00113.278 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="AI_A2A_GCICAP#000000088",})
00113.278 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="AI_A2A_DISPATCHER#000000088",})
00113.278 INFO    SCRIPTING:  37147(     1)/E:               GROUP00150.AttackRoute({[1]="AI_A2A_CAP.AttackRoute:",[2]="f16cap#001",})
00113.336 INFO    SCRIPTING:  37251(    -1)/E:          AI_A2A_CAP00160.function(No targets found -> Going back to Patrolling)
00113.654 INFO    DCS: AWACSDBG: added id - 16786944, whois - MiG-29S mig29cap#002-02
00113.973 INFO    DCS: AWACSDBG: removed id - 16778496, whois - F-16C bl.52d f16cap#001-01
00114.378 INFO    SCRIPTING:   8562(  8454)/E:            DATABASE00003._RegisterGroupTemplate({[1]="Group",[2]="mig29cap#003",[3]="Coalition",[4]=1,[5]="Category",[6]=0,[7]="Country",[8]=0,[9]="Units",[10]="mig29cap#003-01",[11]="mig29cap#003-02",})
00114.381 INFO    SCRIPTING:   8401(  8465)/E:            DATABASE00003.AddGroup({[1]="Add GROUP:",[2]="mig29cap#003",})
00114.644 INFO    DCS: AWACSDBG: removed id - 16779008, whois - MiG-29S mig29cap#001-01
00115.633 WARNING LOG: 1 duplicate message(s) skipped.
00115.633 INFO    DCS: AWACSDBG: added id - 16786688, whois - MiG-29S mig29cap#002-01
00115.881 INFO    SCRIPTING:  49403(    -1)/E:       AI_A2A_GCICAP00076.function(onafterReport)
00115.881 INFO    SCRIPTING:  49403(    -1)/E:       AI_A2A_GCICAP00088.function(onafterReport)
00115.882 INFO    SCRIPTING:   9712( 40422)/E:            SET_UNIT00755.Flush({[1]="Objects in Set:",[2]="f16cap#001-02, f16cap#001-01, ",})
00115.919 INFO    SCRIPTING:  32324(    -1)/E:     DETECTION_AREAS00074.function({[1]="Detecting",[2]="Detect",[3]="Detecting",})
00115.919 INFO    SCRIPTING:  32324(    -1)/E:     DETECTION_AREAS00086.function({[1]="Detecting",[2]="Detect",[3]="Detecting",})
00115.941 INFO    SCRIPTING:  32347(    -1)/E:     DETECTION_AREAS00074.function({[1]="Detecting",[2]="DetectionGroup",[3]="Detecting",})
00115.942 INFO    SCRIPTING:  32347(    -1)/E:     DETECTION_AREAS00086.function({[1]="Detecting",[2]="DetectionGroup",[3]="Detecting",})
00116.872 INFO    SCRIPTING:   5423(    13)/E:               EVENT00000.onEvent({[1]="S_EVENT_TAKEOFF",[2]={["subPlace"]=0,["time"]=43549.001,["initiator"]={["id_"]=16786688,},["place"]={["id_"]=5000026,},["id"]=3,},})
00116.932 INFO    DCS: AWACSDBG: removed id - 16778752, whois - F-16C bl.52d f16cap#001-02
00116.981 INFO    SCRIPTING:   5423(    13)/E:               EVENT00000.onEvent({[1]="S_EVENT_TAKEOFF",[2]={["subPlace"]=0,["time"]=43550.101,["initiator"]={["id_"]=16786944,},["place"]={["id_"]=5000026,},["id"]=3,},})
00117.041 INFO    DCS: AWACSDBG: added id - 16778496, whois - F-16C bl.52d f16cap#001-01
00118.050 INFO    SCRIPTING:  37605(     1)/E:               GROUP01139.InterceptRoute({[1]="AI_A2A_GCI.InterceptRoute:",[2]="mig29cap#002",})
00118.891 INFO    SCRIPTING:  49403(    -1)/E:       AI_A2A_GCICAP00076.function(onafterReport)
00118.891 INFO    SCRIPTING:  49403(    -1)/E:       AI_A2A_GCICAP00088.function(onafterReport)
00118.891 INFO    SCRIPTING:   9712( 40422)/E:            SET_UNIT00755.Flush({[1]="Objects in Set:",[2]="f16cap#001-02, f16cap#001-01, ",})
00118.922 INFO    SCRIPTING:   5266(    13)/E:               EVENT00000.onEvent({[1]="S_EVENT_BIRTH",[2]={["IniUnit"]={["ClassName"]="UNIT",["UnitName"]="mig29cap#003-01",},["place"]={["id_"]=5000026,},["IniUnitName"]="mig29cap#003-01",["time"]=0,["IniGroup"]={["GroupName"]="mig29cap#003",["Takeoff"]={["Air"]=1,["Hot"]=3,["Runway"]=2,["Cold"]=4,},["ClassName"]="GROUP",},["IniDCSGroupName"]="mig29cap#003",["IniCoalition"]=1,["id"]=15,["IniObjectCategory"]=1,["IniTypeName"]="MiG-29S",["subPlace"]=4,["IniCategory"]=0,["IniGroupName"]="mig29cap#003",["initiator"]={["id_"]=16790528,},["IniDCSUnitName"]="mig29cap#003-01",["IniDCSUnit"]=,["IniDCSGroup"]={["id_"]=1000009,},},[3]="mig29cap#003-01",[5]=1,})
00118.922 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="DATABASE#000000003",})
00118.922 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="SET_GROUP#000000072",})
00118.922 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="SET_GROUP#000000084",})
00118.922 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="SPAWN#000000137",})
00118.922 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="SPAWN#000000134",})
00118.925 INFO    SCRIPTING:   5266(    13)/E:               EVENT00000.onEvent({[1]="S_EVENT_BIRTH",[2]={["IniUnit"]={["ClassName"]="UNIT",["UnitName"]="mig29cap#003-02",},["place"]={["id_"]=5000026,},["IniUnitName"]="mig29cap#003-02",["time"]=0,["IniGroup"]={["GroupName"]="mig29cap#003",["Takeoff"]={["Air"]=1,["Hot"]=3,["Runway"]=2,["Cold"]=4,},["ClassName"]="GROUP",},["IniDCSGroupName"]="mig29cap#003",["IniCoalition"]=1,["id"]=15,["IniObjectCategory"]=1,["IniTypeName"]="MiG-29S",["subPlace"]=4,["IniCategory"]=0,["IniGroupName"]="mig29cap#003",["initiator"]={["id_"]=16790784,},["IniDCSUnitName"]="mig29cap#003-02",["IniDCSUnit"]=,["IniDCSGroup"]={["id_"]=1000009,},},[3]="mig29cap#003-02",[5]=1,})
00118.925 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="DATABASE#000000003",})
00118.925 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="SET_GROUP#000000072",})
00118.925 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="SET_GROUP#000000084",})
00118.925 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="SPAWN#000000137",})
00118.925 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="SPAWN#000000134",})
00118.930 INFO    SCRIPTING:   5423(    13)/E:               EVENT00000.onEvent({[1]="S_EVENT_ENGINE_STARTUP",[2]={["subPlace"]=0,["time"]=43569.561,["initiator"]={["id_"]=16790528,},["place"]={["id_"]=5000026,},["id"]=17,},})
00118.931 INFO    SCRIPTING:   5423(    13)/E:               EVENT00000.onEvent({[1]="S_EVENT_ENGINE_STARTUP",[2]={["subPlace"]=0,["time"]=43569.561,["initiator"]={["id_"]=16790784,},["place"]={["id_"]=5000026,},["id"]=17,},})
00118.950 INFO    SCRIPTING:  32324(    -1)/E:     DETECTION_AREAS00074.function({[1]="Detecting",[2]="Detect",[3]="Detecting",})
00118.950 INFO    SCRIPTING:  32324(    -1)/E:     DETECTION_AREAS00086.function({[1]="Detecting",[2]="Detect",[3]="Detecting",})
00118.973 INFO    SCRIPTING:  32347(    -1)/E:     DETECTION_AREAS00074.function({[1]="Detecting",[2]="DetectionGroup",[3]="Detecting",})
00118.974 INFO    SCRIPTING:  32347(    -1)/E:     DETECTION_AREAS00086.function({[1]="Detecting",[2]="DetectionGroup",[3]="Detecting",})
00119.063 INFO    DCS: AWACSDBG: added id - 16778752, whois - F-16C bl.52d f16cap#001-02
00119.132 INFO    DCS: AWACSDBG: added id - 16786944, whois - MiG-29S mig29cap#002-02
00119.652 INFO    DCS: AWACSDBG: added id - 16790784, whois - MiG-29S mig29cap#003-02
00120.134 INFO    DCS: AWACSDBG: added id - 16786688, whois - MiG-29S mig29cap#002-01
00121.633 INFO    DCS: AWACSDBG: added id - 16790528, whois - MiG-29S mig29cap#003-01
00121.654 INFO    DCS: AWACSDBG: removed id - 16786944, whois - MiG-29S mig29cap#002-02
00121.903 INFO    SCRIPTING:  49403(    -1)/E:       AI_A2A_GCICAP00076.function(onafterReport)
00121.903 INFO    SCRIPTING:   9712( 40422)/E:            SET_UNIT01279.Flush({[1]="Objects in Set:",[2]="mig29cap#002-02, mig29cap#002-01, ",})
00121.903 INFO    SCRIPTING:  49403(    -1)/E:       AI_A2A_GCICAP00088.function(onafterReport)
00121.903 INFO    SCRIPTING:   9712( 40422)/E:            SET_UNIT00755.Flush({[1]="Objects in Set:",[2]="f16cap#001-02, f16cap#001-01, ",})
00121.981 INFO    SCRIPTING:  32324(    -1)/E:     DETECTION_AREAS00074.function({[1]="Detecting",[2]="Detect",[3]="Detecting",})
00121.981 INFO    SCRIPTING:  32324(    -1)/E:     DETECTION_AREAS00086.function({[1]="Detecting",[2]="Detect",[3]="Detecting",})
00122.004 INFO    SCRIPTING:  32347(    -1)/E:     DETECTION_AREAS00074.function({[1]="Detecting",[2]="DetectionGroup",[3]="Detecting",})
00122.005 INFO    SCRIPTING:  32347(    -1)/E:     DETECTION_AREAS00086.function({[1]="Detecting",[2]="DetectionGroup",[3]="Detecting",})
00122.140 INFO    DCS: AWACSDBG: added id - 16786944, whois - MiG-29S mig29cap#002-02
00122.763 INFO    DCS: AWACSDBG: removed id - 16778496, whois - F-16C bl.52d f16cap#001-01
00122.916 INFO    SCRIPTING:   5423(    13)/E:               EVENT00000.onEvent({[1]="S_EVENT_TAKEOFF",[2]={["subPlace"]=0,["time"]=43609.461,["initiator"]={["id_"]=16790528,},["place"]={["id_"]=5000026,},["id"]=3,},})
00123.026 INFO    SCRIPTING:   5423(    13)/E:               EVENT00000.onEvent({[1]="S_EVENT_TAKEOFF",[2]={["subPlace"]=0,["time"]=43610.561,["initiator"]={["id_"]=16790784,},["place"]={["id_"]=5000026,},["id"]=3,},})
00123.410 INFO    DCS: AWACSDBG: added id - 16778496, whois - F-16C bl.52d f16cap#001-01
00124.131 INFO    DCS: AWACSDBG: added id - 16790528, whois - MiG-29S mig29cap#003-01
00124.914 INFO    SCRIPTING:  49403(    -1)/E:       AI_A2A_GCICAP00076.function(onafterReport)
00124.914 INFO    SCRIPTING:   9712( 40422)/E:            SET_UNIT01279.Flush({[1]="Objects in Set:",[2]="mig29cap#002-02, mig29cap#002-01, ",})
00124.914 INFO    SCRIPTING:  49403(    -1)/E:       AI_A2A_GCICAP00088.function(onafterReport)
00124.914 INFO    SCRIPTING:   9712( 40422)/E:            SET_UNIT00755.Flush({[1]="Objects in Set:",[2]="f16cap#001-02, f16cap#001-01, ",})
00125.011 INFO    SCRIPTING:  32324(    -1)/E:     DETECTION_AREAS00074.function({[1]="Detecting",[2]="Detect",[3]="Detecting",})
00125.011 INFO    SCRIPTING:  32324(    -1)/E:     DETECTION_AREAS00086.function({[1]="Detecting",[2]="Detect",[3]="Detecting",})
00125.034 INFO    SCRIPTING:  32347(    -1)/E:     DETECTION_AREAS00074.function({[1]="Detecting",[2]="DetectionGroup",[3]="Detecting",})
00125.035 INFO    SCRIPTING:  32347(    -1)/E:     DETECTION_AREAS00086.function({[1]="Detecting",[2]="DetectionGroup",[3]="Detecting",})
00125.744 INFO    DCS: AWACSDBG: removed id - 16778752, whois - F-16C bl.52d f16cap#001-02
00126.433 INFO    DCS: AWACSDBG: added id - 16778752, whois - F-16C bl.52d f16cap#001-02
00127.920 INFO    SCRIPTING:  49403(    -1)/E:       AI_A2A_GCICAP00076.function(onafterReport)
00127.920 INFO    SCRIPTING:   9712( 40422)/E:            SET_UNIT01279.Flush({[1]="Objects in Set:",[2]="mig29cap#003-02, mig29cap#002-01, mig29cap#003-01, mig29cap#002-02, ",})
00127.921 INFO    SCRIPTING:   8562(  8454)/E:            DATABASE00003._RegisterGroupTemplate({[1]="Group",[2]="f16cap#002",[3]="Coalition",[4]=2,[5]="Category",[6]=0,[7]="Country",[8]=2,[9]="Units",[10]="f16cap#002-01",[11]="f16cap#002-02",})
00127.924 INFO    SCRIPTING:   8401(  8465)/E:            DATABASE00003.AddGroup({[1]="Add GROUP:",[2]="f16cap#002",})
00127.925 INFO    SCRIPTING:   8562(  8454)/E:            DATABASE00003._RegisterGroupTemplate({[1]="Group",[2]="f16cap#003",[3]="Coalition",[4]=2,[5]="Category",[6]=0,[7]="Country",[8]=2,[9]="Units",[10]="f16cap#003-01",})
00127.926 INFO    SCRIPTING:   8401(  8465)/E:            DATABASE00003.AddGroup({[1]="Add GROUP:",[2]="f16cap#003",})
00127.927 INFO    SCRIPTING:  49403(    -1)/E:       AI_A2A_GCICAP00088.function(onafterReport)
00127.927 INFO    SCRIPTING:   9712( 40422)/E:            SET_UNIT00755.Flush({[1]="Objects in Set:",[2]="f16cap#001-02, f16cap#001-01, ",})
00127.930 INFO    SCRIPTING:   5266(    13)/E:               EVENT00000.onEvent({[1]="S_EVENT_BIRTH",[2]={["IniUnit"]={["ClassName"]="UNIT",["UnitName"]="f16cap#002-01",},["place"]={["id_"]=5000022,},["IniUnitName"]="f16cap#002-01",["time"]=0,["IniGroup"]={["GroupName"]="f16cap#002",["Takeoff"]={["Air"]=1,["Hot"]=3,["Runway"]=2,["Cold"]=4,},["ClassName"]="GROUP",},["IniDCSGroupName"]="f16cap#002",["IniCoalition"]=2,["id"]=15,["IniObjectCategory"]=1,["IniTypeName"]="F-16C bl.52d",["subPlace"]=4,["IniCategory"]=0,["IniGroupName"]="f16cap#002",["initiator"]={["id_"]=16796928,},["IniDCSUnitName"]="f16cap#002-01",["IniDCSUnit"]=,["IniDCSGroup"]={["id_"]=1000012,},},[3]="f16cap#002-01",[5]=1,})
00127.931 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="DATABASE#000000003",})
00127.931 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="SET_GROUP#000000072",})
00127.931 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="SET_GROUP#000000084",})
00127.931 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="SPAWN#000000137",})
00127.931 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="SPAWN#000000134",})
00127.934 INFO    SCRIPTING:   5266(    13)/E:               EVENT00000.onEvent({[1]="S_EVENT_BIRTH",[2]={["IniUnit"]={["ClassName"]="UNIT",["UnitName"]="f16cap#002-02",},["place"]={["id_"]=5000022,},["IniUnitName"]="f16cap#002-02",["time"]=0,["IniGroup"]={["GroupName"]="f16cap#002",["Takeoff"]={["Air"]=1,["Hot"]=3,["Runway"]=2,["Cold"]=4,},["ClassName"]="GROUP",},["IniDCSGroupName"]="f16cap#002",["IniCoalition"]=2,["id"]=15,["IniObjectCategory"]=1,["IniTypeName"]="F-16C bl.52d",["subPlace"]=4,["IniCategory"]=0,["IniGroupName"]="f16cap#002",["initiator"]={["id_"]=16797184,},["IniDCSUnitName"]="f16cap#002-02",["IniDCSUnit"]=,["IniDCSGroup"]={["id_"]=1000012,},},[3]="f16cap#002-02",[5]=1,})
00127.934 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="DATABASE#000000003",})
00127.934 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="SET_GROUP#000000072",})
00127.934 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="SET_GROUP#000000084",})
00127.934 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="SPAWN#000000137",})
00127.934 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="SPAWN#000000134",})
00127.943 INFO    SCRIPTING:   5423(    13)/E:               EVENT00000.onEvent({[1]="S_EVENT_ENGINE_STARTUP",[2]={["subPlace"]=0,["time"]=43659.601,["initiator"]={["id_"]=16796928,},["place"]={["id_"]=5000022,},["id"]=17,},})
00127.944 INFO    SCRIPTING:   5423(    13)/E:               EVENT00000.onEvent({[1]="S_EVENT_ENGINE_STARTUP",[2]={["subPlace"]=0,["time"]=43659.601,["initiator"]={["id_"]=16797184,},["place"]={["id_"]=5000022,},["id"]=17,},})
00128.040 INFO    SCRIPTING:  32324(    -1)/E:     DETECTION_AREAS00074.function({[1]="Detecting",[2]="Detect",[3]="Detecting",})
00128.040 INFO    SCRIPTING:  32324(    -1)/E:     DETECTION_AREAS00086.function({[1]="Detecting",[2]="Detect",[3]="Detecting",})
00128.061 INFO    SCRIPTING:  32347(    -1)/E:     DETECTION_AREAS00074.function({[1]="Detecting",[2]="DetectionGroup",[3]="Detecting",})
00128.063 INFO    SCRIPTING:  32347(    -1)/E:     DETECTION_AREAS00086.function({[1]="Detecting",[2]="DetectionGroup",[3]="Detecting",})
00128.341 INFO    DCS: AWACSDBG: added id - 16796928, whois - F-16C bl.52d f16cap#002-01
00129.872 INFO    DCS: AWACSDBG: removed id - 16778496, whois - F-16C bl.52d f16cap#001-01
00130.613 INFO    SCRIPTING:   5423(    13)/E:               EVENT00000.onEvent({[1]="S_EVENT_SHOT",[2]={["id"]=1,["weapon"]={["id_"]=16797696,},["time"]=43686.401,["initiator"]={["id_"]=16778752,},},})
00130.710 INFO    SCRIPTING:   5423(    13)/E:               EVENT00000.onEvent({[1]="S_EVENT_SHOT",[2]={["id"]=1,["weapon"]={["id_"]=16797952,},["time"]=43687.381,["initiator"]={["id_"]=16786688,},},})
00130.931 INFO    SCRIPTING:  49403(    -1)/E:       AI_A2A_GCICAP00076.function(onafterReport)
00130.932 INFO    SCRIPTING:   9712( 40422)/E:            SET_UNIT01279.Flush({[1]="Objects in Set:",[2]="mig29cap#003-02, mig29cap#002-01, mig29cap#003-01, mig29cap#002-02, ",})
00130.932 INFO    SCRIPTING:  49403(    -1)/E:       AI_A2A_GCICAP00088.function(onafterReport)
00130.932 INFO    SCRIPTING:   9712( 40422)/E:            SET_UNIT00755.Flush({[1]="Objects in Set:",[2]="f16cap#001-02, f16cap#001-01, ",})
00131.072 INFO    SCRIPTING:  32324(    -1)/E:     DETECTION_AREAS00074.function({[1]="Detecting",[2]="Detect",[3]="Detecting",})
00131.072 INFO    SCRIPTING:  32324(    -1)/E:     DETECTION_AREAS00086.function({[1]="Detecting",[2]="Detect",[3]="Detecting",})
00131.094 INFO    SCRIPTING:  32347(    -1)/E:     DETECTION_AREAS00074.function({[1]="Detecting",[2]="DetectionGroup",[3]="Detecting",})
00131.095 INFO    SCRIPTING:  32347(    -1)/E:     DETECTION_AREAS00086.function({[1]="Detecting",[2]="DetectionGroup",[3]="Detecting",})
00131.284 INFO    DCS: AWACSDBG: added id - 16778496, whois - F-16C bl.52d f16cap#001-01
00131.301 INFO    DCS: AWACSDBG: added id - 16797184, whois - F-16C bl.52d f16cap#002-02
00131.823 INFO    SCRIPTING:   5423(    13)/E:               EVENT00000.onEvent({[1]="S_EVENT_TAKEOFF",[2]={["subPlace"]=0,["time"]=43698.501,["initiator"]={["id_"]=16796928,},["place"]={["id_"]=5000022,},["id"]=3,},})
00132.034 INFO    SCRIPTING:   5423(    13)/E:               EVENT00000.onEvent({[1]="S_EVENT_TAKEOFF",[2]={["subPlace"]=0,["time"]=43700.601,["initiator"]={["id_"]=16797184,},["place"]={["id_"]=5000022,},["id"]=3,},})
00132.493 INFO    SCRIPTING:   5423(    13)/E:               EVENT00000.onEvent({[1]="S_EVENT_HIT",[2]={["time"]=43705.211,["initiator"]={["id_"]=16778752,},["target"]={["id_"]=16786688,},["id"]=2,["weapon"]={["id_"]=16797696,},},})
00132.550 INFO    DCS: AWACSDBG: added id - 16796928, whois - F-16C bl.52d f16cap#002-01
00132.844 INFO    DCS: AWACSDBG: removed id - 16778752, whois - F-16C bl.52d f16cap#001-02
00133.113 INFO    SCRIPTING:  37605(     1)/E:               GROUP01494.InterceptRoute({[1]="AI_A2A_GCI.InterceptRoute:",[2]="f16cap#002",})
00133.942 INFO    SCRIPTING:  49403(    -1)/E:       AI_A2A_GCICAP00076.function(onafterReport)
00133.942 INFO    SCRIPTING:   9712( 40422)/E:            SET_UNIT01279.Flush({[1]="Objects in Set:",[2]="mig29cap#003-02, mig29cap#002-01, mig29cap#003-01, mig29cap#002-02, ",})
00133.942 INFO    SCRIPTING:  49403(    -1)/E:       AI_A2A_GCICAP00088.function(onafterReport)
00133.942 INFO    SCRIPTING:   9712( 40422)/E:            SET_UNIT00755.Flush({[1]="Objects in Set:",[2]="f16cap#001-02, f16cap#001-01, ",})
00133.958 INFO    SCRIPTING:   5266(    13)/E:               EVENT00000.onEvent({[1]="S_EVENT_BIRTH",[2]={["IniUnit"]={["ClassName"]="UNIT",["UnitName"]="f16cap#003-01",},["place"]={["id_"]=5000022,},["IniUnitName"]="f16cap#003-01",["time"]=0,["IniGroup"]={["GroupName"]="f16cap#003",["Takeoff"]={["Air"]=1,["Hot"]=3,["Runway"]=2,["Cold"]=4,},["ClassName"]="GROUP",},["IniDCSGroupName"]="f16cap#003",["IniCoalition"]=2,["id"]=15,["IniObjectCategory"]=1,["IniTypeName"]="F-16C bl.52d",["subPlace"]=4,["IniCategory"]=0,["IniGroupName"]="f16cap#003",["initiator"]={["id_"]=16797440,},["IniDCSUnitName"]="f16cap#003-01",["IniDCSUnit"]=,["IniDCSGroup"]={["id_"]=1000015,},},[3]="f16cap#003-01",[5]=1,})
00133.958 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="DATABASE#000000003",})
00133.958 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="SET_GROUP#000000072",})
00133.958 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="SET_GROUP#000000084",})
00133.958 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="SPAWN#000000137",})
00133.958 INFO    SCRIPTING:   5277(    13)/E:               EVENT00000.onEvent({[1]="Evaluating: ",[2]="SPAWN#000000134",})
00133.968 INFO    SCRIPTING:   5423(    13)/E:               EVENT00000.onEvent({[1]="S_EVENT_ENGINE_STARTUP",[2]={["subPlace"]=0,["time"]=43719.941,["initiator"]={["id_"]=16797440,},["place"]={["id_"]=5000022,},["id"]=17,},})
00134.102 INFO    SCRIPTING:  32324(    -1)/E:     DETECTION_AREAS00074.function({[1]="Detecting",[2]="Detect",[3]="Detecting",})
00134.102 INFO    SCRIPTING:  32324(    -1)/E:     DETECTION_AREAS00086.function({[1]="Detecting",[2]="Detect",[3]="Detecting",})
00134.124 INFO    SCRIPTING:  32347(    -1)/E:     DETECTION_AREAS00074.function({[1]="Detecting",[2]="DetectionGroup",[3]="Detecting",})
00134.126 INFO    SCRIPTING:  32347(    -1)/E:     DETECTION_AREAS00086.function({[1]="Detecting",[2]="DetectionGroup",[3]="Detecting",})
00134.145 INFO    DCS: AWACSDBG: added id - 16778752, whois - F-16C bl.52d f16cap#001-02
00134.351 INFO    DCS: AWACSDBG: added id - 16797440, whois - F-16C bl.52d f16cap#003-01
00135.572 INFO    DCS: AWACSDBG: added id - 16797184, whois - F-16C bl.52d f16cap#002-02
00136.274 INFO    SCRIPTING:   5423(    13)/E:               EVENT00000.onEvent({[1]="S_EVENT_SHOT",[2]={["id"]=1,["weapon"]={["id_"]=16804352,},["time"]=43743.021,["initiator"]={["id_"]=16778752,},},})
00136.950 INFO    SCRIPTING:  49403(    -1)/E:       AI_A2A_GCICAP00076.function(onafterReport)
00136.950 INFO    SCRIPTING:   9712( 40422)/E:            SET_UNIT01279.Flush({[1]="Objects in Set:",[2]="mig29cap#003-02, mig29cap#002-01, mig29cap#003-01, mig29cap#002-02, ",})
00136.950 INFO    SCRIPTING:  49403(    -1)/E:       AI_A2A_GCICAP00088.function(onafterReport)
00136.951 INFO    SCRIPTING:   9712( 40422)/E:            SET_UNIT00755.Flush({[1]="Objects in Set:",[2]="f16cap#001-02, f16cap#001-01, ",})
00136.951 INFO    SCRIPTING:   9712( 40422)/E:            SET_UNIT01740.Flush({[1]="Objects in Set:",[2]="f16cap#002-01, ",})

Pinned Down.miz

dcs.txt

[sIGPIC][/sIGPIC]

 

We are looking for Swedish members!

http://www.masterarms.se

Posted
Getting a DCS crash a couple of minutes after the first engagements.

 

I ran your mission and I got a hanging system, but no crash.

So need to look why that happens.

I think this can be resolved. Thanks for telling!

 

FC

[TABLE][sIGPIC][/sIGPIC]|

[/TABLE]

Posted
Getting a DCS crash a couple of minutes after the first engagements.

 

I think I found the root cause and done a fix on the system.

(Release 2.2.0.pre). The root cause was that when the squadron

got out of resources, and a GCI request would happen, it would go in an infinite loop, blocking your mission and it looked like a crash.

Can you please confirm you stopped the mission, and there was no spontaneous error box popping up or anything?

 

So, the fix will break the loop when there isn't anymore resources to GCI.

 

So I fixed your mission, and reuploaded it in this post.

I must say that this is an excellent test mission by the way :-)

 

Release has been updated on github.

https://github.com/FlightControl-Master/MOOSE/releases

 

 

FC

Pinned Down.miz

[TABLE][sIGPIC][/sIGPIC]|

[/TABLE]

Posted

Thanks. I wanted to have an enemy squadron with limited amount of planes so players could kill off all enemy fighters and then capture the base.

 

Can you please confirm you stopped the mission, and there was no spontaneous error box popping up or anything?

DCS just froze and when i clicked anything i just got a window saying "DCS stopped working".

[sIGPIC][/sIGPIC]

 

We are looking for Swedish members!

http://www.masterarms.se

Posted
Thanks. I wanted to have an enemy squadron with limited amount of planes so players could kill off all enemy fighters and then capture the base.

 

 

DCS just froze and when i clicked anything i just got a window saying "DCS stopped working".

 

OK. So that was the issue then. I think this is solved.

Now, you'll notice that when you do a 1 by 1 calculation of the resources, that it still doesn't make a lot of sense. I need to work on that, but at the moment this has ... low ... priority for me. Unless you say otherwise :D

[TABLE][sIGPIC][/sIGPIC]|

[/TABLE]

Posted

There is something wrong with the resources. The squadron is set to 4 but often alot more planes spawn. The newly spawned planes also doesn't appear on the tactical overview. Its the mission i got from you.

 

EDIT: Didnt see your post

[sIGPIC][/sIGPIC]

 

We are looking for Swedish members!

http://www.masterarms.se

Posted
There is something wrong with the resources. The squadron is set to 4 but often alot more planes spawn. The newly spawned planes also doesn't appear on the tactical overview. Its the mission i got from you.

 

EDIT: Didnt see your post

 

That is what i meant, but it has low priority for me at the moment.

[TABLE][sIGPIC][/sIGPIC]|

[/TABLE]

Posted
There is something wrong with the resources. The squadron is set to 4 but often alot more planes spawn. The newly spawned planes also doesn't appear on the tactical overview. Its the mission i got from you.

 

EDIT: Didnt see your post

 

I think the issue is caused by "depart from runway", which is a special case... you see, only 2 planes can depart, that means only 2 planes are "visible" when spawned, even if you spawn 4. i think that is the cause of the issue... I will fix this later.

[TABLE][sIGPIC][/sIGPIC]|

[/TABLE]

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...