TEMPEST.114 Posted December 24, 2022 Posted December 24, 2022 I read somewhere that DCS runs each script in a protected space; does that mean each script is atomic and if it blows up it won't take the rest of the scripts down, or does that mean that all scripts are lumped together in a protected space that won't bring the sim down? I ask, because there is a script 'messageHistory.lua' in the UI folder that I would like to add in a line to pass a string to my script which will be loaded and running from the .miz. Is this possible? The other option i've seen is the Viacom overkill solution of intercepting stuff and passing it via UDP to your own app and then passing that to scripts. That seems overkill and excessive for access to just one string.
PravusJSB Posted December 27, 2022 Posted December 27, 2022 yes of course. 1 Creator & Developer of XSAF ::An AI model that wants to kill you, and needs no help from humans. Discord: PravusJSB#9484 twitch.tv/pravusjsb https://www.patreon.com/XSAF https://discord.gg/pC9EBe8vWU https://bmc.link/johnsbeaslu Work with me on Fiverr: https://www.fiverr.com/pravusjsb
TEMPEST.114 Posted December 27, 2022 Author Posted December 27, 2022 14 hours ago, PravusJSB said: yes of course. Yes of course to what? I asked several questions. To which are you replying to and can you elaborate further?
Recommended Posts