mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
- load plugins when loading a game - moved plugins scripts to resources/plugins (for pyinstaller) - removed vanilla JTAC and JTAC_smoke options and settings GUI - call JtacAutolasePlugin in armor.py - made a dictionary of INSTALLED_PLUGINS - removed NIOD from the VEAF plugin
30 lines
636 B
Plaintext
30 lines
636 B
Plaintext
# this is a list of lua scripts that will be injected in the mission, in the same order
|
|
mist.lua
|
|
Moose.lua
|
|
CTLD.lua
|
|
NIOD.lua
|
|
WeatherMark.lua
|
|
veaf.lua
|
|
dcsUnits.lua
|
|
# JTACAutoLase is an empty file, only there to disable loading the official script (already included in CTLD)
|
|
JTACAutoLase.lua
|
|
veafAssets.lua
|
|
veafCarrierOperations.lua
|
|
veafCarrierOperations2.lua
|
|
veafCasMission.lua
|
|
veafCombatMission.lua
|
|
veafCombatZone.lua
|
|
veafGrass.lua
|
|
veafInterpreter.lua
|
|
veafMarkers.lua
|
|
veafMove.lua
|
|
veafNamedPoints.lua
|
|
veafRadio.lua
|
|
veafRemote.lua
|
|
veafSecurity.lua
|
|
veafShortcuts.lua
|
|
veafSpawn.lua
|
|
veafTransportMission.lua
|
|
veafUnits.lua
|
|
missionConfig.lua
|