Skip to content

Lua Console

Jerker Dahlblom edited this page Mar 5, 2024 · 2 revisions

Lua Console

Lua Console is disabled by default.

To enable it open file ServerSettings.lua and set ServerSettings.EnableLuaConsole = true.

You can execute the code in the Lua Console by pressing CTRL + Enter.

Remember that by having it active arbitrary lua code can be executed via dcs-insight. Access to lua module os (Operating System) is possible. Do not have this feature enabled if you don't use it.

Clone this wiki locally