Advertisement
Sweetening

Untitled

Oct 31st, 2024
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. General Commands
  2. connect <IP:Port>: Connects directly to a server.
  3. disconnect: Disconnects from the current server.
  4. exit or quit: Closes Steam.
  5. clear: Clears the console screen.
  6. Network Commands
  7. net_status: Displays current network status.
  8. net_graph <0/1/2/3>: Shows network graph details (0 = off, 1 = basic, 2 = more detailed).
  9. net_start: Starts network debugging.
  10. net_stop: Stops network debugging.
  11. net_showudp: Shows all active UDP network connections.
  12. net_showtcp: Shows all active TCP network connections.
  13. Download and Update Commands
  14. download_depot <AppID> <DepotID>: Downloads a specific depot for an app.
  15. app_update <AppID>: Updates a specified game/app.
  16. app_info_print <AppID>: Shows detailed app info.
  17. app_config <AppID>: Displays configuration for an app.
  18. app_installed <AppID>: Checks if an app is installed.
  19. app_uninstall <AppID>: Uninstalls an app.
  20. update_pause: Pauses all current updates.
  21. update_resume: Resumes paused updates.
  22. Debugging and Logging
  23. log_ipc: Logs Inter-Process Communication.
  24. log_net: Logs network activity.
  25. log_voice: Logs voice communication.
  26. log_assert <0/1>: Enables or disables assertion logging.
  27. debug_dump: Dumps debugging information.
  28. debug_info: Displays general debug info.
  29. debug_window: Opens a window showing debug information.
  30. error_report <AppID>: Reports an error for a specific app.
  31. Game-Specific Commands
  32. force_install_dir <directory>: Sets installation path for a game.
  33. language <language>: Sets language for Steam or a game.
  34. +clientport <port>: Sets client port (useful for NAT issues).
  35. validate <AppID>: Validates game files.
  36. reset_stats <AppID>: Resets achievements or stats for an app.
  37. set_launch_option <option>: Sets a launch option for an app.
  38. System Information
  39. license_print: Displays Steam license info.
  40. app_status <AppID>: Shows app status.
  41. ping: Tests Steam's connection latency.
  42. sys_info: Prints system information.
  43. cpu_usage: Displays CPU usage.
  44. memory_usage: Shows memory usage stats.
  45. disk_usage: Displays disk usage.
  46. gpu_info: Shows GPU information and status.
  47. Friend Commands
  48. friends: Displays the friends list.
  49. msg <SteamID> <message>: Sends a message to a friend.
  50. friend_request <SteamID>: Sends a friend request to the specified SteamID.
  51. block_user <SteamID>: Blocks a user by SteamID.
  52. unblock_user <SteamID>: Unblocks a user.
  53. friend_list_online: Lists friends who are online.
  54. friend_list_offline: Lists friends who are offline.
  55. Game Launch Options
  56. Set these in the Launch Options box:
  57.  
  58. -novid: Skips intro video.
  59. -windowed: Starts in windowed mode.
  60. -fullscreen: Starts in fullscreen mode.
  61. -w <width> -h <height>: Sets screen resolution.
  62. -console: Enables in-game console.
  63. +sv_cheats 1: Enables cheats (for supported games).
  64. +fps_max <value>: Sets max frame rate.
  65. -safe: Starts the game in safe mode.
  66. +mat_dxlevel <version>: Forces a DirectX level.
  67. Hidden Advanced Options (may not work in all games)
  68. +developer <0/1>: Enables developer mode.
  69. +cl_showfps <0/1>: Shows FPS (frames per second).
  70. -nojoy: Disables joystick support.
  71. -high: Sets the game process priority to high.
  72. -threads <num>: Sets the number of threads used by the game.
  73. +exec <filename>: Executes a config file on launch.
  74. In-Game Commands (specific to Valve games)
  75. killserver: Stops a server.
  76. retry: Reconnects to the last server.
  77. status: Displays server and player information.
  78. version: Shows game version.
  79. +alias <command>: Sets an alias for a command.
  80. -console: Disables in-game console.
  81. sensitivity <value>: Sets mouse sensitivity.
  82. volume <value>: Sets in-game volume.
  83. Voice and Audio Commands
  84. voice_enable <0/1>: Enables or disables voice chat.
  85. voice_loopback <0/1>: Enables voice loopback.
  86. voice_threshold <value>: Sets the voice activation threshold.
  87. snd_restart: Restarts sound system.
  88. snd_mixahead <value>: Adjusts sound latency.
  89. volume <value>: Sets master volume level.
  90. snd_surround <0/1>: Enables surround sound.
  91. Client Configurations and Settings
  92. steam_restart: Restarts Steam.
  93. steam_log: Shows the Steam client log.
  94. steam_settings: Opens Steam client settings.
  95. steam_notification <0/1>: Toggles notifications.
  96. steam_password <newpassword>: Changes your Steam password.
  97. steam_guard: Manages Steam Guard settings.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement