mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2025-11-25 19:31:01 +00:00
Added missing net.allow_unsafe_api value in autoexec.cfg that prevented some advanced scripts from working
This commit is contained in:
parent
69ea6b6d19
commit
da20586d51
@ -11,8 +11,9 @@
|
||||
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"
|
||||
"mission",
|
||||
}
|
||||
|
||||
@ -42,7 +42,6 @@ The Universal Mission for DCS World is a fully dynamic single-player/PvE mission
|
||||
|
||||
- Download the latest release from this GitHub page.
|
||||
- Copy the provided autoexec.cfg file to your **[Saved Games]\DCS\Config directory**
|
||||
- Please note: as of DCS 2.9.18.12899, it seems the autoexec.cfg file [is no longer needed](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.
|
||||
- Copy the .miz files for your theater(s) of choice to your **[Saved Games]\DCS\Missions directory**
|
||||
- _**(Optional but strongly recommended)**_ Unsanitize the Lua IO module. You don't have to do this, but the persistent career system won't work if you don't. To do it, open the file **[DCS World installation directory]\Scripts\MissionScripting.lua** with a text editor and comment or remove the line "sanitizeModule('io')". Make sure you restart DCS World once you've modified the file.
|
||||
- Please note: should you want to backup, delete or transfer it, career progress is saved in **[DCS World installation directory]\TheUniversalMission.sav**
|
||||
@ -83,6 +82,7 @@ Please also note that PvP is not supported at the moment and that the mission wi
|
||||
- Bug fixes
|
||||
- [x] AWACS datalinked now showing on SA pages
|
||||
- [x] AWACS can now detect enemy helicopters
|
||||
- [x] Added missing net.allow_unsafe_api value in autoexec.cfg that prevented some advanced scripts from working
|
||||
- Extras
|
||||
- [ ] GitHub page
|
||||
- Improvements
|
||||
|
||||
@ -73,7 +73,6 @@ I hope you'll like it.
|
||||
|
||||
- Download the latest release from this GitHub page.
|
||||
- Copy the provided autoexec.cfg file to your **[Saved Games]\DCS\Config directory**
|
||||
- Please note: as of DCS 2.9.18.12899, it seems the autoexec.cfg file [is no longer needed](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.
|
||||
- Copy the .miz files for your theater(s) of choice to your **[Saved Games]\DCS\Missions directory**
|
||||
- _**(Optional but strongly recommended)**_ Unsanitize the Lua IO module. You don't have to do this, but the persistent career system won't work if you don't. To do it, open the file **[DCS World installation directory]\Scripts\MissionScripting.lua** with a text editor and comment or remove the line "sanitizeModule('io')". Make sure you restart DCS World once you've modified the file.
|
||||
- Please note: should you want to backup, delete or transfer it, career progress is saved in **[DCS World installation directory]\TheUniversalMission.sav**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user