mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2025-11-25 19:31:01 +00:00
20 lines
1.3 KiB
INI
20 lines
1.3 KiB
INI
------------------------------------------------------------------------------------------------------------------------
|
|
-- CONFIG FILE BY BIGNEWY, REQUIRED FOR DCS WORLD 2.9.18.12722 AND ABOVE.
|
|
------------------------------------------------------------------------------------------------------------------------
|
|
-- Copy this file the [Saved Games]\DCS\Config\ directory or The Universal Mission will not work.
|
|
-- See https://forum.dcs.world/topic/376636-changes-to-the-behaviour-of-netdostring_in/ for more information
|
|
------------------------------------------------------------------------------------------------------------------------
|
|
-- Please note: as of DCS 2.9.18.12899, it seems the autoexec.cfg file is no longer needed (see https://www.digitalcombatsimulator.com/en/news/changelog/release/2.9.18.12899/)
|
|
-- but I advise you to copy it anyway, ED might change its mind again.
|
|
------------------------------------------------------------------------------------------------------------------------
|
|
|
|
if not net then net = {} end
|
|
|
|
net.allow_unsafe_api = { -- this defines the secure zones where net.dostring_in() can be called from
|
|
"scripting",
|
|
}
|
|
|
|
net.allow_dostring_in = { -- and this defines the zones that should be addressed from net.dostring_in()
|
|
"mission",
|
|
}
|