Command line parameters

+

Guest 2364765

Guest
Command line parameters

As thread title states, since CDPR never bothered to share those officially, we did a little digging of our own.
Cannot promise that's a full list and i can't guarantee that everything listed works (or works as intended):

-borderless (probably a flag to force borderless mode)
-compile_nonstrict (??)
-cvarsdump (creates engine variable settings dump in the game folder inside your documents)
-DB (if a flag at all, may be related to database services used for editor?)
-ddi= (??)
-debugsaves (??)
-debugscripts (used for connectivity with script studio)
-displayfps (displays white debug text in upper right corner, containing current FPS and highest frametime)
-dumprtti (probably related to dumping classes, does not seem to work with retail executable)
-dumpscripts (possible to specify directory with "=path", though does not seem to actually dump scripts)
-EB (?? if it's a parameter at all)
-forcescriptcompilation (probably handy if your scripts got bugged and don't want to recompile)
-forceshadercachewrite (Will break your shader.cache (and thus, the game))
-height (probably forces viewport height)
-kinect (probably kinect debug on PC)
-lang (probably language override)
-logpriority (??)
-loose (?? related to script compilation?)
-net (required for connecting game to script studio)
-noassert (probably disables crash windows)
-noborder (another one for borderless mode?)
-nolog (??)
-nomods (probably disables mods loading)
-noplayer (game will either crash or load infinitely when loading a save)
-noscriptcrc (skip CRC check when compiling scripts?)
-nosplitcook (??)
-nostrings (show localization keys instead of strings)
-oldgui (probably some fallback, as of 1.22 it just disables support for .png icons, apparently)
-position (??)
-profileio (profiler for loading files?)
-rebuild-store (??)
-root (?? - prevents game from booting)
-savehack (??)
-script (??)
-show_script_log_channels (log related)
-silentassert (??)
-silentcrash (??)
-silentscripts (??)
-speech (override voiceover language?)
-splitcook (??)
-texres (texture resolution override?)
-usebundles (??)
-useCookedLocale (??)
-vdb (probably related to visual debug, although does not seem to work)
-verifyscriptsandexit (probably self explanatory)
-width (viewport width override)
-window (force windowed mode)
-windowed ( ditto?)
 
Last edited by a moderator:
Top Bottom