Skip to content

Instantly share code, notes, and snippets.

@JARVIS-AI
Forked from xPaw/steam_commands
Created August 29, 2020 08:14
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 JARVIS-AI/19b9999fe5e24c57d8761e9ef6c646d1 to your computer and use it in GitHub Desktop.
Save JARVIS-AI/19b9999fe5e24c57d8761e9ef6c646d1 to your computer and use it in GitHub Desktop.
-480p - Run tenfoot in 480p rather than 1080p
-720p - Run tenfoot in 720p rather than 1080p
-accesscode -
-all_languages - show longest loc string from any language
-auto-browser-auth -
-bigpicture - Start in Steam Big Picture mode
-blefw -
-cafeapplaunch - Launch apps in a cyber cafe context
-candidates - Show libjingle candidates for local connection as they are processed
-ccsyntax - Spew details about the localized strings we load
-cef-force-32bit - forces usage of 32-bit steamwebhelper when available
-cef-verbose-logging - enables verbose logging from CEF
-cef-winxp - force running the WinXP compatible CEF browser
-clientui -
-community - Set the community URL
-complete_install_via_http - Run installation completion over HTTP by default
-console -
-cybercafe - Forces cyber cafe mode for debugging
-debug_steamapi - enables logging of Steam API functions
-debugbutton - Show debug button in content frame header
-dev -
-disable-winh264 - disables loading winh264.dll
-disablehighdpi - disables high-DPI support in CEF
-dumpvideostream - Dump the game stream as an elementary video file
-enable-keyring - enables CEF usage of the Chromium keyring
-enablealloobesteps -
-flushconfig -
-forcecontrollerappid - Force a Specific AppID for Steam Controller Config - Prevents context/app switching from changing configuration
-forceservice - Run Steam Client Service even if Steam has admin rights
-forcevgui -
-friendsui -
-fs_log - Log file system accesses
-fs_logbins - Log the binaries we load during operation
-fs_target - Set target syntax
-fulldesktopres - Run tenfoot in full desktop resolution rather than 1080p, overrides -720p as well.
-fullscreenopengl - Use the full screen OpenGL render for the UI
-hidelibmenu -
-init_universe -
-language - Set Steam client UI language
-log_voice - writes voice chat data to the logs/voice_log.txt file
-login - Automatically logs in user
-lognetapi - logs all P2P networking info to log/netapi_log.txt
-musiccrawltrack - Add menu to crawl track and print result to console
-musicdbforcerebuild - Forces a rebuild and recrawl of the music database
-newvrchat -
-no-browser - unconditionally disables CEF
-no-cef-sandbox - disables sandboxing in CEF
-no-dwrite - forces CEF to use GDI text even if DWrite support is available
-no-shared-textures - forces overlay to avoid sharing texture handles with game process
-nobigpicture - Start in regular mode (force Big Picture mode off)
-noconsole -
-nocrashmonitor -
-nofasthtml - Disables new fast child hwnd direct in vgui hwnd rendering path
-nofriendsui -
-nointro - Skip intro movie
-noshaders - Disable the shader manager
-oldlib -
-opendevtools - Open Chrome devtools on launch
-opengl - Use the OpenGL render for the UI
-openoverlaydevtools - Open Chrome devtools on creation of any overlay browsers
-overlaytestmode - Forces overlay testmode mode for debugging
-perfectworld - Identifies processes that were launched by the Perfect world launcher
-silent - Silent startup mode (tray mode only)
-single_core - Force Steam to run on your primary CPU only
-skipstreamingdrivers - Skip streaming driver checks
-steamos -
-store - Set the store URL
-storebeta - 0
-tcp - forces connection to Steam backend to be via TCP - deprecated, will be replaced by websockets only for TCP soon
-tenfoot - Start in Steam Big Picture mode
-testbutton - Show test button on main menu
-testssa - force display of SSA
-udpforce - forces connection to Steam backend to be via UDP - deprecated, won't exist for too long
-unhidefriendsui -
-vguifocus - Print out details of which panel has keyboard focus
-vguimessages - set to see debug vgiui2 messages
-voicerelay - Only allow 'relay' connections for voice (testing).
-vrdisable - Disable VR - never even try to load OpenVR DLLs
-vrforce - Always perform Hmd status check even if we crashed the last time we tried
-vronly -
-vrskip - Skip VR initialization entirely no matter who asks for it
-websocket - forces connection to Steam backend to be via WebSocket
-websocketignorecertissues - says it's ok to ignore cert validation issues if using WebSocket connections, for dev use only
-windowed - Run Steam tenfoot mode in a window rather than a fullscreen borderless window
@AllowSkipGameUpdate = "0" -
@AppMRUSize = "20" -
@bClientDownloadNiceNetworkThrottle = "0" -
@bClientDownloadUseHTTPS = "0" - Set this to use HTTPS on supported download servers
@bClientOpenCacheStickyRedirects = "1" -
@bCloudDetailsEnabled = "0" -
@bContentManifestUseProtobufs = "1" -
@bCSClientRateLimitUseDelays = "0" -
@bCSForceNoCache = "0" -
@bDepotBuilderReadBufferSizeKB = "8192" -
@bDepotBuilderUnbufferedReads = "1" -
@bDisableDualStackDownloads = "0" -
@bEnableFrameFuncOverageWarnings = "0" - This turns on the spew in SPEW_MISC at level 4, still need to adjust spew levels to see it.
@bEnableLogTearOff = "1" -
@bEnableMovieRecording = "0" -
@bEnableOfflineLogonTicket = "1" - If true, an offline logon ticket will be requested during logon if none is cached
@bEnableSiteLicenseConnect = "1" -
@bEnableSiteLicenseConsoleLogging = "0" -
@bEnableSpewThrottle = "1" -
@bEnforceValidEmailDomains = "1" - Enable valid email domains in BIsValidEmailAddress
@bForceAbsoluteMouseCoordinates = "0" -
@bForceLaunchEula = "0" -
@bForceStreamUnsupportedApp = "0" -
@bHttpClientRecordHostnameDimension = "0" - Group HTTP metrics by hostname. Careful, the cardinality of your in-memory map might be large.
@bLANPeerConnectionTimeoutSec = "5" -
@bMetricsEnabled = "1" - Enabling allows jobs to collect and report metrics through IMetricsReporters.
@bMsgErrorDump = "0" -
@bRequireOfflineLogonTicket = "1" - If true, a valid offline logon ticket is required when logging in in offline or no connection mode
@bSiteLicenseAllowCachedClientCredentials = "0" - Allow Steam clients that associate to this site to save username and auth credentials locally
@bSiteLicenseProxyCacheIsExternalProcess = "0" - If set, the caching content proxy will be handled by some process other than steamcmd. You probably also should set @sSiteLicenseProxyExplicitIP.
@bSiteLicenseProxyEnableIPv6 = "0" - If set, we will enable ipv6 communications to the Steam servers
@bSiteLicenseServer = "0" -
@bUseWebMicrotxnPathInSteamClient = "1" -
@cbPartnerUploadChunkSize = "1000000" - Chunk size to use for POSTing partner uploads
@cCSClientMaxNumSocketsPerHost = "4" -
@cCSClientMaxNumSocketsPerHostForCachingProxy = "32" -
@cDepotBuilderFileChunkingThreads = "4" -
@cMaxContentServersToRequest = "20" -
@cMaxInitialDownloadSources = "-1" -
@cNetEncryptionHandshakeWorkMax_HighPri = "8000" -
@cNetEncryptionHandshakeWorkMax_LowPri = "2000" -
@cNetEncryptionHandshakeWorkMax_MedPri = "4000" -
@csecCSRequestProcessorTimeOut = "300" -
@csecDurationControlPeriod = "0" - Override default duration-control / anti-indulgence time period. If nonzero, initial playtime threshold is this value in seconds
@csecDurationControlPeriodToday = "0" - Override default duration-control / anti-indulgence time period. If nonzero, per-day playtime threshold is this value in seconds
@csecDurationControlSimulated = "0" - Simulate having already played this many seconds of playtime.
@csecDurationControlSimulatedNonRecent = "0" - Simulate having already played this many seconds of playtime today, but not recently.
@csecFavoriteGameAccountCacheTime = "86400" - Control how often we refresh the account IDs in the game server favorites list
@csecIncomingDataRatePeriod = "1" -
@csecSiteLicenseProxyStatsLog = "60" - Log proxy stats this often
@csecSiteLicenseProxyStatsUpdate = "1" - update proxy stats internally this often
@csecUpdateTargetNumConnectionsEpoch = "10" -
@cSecUploadDownloadRates = "300" -
@CSInterfaceProxyPassword = "" -
@CSInterfaceProxyUsername = "" -
@cUDPSendRetries = "8" -
@CustomBinaryRequestRetryTimes = "20" -
@DepotBuilderDeltaMaxChunks = "20000" -
@DepotBuilderEnableVZd = "1" -
@DepotBuilderMaxParallelUploadChunks = "24" -
@DepotBuilderNumHTTPSocketsToMDS = "36" -
@DepotBuilderParallelUploadChunks = "6" -
@DepotBuilderProgressTimeout = "1000" -
@DepotBuilderVZdMinRatio = "0.4" -
@DepotBuilderXORMatchPercent = "95" -
@durationControlNightCheck = "1" - Time of day check for duration-control feature. 1 = normal. 2 = force night-time. 0 = disable checks, only enabled for age verified accounts
@EnableUDPHistory = "0" -
@fDownloadRateImprovementToAddAnotherConnection = "1.2" -
@fMinDataRateToAttemptTwoConnectionsMbps = "1.5" -
@ForceContentServerID = "" -
@GCNameOverride = "" -
@influxBlacklistedTags = "steamid" - Comma separated list of tag names known to cause cardinality problems for Influx. We drop those tags but emit the others per-metrics.
@LocalContentServer = "" -
@MaxOutstandingSendThreadItem = "1000" -
@metricsDisabledOperations = "" - Comma separated list of metrics operations - disable list
@metricsEnabledCatalogs = "" - Comma separated list of metrics catalogs - enable list. Inclusion in this list bypasses operation whitelist. Probably every catalog other than job_metrics should be in here.
@metricsEnabledOperations = "CInfluxClient::SendCurrentBatchAsync" - Comma separated list of metrics operations - enable list
@metricsLegacyJobMetrics = "CInfluxClient::SendCurrentBatchAsync,UpdateAppJobReport,perf,ExternalStorageTransferReport,ChatRoom.RelaySendChatMessage#1,DownloadRates,DownloadRatesPerServer,AppBranchUpdateStats,Trust.FullAccountUpdate#1,Trust.OnAccountChanged#1,Trust.OnAccountLabeled#1,Trust.OnAccountLicenseAdded#1,PlayerStatsVOD,PlayerStatsBroadcast,CurrentPlayers,matchmaking,AppTransfers,DownloadRatesISP,DownloadRatesISPPerServer,ExternalTransferStats,BroadcastFetchStats,Transaction,DataTransfer,ContentServerStats,SteamPipeCDNWeights,RegionDirectives,BroadcastCDNWeights,China.ListPersonaNames#1,China.RestrictVisibility#1,GetInteractiveRecommendations,PlayerStallReportBroadcast,PlayerStallReportVOD,AddAnnouncementImage,GetIRAppRankForAccounts,email_monitor" - Comma separated list of Operation names that predate preaggregated job metrics.
@nClientCMUDPPingTimeGoodEnoughThresholdMS = "50" -
@nClientCMUDPPingTimeoutUseGoodEnoughMS = "250" -
@nClientDownloadNiceNetworkThrottlePercentage = "85" -
@nClientDownloadPreferredServerMaxLoad = "85" - Once preferred servers reach this load, we'll continue to use non-preferred servers in the list after them
@nClientServiceMethodForDownloadListPercent = "100" -
@nCloudDetailsSimulatedFileCount = "0" -
@nContentDeltaChunkAppendChunksAfterProtobufSizeThresholdMB = "33" -
@nCSClientRateLimitKbps = "0" -
@nDownloadGlobalThrottlingDaytimeStartHour = "0" -
@nDownloadLANChunkCacheSizeMB = "128" -
@nDownloadLANPeerGroup = "0" -
@net_backlog_bytes_allowed = "12000000" -
@net_backlog_time_allowed_sec = "5" -
@net_loopback = "1" -
@NetConnectionBufferMsgLimit = "1000" - Max # of message that will be buffered into a single zipped packet
@NetConnectionBufferThreaded = "1" -
@nIOCPThreadCount = "1" -
@nLANPeerGroupRateLimitKbps = "0" -
@nLANPeerMaxConnections = "24" -
@nLANPeerRateLimitKbps = "0" -
@nNetConnectionBufferZipLevel = "1" -
@nParentalSettingsLogLevel = "4" - Control the amount of spew written to the parental log file
@nSiteLicenseProxyCacheMaxGB = "100" - If local content cache is enabled, use up to this much disk space
@nSiteLicenseProxyEnableP2P = "0" - If set, will have all connected clients join the same P2P download group
@nSiteLicenseProxyPort = "0" - Local content cache: set > 0 to enable, will listen on this port
@nSpewThrottleNagFrequencyMs = "5000" -
@nSpewThrottlePeriodMs = "1000" -
@nSpewThrottleResumeThreshold = "3" -
@nSpewThrottleTriggerThreshold = "10" -
@nSpewThrottleUnconditionalResumeMs = "5000" -
@nSpewThrottleUnconditionalTriggerCount = "50" -
@nStatsMonitorScale = "1" -
@nStatsMonitorSecs = "300" -
@nTCPLargeSendBufSizeMB = "16" -
@OSJumpListMRUSize = "5" -
@panorama_backstack_focus_restore = "1" -
@panorama_daisy_wheel = "ABXY" - Daisy wheel input mode: RS | ABXY
@panorama_debug_movies = "0" -
@panorama_defaultinput = "dualtouch" -
@panorama_dragscroll_maxflickvelocity = "8000" - Maximum velocity for a drag scroll flick
@panorama_dragscroll_maxflickvelocity_vr = "8000" - Maximum velocity for a drag scroll flick in VR
@panorama_dragscroll_minflickvelocity = "60" - Minimum velocity that the mouse must be moving as mouse up time to qualify as a drag scroll flick
@panorama_dragscroll_minflickvelocity_vr = "240" - Minimum velocity that the mouse must be moving as mouse up time to qualify as a drag scroll flick in VR
@panorama_html_shared_surface = "1" -
@panorama_mainmenu_web = "0" -
@panorama_suggestions_view = "0" - 0 - default, 1 - no games or friends, 2 - just games no friends, 3 - some games and friends, 4 - some friends no games
@panorama_suggestions_web = "1" -
@panorama_trailerslideshow = "1" -
@panorama_transform_parents_no_layer_if_no_perspective = "0" -
@PWIDVerificationThreshold = "0" - Time threshold
@RunAdminInstallScriptsFromService = "0" -
@sBroadcastPreset = "" -
@sBroadcastTune = "film" -
@sCSDSVirtualHostHeader = "" -
@sForceLocalContentCache = "" -
@sSiteLicenseProxyCacheDirectory = "appcache/slscache" - If local content cache is enabled, use this path for disk cache
@sSiteLicenseProxyExplicitIP = "" - Local content cache: if not blank, will instruct clients to go to this IP for the content cache.
@sSteamCmdForcePlatformBitness = "" - Must be one of: [32 | 64]
@sSteamCmdForcePlatformType = "" - Must be one of: [windows | macos | linux | android]
@steam_alienfx_settings = "0" -
@steam_alienware_hdmi_input = "0" -
@steam_controller_settings = "0" -
@sticky_tooltips = "0" - Don't ever hide tooltips. Helpful when debugging complicated tooltip layouts.
@store_beta_mode = "0" -
@store_country_code = "" -
@strCSNoCacheHeader = "no-cache" -
@StreamClientArgs = "" -
@sTrustedLocalContentCacheName = "" - Set this to the machine name where a trusted local Steam download cache is hosted, and we'll use it if available.
@uDownloadLANPeerPort = "27038" - If LAN p2p download enabled, will listen on this port for TCP connections from peers. Must be set consistently across all members of the group!
@unMinimumShaderDownloadSizeInUI = "33554432" -
@uRemoteDiscoveryPortOverride = "0" - If non-zero, will listen on this port for broadcasts instead of k_nBroadcastPort
@uRemoteDiscoveryPortTransmit = "0" - If non-zero, will transmit outgoing broadcasts on this port instead of on the listen port
achievement_clear - Clears an achievement
AlwaysCustomizeOnBadExit = "0" -
app_backup - <appId> <max size MB> <target folder>
app_dlc_status - app_status <appId> <dlcId>
app_download_enable - <0|1>
app_info_http_min = "0" -
app_info_http_num_sockets = "8" -
app_info_print - Dumps app info for appID
app_info_update - [0|1] : trigger app info update, optionally for update all
app_install - <appId> [volumeindex]
app_license_request - <AppID> - Requests a free licenses for this app if not already owned.
app_mark_validation - <appId> <0|1:full>
app_move - <appId> <volumeindex>
app_restore - <appId> <backup folder>
app_set_update_flag - app_set_update_flag <appId>
app_start_validation - <appId>
app_status - app_status <appId>
app_stop - <appid> [force:0|1] stop this running app
app_uninstall - [-complete] <appId>
app_update_cancel - <EAppUpdateError>
apps_installed -
apps_running - displays information about running games tracked by Steam
async_disconnect - async disconnect
AsyncFileIOAlternateReadWrite = "1" -
AsyncFileIODisableWrite = "0" -
AsyncFileIOExpectOutstandingIO = "6" -
AsyncFileIOForceGenericIO = "0" -
AsyncFileIOMaxPendingWin32 = "256" -
AsyncFileIOReadHandleCache = "4" -
AsyncFileIOWriteHandleCache = "4" -
batterycharging = "0" -
batterypercent = "0" -
batterytime = "0" -
bBroadcastAlwaysUploadThumbnails = "1" -
bBroadcastUploadGameDataIntervalSeconds = "5" -
bCheckForFreeGamesOnLogin = "0" -
bCheckUGCIntegrity = "1" -
bClientPingCSesForCellID = "0" -
bClientRecommendationsEnabled = "1" -
bCloudAcceptUnexpectedAutoCloudFileChanges = "1" -
bDelayGameUpdatesOnBeta = "0" - Should we do scheduling of updates on Steam Beta? If not, they'll all be ASAP
bDepotDeltaPatchUseAPI = "1" -
bDisableClientUIOverlay = "1" -
bDisableTenFootOverlay = "0" -
bEnableHomeTestOverlay = "0" -
bEnableLoginUsersErrorUpload = "0" - Set to enable uploading log files if there is an error loading login user info
bEnableSubscribedFileListCache = "1" -
bEnableTradeInviteBarInLaunchers = "1" -
betaalwaysrebuild = "0" -
bExternalProcessForVOD = "1" -
bFinishStagedDepotVersions = "1" -
bigpicturetips_enableinvisibletips = "0" -
bigpicturetips_enableseentips = "0" -
bInstallscriptReports = "1" - send reports about broken install scripts
bLogLegacyDiskDetails = "0" -
bPhoneBannerEnabled = "0" -
bRedeemWalletVoucherEnabled = "1" -
broadcast_adjust_bitrate = "200" -
broadcast_upload_drop_sec = "6" -
broadcast_upload_update_sec = "3" -
bScreenshotsLibrary = "0" -
bShaderCacheDownloads = "1" - Allow to download shader cache depots
bShaderEnableCacheManagement = "1" -
bShaderEnableFossilizeLayer = "1" -
bShaderEnableUpload = "1" -
bSingleFileUpdateMode = "1" -
bSteam3LimitedUserEnable = "1" -
bSteamLoaderEnable = "1" -
bSubscribedFilesDecompressOnClient = "1" -
bSubscribedFilesPollForUpdates = "0" -
bSubscribedFilesUseRangeRequests = "0" -
build_installer - <project file> <target folder> [beta key] [beta pwd]
bVerifyAllDownloads = "0" -
cAppUpdateWorkingSetMB = "512" -
cFileValidationMaxLog = "100" -
clear_console - Clears console text
clear_marketing_message_views - Refetches & displays all marketing messages, ignoring the list of those already seen
ClientStatsUploadRateSeconds = "10" -
clientui_overlay_fps = "60" -
clientuistats_batchsize = "0" - Control how many events can be queued up for ClientUI stats before the batch is committed. 0 will commit every row.
cm_force_change - Change CM List
config_refresh - Refresh client configuration
connect_remote - <ip:port>
controller_interp = "0" -
controller_min_activation_time = "0.0333" -
controller_momentum_num_excluded_samples = "1" -
controller_momentum_num_included_samples = "5" -
controller_momentum_smooth = "0" -
controller_newpoll = "1" -
controller_rate = "2000" -
countrycode = "" -
cPreallocateMinimumSizeKB = "256" -
csecManifestDownloadTimeout = "120" -
debugLaunchAppDelaySecs = "0" -
DepotDeltaPatches = "2" -
DepotDownloadProgressTimeout = "120" -
DepotReconstructionBadChunk = "0" -
DepotReconstructionLowPrio = "1" -
DepotReconstructionNumIOThreads = "1" -
DepotUseAlternatingReadWrite = "1" -
developer = "0" -
device_authorize_local - <description> : authorize local device for authorized users
device_authorize_status - prints device authorization status
disable_license -
download_depot - download_depot <appid> <depotid> [<target manifestid>] [<delta manifestid>] [<depot flags filter>] : download a single depot
download_item - download_item <appid> <PublishedFileId> : download a workshop item
download_sources - Dumps list of download sources
dump_box_ips - dump the list of detected local box IP addresses
dump_scheduled_functions - usage: "dump_scheduled_functions" Displays internal Steam function callback timers
enable_license -
enforcerequiredbranch = "0" -
find - find substrings in console commands
get_download_throttle -
html_exit_fullscreen - If the web panel for the ui is currently fullscreen, undo that
http_test - <optional_url> test HTTP connectivity via specified URL
install_folder_add - <path>
install_folder_list - list all mounted Steam volumes
install_folder_ui - show UI dialog
installmanagertimeout = "15" -
join_steam_use_web = "0" -
kv_stats - Render KeyValues stats
library_asset_cache_version = "3" -
library_sharing_account_max = "5" -
licenses_for_app - <appid> : shows active licenses for appid
licenses_print - display users's Steam3 licenses
log_callbacks - usage: "log_callbacks <first callbackID> [last callbackID]
log_files_always_flush = "0" -
log_ipc - usage: "log_ipc [counts|verbose] <filter>" Enables IPC logging. Specifying "counts" or "verbose" is optional, defaulting to counts.
log_matchmaking_callbacks = "0" -
manifest_dump - <filename>
mem_stats - Dump memory stats
mem_validate - <dump|leaks> <threshold> : validates memory
mem_walk - [full] : validates memory
MergeCapReprocess_minutes = "480" -
mic_autogain = "16000" - automatic gain control level for microphone input
mic_inputfile = "" - causes voice data to be read from the specified file instead of from the microphone
mic_outputfile = "" - causes microphone data to be written out to the specified file
minidump_assert - generates an assert
minidump_crash - crashes the Steam client
musiclogging = "0" -
nBroadcastSessionMaxDropFrames = "100" -
nClientBackgroundAutoUpdateLessRecentlyPlayedThresholdHours = "168" - If you've played the game more recently than this, we'll schedule the background update sooner.
nClientBackgroundAutoUpdateNotPlayedTimeSpreadDays = "14" - If the user hasn't played this game in a while, pick a morning up to this many days out to update.
nClientBackgroundAutoUpdateRecentlyPlayedThresholdHours = "72" - If you've played the game more recently than this, we'll schedule the background update sooner.
nClientBackgroundAutoUpdateTargetHour = "4" - Target hour, in local time, for auto-scheduled app updates. Will be spread around this point via the convar below.
nClientBackgroundAutoUpdateTimeSpreadMinutes = "360" - Spread of time around the above target hour - this is the +/- 2-sigma window, so half this on either side.
nCloudDownloadMinIntervalSec = "15" -
nCloudFileCompressionMinFileSizeKB = "16" -
nCloudFileCompressionMinFileSizeKBSharedFile = "128" -
nCloudFileCompressionPercentageMin = "10" -
nCloudFileCompressionPercentageMinSharedFile = "50" -
nCloudSyncIntervalSec = "30" -
nCloudUploadMinIntervalSec = "60" -
nCommunityFilesToShowMax = "3" -
nContentDownloadsToOtherDrive = "1" - Allow to download updates to other drives then install folder is on
nContentStatsReportInterval = "72" - In Hours
net_incomingcheck = "1" -
net_maxresendsperframe = "32" -
net_msgdump - Dumps list of sent net messages
net_msgspew - Spews sent and recv net messages
newcoplayui = "0" -
nPhoneNotNowDays = "7" -
nProductInfoUpdateInterval = "900" -
nRichPresenceUploadThrottleSecs = "5" -
nSubscribedAutoDownloadMaxSimultaneous = "8" -
open - opens a main Steam navigation page to the specified internal URL
p2p_connecttimeout = "15" -
p2p_info - usage: "p2p_info" Displays the current state of the P2P networking subsystem.
p2p_unusedtimeout = "120" -
package_info_print - Dumps package info for packageID
panorama_upload_mappings = "0" -
profile_dump - Tells vprof to dump the full profile of all threads (using the last profile data if vprof is off)
profile_off - Turns off vprof and halts profiling
profile_on - Turns on vprof and begins profiling
profile_on_dump_spikes - Turns on vprof, and enables automatic dumping of any single frame that contains spikes above the given threshold in milliseconds (use the regular profile_off to stop)
profile_show_gui - Tells UI to pop a profile dialog for each known thread, must use profile_on/off separately to actually enable/disable data gathering
quit - quit [force|now|system] : instructs the Steam client to do a safe or forced exit
render_ipc_connections - usage: "render_ipc_connections
reset_all_stats - Clears all stats and achievement
rtime32EarliestSubscribedFileToDownload = "1354389910" -
sc_kalman_a_vel = "1.0" -
sc_kalman_fastq = "0" -
sc_kalman_h_vel = "1.0" -
sc_kalman_q_vel = "2.0" -
sc_kalman_r_vel = "2.0" -
sc_kalman_slowq = "0" -
sCommunityShareScreenshotLink = "https://www.facebook.com/dialog/feed?app_id=105386699540688" -
service_findlock - Find process locking file
service_repair - Repair Steam service
service_restart - Restarts Steam Windows service
service_test - Test Steam service
set_download_throttle - set_download_throttle <kbps> <bPersistent = false>
set_spew - <group> <spewlevel> <loglevel> Sets spew and log levels for a given group
set_spew_level - <SpewLevel LogLevel> Sets spew and log levels for all groups
shader_build - shader_build <appId> <optionalThreadCount>
shader_scan - shader_scan <appId> <optionalOverridePath>
spew_controller_loss = "0" -
stats_dump - stats_dump [filter] : dumps matching debug stats
stats_gui - stats_gui : show debug stats panel
stats_monitor - stats_monitor <stat name> [rate] [KB|MB] : monitor a debug stat value
stats_reset - stats_reset [filter] : set matching stats back to 0
steamcontroller_developer = "0" -
streaming_log_spikes = "0" -
tenfoot_forcelaunchgameid = "0" -
tenfoot_match - [prefix]: matches a string prefix
tenfoot_pickle_dictionaries - compiles daisy wheel input dictionaries to more performant form
tenfoot_pickle_single_dictionary - [language] compiles one daisy wheel input dictionary
tenfoot_text_hotspots - find text autosuggest hot spots
test_dropcon - Tests dropping a connection
test_failnextconnect - Tests failing the next connection
test_opus_voice_encode - test an opus voice encode
test_reconnect - Reconnect after using test_failnextconnect&test_dropcon
test_voice_encode - test a voice encode
testappcloudpaths = "0" -
UGCCDNReportPct = "100" -
unShaderHitCacheGeneration = "1" -
unShaderMaxHeadersPerMessage = "1024" -
unShaderMaxUploadMessageSizeKb = "256" -
user_friends - Dumps list of friends
user_info - Dump various Steam info
verify_chunk_store - verify_chunk_store <appid> <depotid> <datafile> : run app depot build as specified in appbuildfile
verifySignaturesBeforeLaunch = "1" -
vgui_spewpanelstats - spew active panel stats
voice_api_optimalrate = "24000" -
voice_autogain = "0" -
voice_fakeloss = "0" -
voice_game_usage - displays information about the game's use of Steam voice
voice_minabs = "0.15" -
voice_minavg = "1.0" -
voice_outputdevice = "0" - 0=>Miles 1=>XAudio2
voice_outputfile = "" - causes output from voice system to be written out to the specified file
voice_preprocess = "0" - enables voice cleanup on incoming microphone data
voice_quality = "6" -
voice_resample_quality = "1" -
voice_silk_bitrate = "30000" -
windows_info - system_info : prints system information
workshop_download_item - workshop_download_item <appid> <PublishedFileId> : download a workshop item
workshop_items_cache_days = "14" -
workshop_items_update_interval = "900" -
workshop_status - workshop_status <appId>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment