#
Command Line Arguments
NIO has optional command line arguments to override default application behavior. Please note, most of these should be used on special instructions by Paramethod support and can produce visual artifacts and have a severe negative impact on the application performance.
Usage:
NIO.exe [-DisableHardwarePaint] [-Graphic <GraphicEngineOption>] [-Help] [-NoSplash]
Examples:
Start NIO in OpenGL rendering
NIO.exe -Graphic opengl
Start NIO in software rendering and no splash screen
NIO.exe -Graphic software -NoSplash
Shows the NIO command line argumetns help dialog
NIO.exe -Help