Nix Mills Posted yesterday at 11:39 AM Posted yesterday 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 9 hours ago by Nix Mills
Kurnass1977 Posted yesterday at 06:01 PM Posted yesterday at 06:01 PM Checked my Saved Games\DCS\Config\autoexec.cfg and there're not autoexec.cfg
Nix Mills Posted 22 hours ago Author Posted 22 hours ago You can download the file I attached and place it in your folder then.
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