Skip to content

Commit 0597dac

Browse files
committed
Updated to VEAF-Mission-Creation-Tools v1.5.0
- 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
1 parent 355c32d commit 0597dac

File tree

6 files changed

+347
-101509
lines changed

6 files changed

+347
-101509
lines changed

src/mission/l10n/DEFAULT/dictionary

+13-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ veafSecurity.initialize()\
193193
veafCombatZone.initialize()\
194194
veafShortcuts.initialize()\
195195
veafInterpreter.initialize()\
196-
airAirTraining.initialize()",
196+
veafCombatMission.initialize()",
197197
["DictKey_ActionText_3296"] = "veafAssets.Assets = {\
198198
-- list the assets common to all missions below\
199199
{name=\"T1-Arco\", description=\"Arco (KC-135)\", information=\"Tacan 6Y\\nVHF 138.2 Mhz\"}, \
@@ -324,6 +324,18 @@ autogft_Setup:new()\
324324
{name=\"Meet Mig-29*2\", description=\"RED Mig-29x2 (dogfight zone)\", disposable=true, information=\"They spawn near N41° 09' 31\\\" E043° 05' 08\\\"\"},\
325325
{name=\"Meet Mig-29*4\", description=\"RED Mig-29x4 (dogfight zone)\", disposable=true, information=\"They spawn near N41° 09' 31\\\" E043° 05' 08\\\"\"},\
326326
}\
327+
",
328+
["DictKey_ActionText_5171"] = "veafAssets.Assets = {\
329+
-- list the assets common to all missions below\
330+
{name=\"T1-Arco\", description=\"Arco (KC-135)\", information=\"Tacan 6Y\\nVHF 138.2 Mhz\"}, \
331+
{name=\"T2-Shell\", description=\"Shell (KC-135 MPRS)\", information=\"Tacan 14Y\\nVHF 134.7 Mhz\"}, \
332+
{name=\"T3-Texaco\", description=\"Texaco (KC-135 MPRS)\", information=\"Tacan 12Y\\nVHF 132.5 Mhz\"}, \
333+
{name=\"A1-Overlord\", description=\"Overlord (E-2D)\", information=\"UHF 251 Mhz\"}, \
334+
{name=\"Meet Mig-21\", description=\"RED Mig-21 (dogfight zone)\", disposable=true, information=\"They spawn near N41° 09' 31\\\" E043° 05' 08\\\"\"},\
335+
{name=\"Meet Mig-29\", description=\"RED Mig-29 (dogfight zone)\", disposable=true, information=\"They spawn near N41° 09' 31\\\" E043° 05' 08\\\"\" },\
336+
{name=\"Meet Mig-29*2\", description=\"RED Mig-29x2 (dogfight zone)\", disposable=true, information=\"They spawn near N41° 09' 31\\\" E043° 05' 08\\\"\"},\
337+
{name=\"Meet Mig-29*4\", description=\"RED Mig-29x4 (dogfight zone)\", disposable=true, information=\"They spawn near N41° 09' 31\\\" E043° 05' 08\\\"\"},\
338+
}\
327339
",
328340
["DictKey_ActionText_950"] = "MA_buildMenu()",
329341
["DictKey_descriptionBlueTask_3"] = "",

src/mission/l10n/DEFAULT/mapResource

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ mapResource = {
2424
["ResKey_Action_4576"] = "veafCombatZoneConfig.lua",
2525
["ResKey_Action_4585"] = "veafCombatZone.lua",
2626
["ResKey_Action_4942"] = "veafShortcuts.lua",
27-
["ResKey_Action_5052"] = "Moose.lua",
28-
["ResKey_Action_5053"] = "veafAirAirTraining.lua",
27+
["ResKey_Action_5053"] = "veafCombatMission.lua",
28+
["ResKey_Action_5169"] = "Moose.lua",
29+
["ResKey_Action_5170"] = "veafCombatMissionConfig.lua",
2930
} -- end of mapResource

0 commit comments

Comments
 (0)