-
Notifications
You must be signed in to change notification settings - Fork 20
Command Line Arguments
David M edited this page Mar 24, 2021
·
4 revisions
This page expands upon the message from "FallingSandSurvival.exe --help
"
--help or -h : Print a help message listing available arguments
--game-dir=path : Set game directory (contains worlds folder, etc.) (default: "gamedir/")
--display-mode=mode : Set display mode ("windowed", "borderless", "fullscreen") (default: "windowed")
--vsync : Enable vsync
--server : Run dedicated server (does not function yet)
--debug : Enable debug mode (open debug UIs by default)
--profiler : Enable easy_profiler
--profiler-dump : Enable profiler dump to file on exit (under gamedir/profiler/***.prof)