Skip to content

Commit

Permalink
added spawnable aircrafts and renamed groups and units
Browse files Browse the repository at this point in the history
  • Loading branch information
davidp57 committed Jul 18, 2021
1 parent 634d1a2 commit 8097f07
Show file tree
Hide file tree
Showing 5 changed files with 6,907 additions and 1,407 deletions.
18 changes: 14 additions & 4 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,20 @@ pushd %DYNAMIC_SCRIPTS_PATH%\src\scripts\veaf
popd

rem -- set the waypoints according to the settings file
echo set the waypoints according to the settings file
pushd %DYNAMIC_SCRIPTS_PATH%\src\scripts\veaf
"%LUA%" veafMissionFlightPlanEditor.lua %DYNAMIC_MISSION_PATH%\build\tempsrc %DYNAMIC_MISSION_PATH%\src\waypoints\waypointsSettings.lua %LUA_SCRIPTS_DEBUG_PARAMETER%
popd
if exist %DYNAMIC_MISSION_PATH%\src\waypoints\waypointsSettings.lua (
echo set the waypoints according to the settings file
pushd %DYNAMIC_SCRIPTS_PATH%\src\scripts\veaf
"%LUA%" veafMissionFlightPlanEditor.lua %DYNAMIC_MISSION_PATH%\build\tempsrc %DYNAMIC_MISSION_PATH%\src\waypoints\waypointsSettings.lua %LUA_SCRIPTS_DEBUG_PARAMETER%
popd
)

rem -- set the spawnable aircrafts according to the settings file
if exist %DYNAMIC_MISSION_PATH%\src\spawnableAircrafts\settings.lua (
echo set the spawnable aircrafts according to the settings file
pushd %DYNAMIC_SCRIPTS_PATH%\src\scripts\veaf
"%LUA%" veafSpawnableAircraftsEditor.lua %DYNAMIC_MISSION_PATH%\build\tempsrc %DYNAMIC_MISSION_PATH%\src\spawnableAircrafts\settings.lua %LUA_SCRIPTS_DEBUG_PARAMETER%
popd
)

rem -- set the dynamic load variables in the dictionary
echo set the dynamic load variables in the dictionary
Expand Down
2 changes: 1 addition & 1 deletion extract.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pushd node_modules\veaf-mission-creation-tools\src\scripts\veaf
popd

rem -- cleanup
del *%MISSION_NAME%*.miz
rem del *%MISSION_NAME%*.miz

echo.
echo ----------------------------------------
Expand Down
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"name": "VEAF-Open-Training-Mission-Marianas",
"version": "1.0.0",
"description": "DCS mission with VEAF scripting",
"description": "OpenTraining mission Marianas",
"main": "",
"author": "Mikcael, Zip",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/VEAF-Open-Training-Mission-Marianas.git"
},
"dependencies": {
"veaf-mission-creation-tools": "^4.0.0"
}
Expand Down
Loading

0 comments on commit 8097f07

Please sign in to comment.