Launching Without Background Maps: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
* If you are launching the game through Hammer, you can add this to "Additional game parameters" in the Run Map dialog.
* If you are launching the game through Hammer, you can add this to "Additional game parameters" in the Run Map dialog.
* in your Steam library, right-click on the game and Choose Properties. Click the "Set Launch Options" button and add <code>-console</code> to the text field.
* in your Steam library, right-click on the game and Choose Properties. Click the "Set Launch Options" button and add <code>-console</code> to the text field.
[[Category:Level Design FAQ]]
[[Category:Source SDK FAQ]]

Revision as of 13:56, 1 August 2023

English (en)Русский (ru)Translate (Translate)

Running the game with the -console launch parameter will prevent it from loading background maps. There are three ways to do this:

  • Create a shortcut to the game's executable, and add the parameter after the path in the shortcut properties.
  • If you are launching the game through Hammer, you can add this to "Additional game parameters" in the Run Map dialog.
  • in your Steam library, right-click on the game and Choose Properties. Click the "Set Launch Options" button and add -console to the text field.