Increase footstep volume in CS2 via the console and sound settings

Footstep sounds play a crucial role in Counter-Strike 2 (CS2). Your success in every round depends on how well you can hear your opponents. If you’ve ever played with the sound turned off, you know how difficult it is to navigate the map without the sounds of footsteps and gunfire. Footsteps allow you to determine not only the direction the enemy is moving in, but also their approximate distance and the number of opponents.

In this guide, we’ll explain in detail how to increase footstep volume in CS2, which console commands can help make the sound clearer and louder, and show you how to save your settings in a separate config file so you don’t have to re-enter the commands every time you launch the game.

Why It’s Important to Adjust Footstep Sounds in CS2

Properly configured audio gives you a real advantage in competitive matches. Even a slight improvement in the volume of footsteps or the range of sound detection helps you spot enemy movements sooner, take up a favorable position, and win the firefight.

The right audio settings make the game more enjoyable: you’ll be better able to pinpoint the direction of sound sources—footsteps, reloading, explosions, gunfire, doors opening, and other sounds.

Open the developer console in CS2

If you know how to open the console in CS2, let’s move on to the next step.

Before using the commands to adjust footstep volume in CS2, you must enable and open the developer console.

  1. Go to the Counter-Strike 2 settings (the gear icon in the top-left corner of the main menu).
  2. In the “Game” tab, locate the “Enable Developer Console” option and select “Yes.”
  3. Open the console by pressing the ~ key (tilde).

If the console doesn’t open, check your keyboard settings or the guide on how to open the console.

How to increase the volume of footsteps in CS2

We recommend starting a match in “Training” or “Workshop Maps” mode to test out and get used to the new audio settings.

Open the console and enter the following four commands one after another:

  • What it does: This is the most important command on our list. It significantly increases the volume and audibility of sounds over long distances. This applies not only to footsteps, but also to gunfire, reloading, and grenade explosions. The soundscape becomes clearer and more detailed.
  • Restore default value: 1
  • Note: You’ll notice the difference immediately after applying this command. If the sound seems too sharp or unfamiliar, you can experiment with values between 1 and 2 (for example, 1.5).
  • What it does: This command “brings” sounds coming from the front closer to you. It makes the front sound more spacious and distinct, helping you pinpoint more accurately when an enemy is moving straight toward you or is ahead and to the side.
  • Restore default setting: 90
  • What it does: This command works on the same principle as the previous one, but affects sounds coming from behind. It enhances the rear soundstage, allowing you to better hear enemies sneaking up on you from behind.
  • Restore default value: 90
  • Pro tip: To get the most out of these two commands, some players use software like Razer Surround or Dolby Atmos for Gaming, which further enhances spatial audio.
  • What it does: This command reduces audio latency. Essentially, in-game sounds start playing faster, almost in real time, which is critical for quick reactions. You’ll hear an enemy’s footsteps coming around the corner sooner.
  • Restore default value: 0.10
  • Important warning: On some audio systems or PCs, a value of 0.05 may cause artifacts—such as clicks, crackling, or a so-called “cricket sound.” If you encounter this issue, gradually increase the value (e.g., 0.06, 0.07) until the sound is clear.

Creating a config file to increase footstep volume in CS2

It’s a hassle to enter these commands manually every time you launch the game. However, there is a solution: create your own config file that will automatically apply all settings with a single command.

  1. Go to the CS2 configuration folder. The default path is:
    C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg
  2. Create a new text document. Right-click in the folder > “Create” > “Text Document”.
  3. Open the file in Notepad and enter all of our commands. Be sure to separate them with semicolons.
    snd_headphone_pan_exponent 2; snd_front_headphone_position 45; snd_rear_headphone_position 135; snd_mixahead 0.05
  4. Save the file with the correct name and extension.
    From the “File” menu, select “Save As…”.
    In the “File name” field, enter, for example, sound.cfg.
    Critical: In the “File type” field, select “All files (.)”. This will prevent the file from being saved in .txt format.
    Click “Save”.
  5. Activating the config in-game. Now, to apply all audio settings at once, simply open the console in CS2 and type:
    exec sound.cfg
    The system will automatically detect and execute the commands in your sound.cfg file.

Tip: Add the command exec sound.cfg to your autoexec.cfg file—this will cause the configuration to run automatically when the game starts.

Leave a Reply

Your email address will not be published. Required fields are marked *