-
Notifications
You must be signed in to change notification settings - Fork 27
Launch Parameters (Arguments)
Benedikt S. Vogler edited this page Feb 6, 2018
·
5 revisions
Here is a list of launch options.
Example:
yourjarpassingargstoWE.jar --width 1920 --height 1080 --windowed --skipintro
--windowed
launch in windowed mode, fullscreen is default.
--width <number>
set resolution width
--height <number>
set resolution height
--skipintro
skip the Wurfel Engine intro
--skipmenu
skips loading the main menu
-v
,-V
or –-version
outputs the version of the engine then quits
–-headless
Starts the engine without a window. Can be used for unit testing or server mode.