Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 967 Bytes

File metadata and controls

35 lines (25 loc) · 967 Bytes

VEAF Foothold PersianGulf v3.2.2

Presentation

This is a modification of the original Foothold PersianGulf 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 2026.03.12.

Update

Triggers

Add this triggers on MissionStart:

Modern: name: Foothold loading do_script:

FOOTHOLD_DYNAMIC_PATH = [[C:\Users\veaf\Saved Games\DCS.missions\_TEMPLATES\Missions\foothold\PersianGulf\Modern\]]
env.info("FOOTHOLD LOADING")
assert(loadfile(FOOTHOLD_DYNAMIC_PATH .. "VEAF_loader.lua")) ()

Cold War: name: Foothold loading do_script:

FOOTHOLD_DYNAMIC_PATH = [[C:\Users\veaf\Saved Games\DCS.missions\_TEMPLATES\Missions\foothold\PersianGulf\Coldwar\]]
env.info("FOOTHOLD LOADING")
assert(loadfile(FOOTHOLD_DYNAMIC_PATH .. "VEAF_loader.lua")) ()

Code

Things to do