Skip to content

Instantly share code, notes, and snippets.

@Lulalaby
Forked from Toyz/OW1 CMD
Created March 11, 2022 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lulalaby/60ab31511c91b7f0f6ad99cbd11d964c to your computer and use it in GitHub Desktop.
Save Lulalaby/60ab31511c91b7f0f6ad99cbd11d964c to your computer and use it in GitHub Desktop.
All command line options to Overwatch
----------POSSIBLE OPTIONS----------------------------------------------
--account : [optional] account name to login with
--key : [optional] connection key for the server (defaults to 1 in debug)
--automationRoutine : [optional] automation routine to run after login
--startAutomationGraph : [optional] start up and execute automation global graph using provided guid
--gatherEffectStats : [optional] enables effect stat gathering
--noautoconnect : [optional] Do not automatically connect to a server
--fastQuit
--dumpAssetNames : Write to <file> a JSON map of GUID (String "0xabc...") to asset name for all soft assets
--startPosition : [optional] start position when joining a map
--matchmake : [optional] join matchmaking upon connection to lobby server
--console : [optional] open a console log window
--DefaultHero : [optional] hero to auto-select when starting the client
--PlayInputCapture : [optional] play input capture when starting the client
--LoopInputCapture : [optional] loop input capture when starting the client
--BNetServer : [optional] B.Net server the lobby should connect to
--BNetSegKey : [optional] B.Net key used to segregate servers
--QuickLogin : [optional] login using the default password and the default account
--QuickLoginUsername : [optional] login using the default password and the specified username
--BNetEnabled : [optional] use B.Net to connect to lobby
--disableTimeout
--lobbyServer : [optional] lobby server to use
--instanceServer : [optional] instance server to use
--replayFile : [optional] replay file to load
--replayTeamSlot : [optional] replay team slot to view
--replayTeamIndex : [optional] replay team index to view
--cluster : [optional] bnet server cluster to connect to
--voiceChatServer : [optional] voice chat server to use
--voiceChatChannelDomain : [optional] voice chat channel domain
--disablePlayersNearMe : [optional] disable players near me feature
--replayViewerMode : [optional] start up the client in replay viewing mode
--tank_logpath : <logpath> : Set the path where logs are written.
--tank_userlogpath : <logpath> : Set the path where logs are written. The username will be appended as an additional subdirectory.
--tank_disablesyslog : Do not forward console logs to syslog.
--uid : Launching via Phoenix, this gives us the UID
--tank_windowResX : Sets window resolution in X.
--tank_windowResY : Sets window resolution in Y.
--tank_windowPosX : Sets window position in X.
--tank_windowPosY : Sets window position in Y.
--tank_Platform : The source platform code we want to use for our data.
--tank_Region : The region code we want to use for our data
--tank_Locale : The locale code we want to use for our data.
--tank_AudioLocale : The locale code we want to use for our audio data.
--tank_Environment : The environment data we want to use.
--tank_DataRoot : Root folder for all data. Defaults to AppPath on Windows
--tank_DataPath : Use a specific data path. Defaults to tank_DataRoot/data
--tank_CachePath : Use a specific cache path. Defaults to tank_DataRoot/cache
--tank_ShowMode : Start up this application in show mode
--tank_TournamentMode : Start up this application in tournament mode
--tank_TournamentModeAdmin : Start up this application as a tournament mode admin
--tank_Console : Start up this application with the console enabled
--tank_FeatureFlags : Start up this application with specific feature flags set
--tank_DynamicConfig : Start up this with specific dynamic config set
--tank_3dAudio :
--tank_DisableStreaming : Only use local installed data, no network communication for assets.
--tank_ShippingOnly : Start up this application only using shipping packages
--tank_DisablePackageBundles : Disable package bundles.
--tank_AlwaysMegadump : Force a megadump on crash
--tank_WorkerThreadCount : Sets the desired worker thread count (up to number of physical cores)
--tank_EnablePerfRecorder : Unlocks a key combination to activate the profile recording in retail/ptr builds
--tank_FullscreenRefreshOverride : Sets the refresh rate for fullscreen mode (-1 - use default, 0 - use highest supported).
--tank_TournamentModeTickRate : Start up this application using tournament mode tick rate
--tank_AssertOnStartupFailure : Assert after shutting down an app that failed to start up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment