Dogs Of War Vu

Sim/Strategy/War => Games Discussion => Topic started by: Asid on September 30, 2017, 03:53:52 PM

Title: CMANO - Making Tactical Decision Aids - The Lua Gag Reel Episode 2: By JC
Post by: Asid on September 30, 2017, 03:53:52 PM
(http://2.bp.blogspot.com/_CjFQem7UIVI/SmZ5ezk2JAI/AAAAAAAAAc0/0lmBgSiYSNg/S1600-R/Real+and+Simulated+Wars+1Reducido.jpg)


Sunday, September 24, 2017
By: JC
CMANO - Making Tactical Decision Aids - The Lua Gag Reel Episode 2


This is a continuation from my  previous post (http://dogsofwarvu.com/forum/index.php/topic,5273.0.html). Let's take a look at the triggers that move my tactical decision aid scenario.


(https://4.bp.blogspot.com/-nFtK9YHaets/WcfSRER5WcI/AAAAAAAAWz4/OLQ2esU-1DwJBLhRszASy_0p9OXyH62VACLcBGAs/s1600/C1.jpg)


Access to the triggers is performed from the main menu. Editor -> Event Editor -> Triggers. The window that pops out (see screenshot above) allows the edition and creation of new triggers.


I don't know if you remember my previous blog entry, but the outline of my scenario was as shown below. The triggers that put the events in motion are highlighted green.

1.   The scenario starts. In the editor, I created an event named Scenario Start Event. I now added a trigger named Scenario is Loaded Trigger.
    1.   A counter is initialized. This counter keeps track of a series recursive ship vs sub simulation runs
    2.   Units are added to the scenario
        1.   The US warship is placed in the center and give a course due south, at flank speed
        2.   A DPRK sub is placed 50 miles from the US ship and given a patrol area delineated by the reference points above
3.   If the US warship remains undetected and reaches an escape area south of the DPRK patrol's area. In the editor I created an event named US Warship has Escaped from the Area. I now added a trigger named US Warship has Escaped the Area.
        1.   All units are deleted
        2.   The counter mentioned in 1.1 is advanced
        3.   New units are generated
            1.   A US warship is placed in the center and give a course due south, at flank speed
            2.   A DPRK sub is placed 50 miles from the US ship and given a patrol area delineated by the reference points above. The DPRK sub initial position is not the same as the one used in the previous simulation run. This initial position is advanced clockwise from the initial position of the US warship
4.   If the US warship is detected. In the editor I created an event named US Warship Was Detected. I now added a trigger name US Warship is Detected Trigger.
        1.   A marker reference point is made at the initial position of the DPRK sub. The marker is labelled "Danger" because this an initial sub position that will generate a headache for the US commander.
        2.   All units are deleted
        3.   The counter mentioned in 1.1 is advanced
        4.   New units are generated
            1.   Same as 3.1
            2.   Same as 3.2

Now a closer look at the triggers.



Read on: Click Here (http://kriegsimulation.blogspot.co.uk/2017/09/cmano-making-tactical-decision-aids-lua_24.html)