Skip to content

VEAF/VEAF-Foothold-Caucasus

Repository files navigation

VEAF Foothold Caucasus v2.2.0

Presentation

This is a modification of the original Foothold Caucasus mission by Lekaa, that I adapted to make it load all the script files and config directly from the server.

Done using the latest version updated on 2025.10.05.

Update

Triggers

Add this triggers on MissionStart:

Modern: name: mission start - dynamic do_script:

MA_DYNAMIC_PATH = [[C:\Users\veaf\Saved Games\DCS.missions\_TEMPLATES\Missions\foothold\Caucasus\Modern\]]
env.info("DYNAMIC MA LOADING")
assert(loadfile(MA_DYNAMIC_PATH .. "VEAF_MA_loader.lua")) ()

Cold War: name: mission start - dynamic do_script:

MA_DYNAMIC_PATH = [[C:\Users\veaf\Saved Games\DCS.missions\_TEMPLATES\Missions\foothold\Caucasus\Coldwar\]]
env.info("DYNAMIC MA LOADING")
assert(loadfile(MA_DYNAMIC_PATH .. "VEAF_MA_loader.lua")) ()

Things to do

  • silence all ATC
  • add VEAF radio presets
  • check why the wind is sometimes wrong (0 kn instead of 10-15 kn)
  • disable the no fly zone (or make it less punitive)
  • no waypoints for an f18 spawned on cvn74
  • limited spawn spots on Batumi
  • stats de la session (vs stats globales)
  • ajouter Senaki aux presets
  • ajouter les waypoint# aux presets

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages