Skip to content

Commit

Permalink
veafUnits and dcsUnits integration
Browse files Browse the repository at this point in the history
  • Loading branch information
davidp57 committed Sep 2, 2018
1 parent 7602d77 commit 530ccaf
Show file tree
Hide file tree
Showing 8 changed files with 2,151 additions and 1,764 deletions.
2 changes: 2 additions & 0 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ copy %VEAF_LIBRARY_FOLDER%\scripts\veafSpawn.lua .\build\tempsrc\l10n\Default
copy %VEAF_LIBRARY_FOLDER%\scripts\veafCasMission.lua .\build\tempsrc\l10n\Default
copy %VEAF_LIBRARY_FOLDER%\scripts\veafMove.lua .\build\tempsrc\l10n\Default
copy %VEAF_LIBRARY_FOLDER%\scripts\veafGrass.lua .\build\tempsrc\l10n\Default
copy %VEAF_LIBRARY_FOLDER%\scripts\veafUnits.lua .\build\tempsrc\l10n\Default
copy %VEAF_LIBRARY_FOLDER%\scripts\dcsUnits.lua .\build\tempsrc\l10n\Default

rem -- compile the mission
7za a -r -tzip %MISSION_FILE% .\build\tempsrc\* -mem=AES256
Expand Down
3 changes: 3 additions & 0 deletions build_fr.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
rem @echo off
set MISSION_FILE=.\build\OT_Causacus_%date:~-4,4%%date:~-7,2%%date:~-10,2%.miz
call build.cmd
6 changes: 4 additions & 2 deletions extract.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ del /f /q l10n\Default\veafCasMission.lua
del /f /q l10n\Default\veafMarkers.lua
del /f /q l10n\Default\veafSpawn.lua
del /f /q l10n\Default\veafMove.lua
del /f /q l10n\Default\\veafGrass.lua
del /f /q l10n\Default\\WeatherMark.lua
del /f /q l10n\Default\veafGrass.lua
del /f /q l10n\Default\veafUnits.lua
del /f /q l10n\Default\dcsUnits.lua
del /f /q l10n\Default\WeatherMark.lua
popd
1,289 changes: 646 additions & 643 deletions src/l10n/DEFAULT/dictionary

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/l10n/DEFAULT/mapResource
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ mapResource =
{
["ResKey_Action_2609"] = "veafCasMission.lua",
["ResKey_Action_2526"] = "WeatherMark.lua",
["ResKey_Action_2621"] = "dcsUnits.lua",
["ResKey_ImageBriefing_1897"] = "Open Training static weather METAR.png",
["ResKey_ImageBriefing_2136"] = "Brief.jpg",
["ResKey_Action_2608"] = "veafSpawn.lua",
["ResKey_ImageBriefing_2355"] = "OT METAR Caucasus.jpg",
["ResKey_Action_2610"] = "veafMove.lua",
["ResKey_Action_2607"] = "veaf.lua",
["ResKey_Action_2622"] = "veafUnits.lua",
["ResKey_Action_2617"] = "veafMarkers.lua",
["ResKey_Action_2546"] = "veafGrass.lua",
["ResKey_Action_2522"] = "mist_4_3_74.lua",
Expand Down
2,342 changes: 1,393 additions & 949 deletions src/mission

Large diffs are not rendered by default.

Loading

0 comments on commit 530ccaf

Please sign in to comment.