Skip to main content

Command Line Options

Command line switches that can be passed to the GMod process to control LJE behavior.

Example: lje-launcher.exe --lje-disable-scripts

--lje-disable-scripts

Disables loading of all LJE scripts. LJE will not load any scripts from the scripts directory, including their preinit.lua and main.lua entrypoints. Useful for troubleshooting when you want to run without any script interference.

--lje-disable-binary-modules

Disables loading of binary modules (.lje_modules). LJE will not load any native DLL modules, even if scripts request them. Useful for isolating issues caused by binary modules, or for running in environments where loading native modules is undesirable.

--lje-disable-gc-stealth

Disables GC stealth mode. Only enable this if you are experiencing crashes that you suspect are caused by GC stealth mode. LJE's GC stealth mode may cause general LuaJIT instability.