A persistent PvP mission for DCS world.
- From your install folder (not saved games), open
Scripts/MissionScripting.lua
- Comment out all the lines in the do block below the sanitization function with
-\-
. This allows the LUA engine access to the file system. It should look similar to:
--sanitizeModule('os')
--sanitizeModule('io')
--sanitizeModule('lfs')
--require = nil
--loadlib = nil
- Clone this repository: from your
Saved Games\DCS\Scripts
folder rungit clone https://github.com/ModernColdWar/RedStormRising.git RSR
. This should create a folder namedRSR
and in the end it should look likeSaved Games\DCS\Scripts\RSR
- Update your mission file to include a
DO SCRIPT
trigger to rundofile(lfs.writedir() .. [[Scripts\RSR\RSR.lua]])
- Follow the steps on the Developer Setup wiki page.