Downloads¶
Main Script¶
BUFF.lua¶
The BUFF core script. Load it as the first DO SCRIPT FILE trigger in your mission.
- Version: 0.3
- Size: ~750 lines
- License: GPLv3
- Dependencies: None (no MOOSE, no MIST, no desanitization)
- Compatibility: DCS World (any version with scripting engine)
Trigger 1: ONCE -- TIME MORE (1) -- DO SCRIPT FILE -> BUFF.lua
Trigger 2: ONCE -- TIME MORE (2) -- DO SCRIPT FILE -> BUFF_config.lua
Configuration Template¶
BUFF_config.lua¶
A complete configuration template with every parameter commented out. Uncomment and adjust the values you want to change. Loads after the core script via a second trigger.
Every key is optional. An empty config (BUFF:New({})) runs on pure defaults. See the Configuration page for detailed parameter descriptions.
Quick Install¶
- Download both files
- Place in your mission folder (
Saved Games/DCS/Missions/or wherever your ME triggers point) - Add two Mission Editor triggers:
Trigger 1: ONCE -- TIME MORE (1) -- DO SCRIPT FILE -> BUFF.lua
Trigger 2: ONCE -- TIME MORE (2) -- DO SCRIPT FILE -> BUFF_config.lua
That's it. No server configuration, no client files, no desanitization.
Source Code¶
BUFF is open source under GPLv3.
Repository: github.com/VMFA224-skunkworks/BUFF