Sulfa Posted May 19, 2024 Posted May 19, 2024 Has anyone tried this? I have been trying to get just the demo mission to work, but I can't seem to get it to work. I have attached my dcs.log from my latest attempt, so if there is anyone out there who could possibly help me out with it, I would greatly appreciate it. GitHub - thebgpikester/ACE: Another Campaign Engine dcs.log
AdrianL Posted May 19, 2024 Posted May 19, 2024 (edited) You have not done this: "Requires your installation to be modified so that io and lfs are not sanitized." You are getting this error: SCRIPTING (Main): Mission script error: [string "C:\Users\sotg3\AppData\Local\Temp\DCS.openbeta\/~mis00007258.lua"]:46: attempt to index global 'lfs' (a nil value) Under your DCS main folder you need to edit .\Scripts\MissionScripting.lua You need to comment out the lines that sanitize 'io' and 'lfs', as shown the the attached image. Note: You are giving any mission access to your file system so you have a potential vector for malicious intent. Be cautious. Edited May 19, 2024 by AdrianL
Sulfa Posted May 19, 2024 Author Posted May 19, 2024 (edited) I thought I had, I'll check. I must not have saved it, I guess. So after I did I ran it again, nulland it appears I'm getting the same error. dcs.log Edited May 19, 2024 by Sulfa
Recommended Posts