Nix Mills Posted Thursday at 11:39 AM Posted Thursday at 11:39 AM (edited) Hi all - Update 2.9.18.12722 has introduced additional scripting functionality and therefore also new security features. Unfortunately, this means that in every Rampagers missions, whenever getting the option to use the windshield switch to make a radio call, you will get a scripting error. We're working on a permanent solution. In the meantime, to overcome this problem, you will need to give your DCS permission to call functions in lua scripts. You do this by copy/pasting the following lines into the file Saved Games\DCS\Config\autoexec.cfg if not net then net = {} end net.allow_unsafe_api = { -- this defines the secure zones where net.dostring_in() should be called from "userhooks", "scripting" } net.allow_dostring_in = { -- and this defines the scopes that you want to use from net.dostring_in() "server", "mission" } You can do this with any text editor. You can also use the attached file. For more details, and to verify the authenticity, please refer to this link: And sorry for the inconvenience. autoexec.cfg Edited Friday at 11:02 AM by Nix Mills
Kurnass1977 Posted Thursday at 06:01 PM Posted Thursday at 06:01 PM Checked my Saved Games\DCS\Config\autoexec.cfg and there're not autoexec.cfg
Nix Mills Posted Thursday at 09:51 PM Author Posted Thursday at 09:51 PM You can download the file I attached and place it in your folder then.
Nix Mills Posted 8 hours ago Author Posted 8 hours ago On 7/26/2025 at 3:26 AM, Kurnass1977 said: Ok. Think is on the desktop Looks like something else. You need to go to the folder Saved Games\DCS\Config and put the file there or edit the existing one. An update to all Rampagers missions is on its way, which won't crash if you haven't changed your autoexec.cfg and just let you continue with using F10 options.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now