Skip to content

Commit a1bfef8

Browse files
committed
updated to reflect changes in 1.3.7
- changed radio freq of Overlord (111.110 did not work) - added config for the "move tanker to me" radio menus - changed the "this mission will end at 20:00" message and check to once every 15 minutes (was 5 minutes)
1 parent ed95113 commit a1bfef8

File tree

6 files changed

+198
-233
lines changed

6 files changed

+198
-233
lines changed

build_one.cmd

-2
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,3 @@ echo ----------------------------------------
113113
rem -- done !
114114
echo Built %MISSION_FILE%.miz
115115
echo ----------------------------------------
116-
117-
pause

src/caucasus/mission/l10n/DEFAULT/dictionary

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ autogft_Setup:new()\
310310
}\
311311
",
312312
["DictKey_ActionText_4748"] = "",
313-
["DictKey_ActionText_4749"] = "veaf.endMissionAt(20, 0, 300, \"mission will restart at 20:00 (mission time)\", 300, \"mission will restart in 10 minutes\", 180, \"mission will restart in 5 minutes\", 120, \"mission will restart in 2 minutes\")",
313+
["DictKey_ActionText_4749"] = "veaf.endMissionAt(20, 0, 900, \"mission will restart at 20:00 (mission time)\", 300, \"mission will restart in 10 minutes\", 180, \"mission will restart in 5 minutes\", 120, \"mission will restart in 2 minutes\")",
314314
["DictKey_ActionText_950"] = "MA_buildMenu()",
315315
["DictKey_descriptionBlueTask_3"] = "",
316316
["DictKey_descriptionRedTask_2"] = "",

src/caucasus/mission/l10n/DEFAULT/mapResource

-4
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ mapResource = {
1313
["ResKey_Action_2629"] = "veafNamedPoints.lua",
1414
["ResKey_Action_3265"] = "veafRadio.lua",
1515
["ResKey_Action_3269"] = "veafAssets.lua",
16-
["ResKey_Action_3294"] = "veafAutogftConfig.lua",
17-
["ResKey_Action_3306"] = "autogft-1_12.lua",
1816
["ResKey_Action_3308"] = "CTLD.lua",
19-
["ResKey_Action_3309"] = "beacon.ogg",
20-
["ResKey_Action_3310"] = "beaconsilent.ogg",
2117
["ResKey_Action_3353"] = "veafCTLDConfig.lua",
2218
["ResKey_Action_3480"] = "mist.lua",
2319
["ResKey_Action_3623"] = "veafNamedPointsConfig.lua",

0 commit comments

Comments
 (0)