Skip to content

Commit

Permalink
Updated to VEAF-Mission-Creation-Tools v1.5.0
Browse files Browse the repository at this point in the history
- new Combat Mission module (uses Moose)
- mission 1 : ACM training with Tu-160
- mission 2 : Red attack on Gudauta
- also added weather to the carrier ATC request
  • Loading branch information
davidp57 committed Apr 1, 2020
1 parent 355c32d commit 0597dac
Show file tree
Hide file tree
Showing 6 changed files with 347 additions and 101,509 deletions.
14 changes: 13 additions & 1 deletion src/mission/l10n/DEFAULT/dictionary
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ veafSecurity.initialize()\
veafCombatZone.initialize()\
veafShortcuts.initialize()\
veafInterpreter.initialize()\
airAirTraining.initialize()",
veafCombatMission.initialize()",
["DictKey_ActionText_3296"] = "veafAssets.Assets = {\
-- list the assets common to all missions below\
{name=\"T1-Arco\", description=\"Arco (KC-135)\", information=\"Tacan 6Y\\nVHF 138.2 Mhz\"}, \
Expand Down Expand Up @@ -324,6 +324,18 @@ autogft_Setup:new()\
{name=\"Meet Mig-29*2\", description=\"RED Mig-29x2 (dogfight zone)\", disposable=true, information=\"They spawn near N41° 09' 31\\\" E043° 05' 08\\\"\"},\
{name=\"Meet Mig-29*4\", description=\"RED Mig-29x4 (dogfight zone)\", disposable=true, information=\"They spawn near N41° 09' 31\\\" E043° 05' 08\\\"\"},\
}\
",
["DictKey_ActionText_5171"] = "veafAssets.Assets = {\
-- list the assets common to all missions below\
{name=\"T1-Arco\", description=\"Arco (KC-135)\", information=\"Tacan 6Y\\nVHF 138.2 Mhz\"}, \
{name=\"T2-Shell\", description=\"Shell (KC-135 MPRS)\", information=\"Tacan 14Y\\nVHF 134.7 Mhz\"}, \
{name=\"T3-Texaco\", description=\"Texaco (KC-135 MPRS)\", information=\"Tacan 12Y\\nVHF 132.5 Mhz\"}, \
{name=\"A1-Overlord\", description=\"Overlord (E-2D)\", information=\"UHF 251 Mhz\"}, \
{name=\"Meet Mig-21\", description=\"RED Mig-21 (dogfight zone)\", disposable=true, information=\"They spawn near N41° 09' 31\\\" E043° 05' 08\\\"\"},\
{name=\"Meet Mig-29\", description=\"RED Mig-29 (dogfight zone)\", disposable=true, information=\"They spawn near N41° 09' 31\\\" E043° 05' 08\\\"\" },\
{name=\"Meet Mig-29*2\", description=\"RED Mig-29x2 (dogfight zone)\", disposable=true, information=\"They spawn near N41° 09' 31\\\" E043° 05' 08\\\"\"},\
{name=\"Meet Mig-29*4\", description=\"RED Mig-29x4 (dogfight zone)\", disposable=true, information=\"They spawn near N41° 09' 31\\\" E043° 05' 08\\\"\"},\
}\
",
["DictKey_ActionText_950"] = "MA_buildMenu()",
["DictKey_descriptionBlueTask_3"] = "",
Expand Down
5 changes: 3 additions & 2 deletions src/mission/l10n/DEFAULT/mapResource
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ mapResource = {
["ResKey_Action_4576"] = "veafCombatZoneConfig.lua",
["ResKey_Action_4585"] = "veafCombatZone.lua",
["ResKey_Action_4942"] = "veafShortcuts.lua",
["ResKey_Action_5052"] = "Moose.lua",
["ResKey_Action_5053"] = "veafAirAirTraining.lua",
["ResKey_Action_5053"] = "veafCombatMission.lua",
["ResKey_Action_5169"] = "Moose.lua",
["ResKey_Action_5170"] = "veafCombatMissionConfig.lua",
} -- end of mapResource
Loading

0 comments on commit 0597dac

Please sign in to comment.