+4 votes
33 views
How to use the mouse wheel to jump in CS:GO

in Guides by (551k points)
reopened | 33 views

1 Answer

+5 votes
Best answer

Use the command console to jump with the mouse wheel in CS:GO
Change key combinations to be able to use the mouse wheel to jump in CS:GO
Use a configuration file to scroll with the mouse wheel
Enable the command console
Starting the command console
Set the console to load when starting CS:GO

Something that is essential in free-to-play and first-person shooter games like Counter Strike is jumping. Mobility, once mastered, gives us an enormous competitive advantage over our adversaries. But in order to enjoy good mobility, we will need to adjust the controls so that they are comfortable in any type of situation. And to always have the jumping action within reach in CS:GO, it is advisable to use it on the mouse wheel .

Use the command console to jump with the mouse wheel in CS:GO

In this case, the command console will become our best friend, since it will give us the opportunity to configure this option quickly and effectively..

Enable the command console

  • We open CS:GO.
  • We go to the Settings menu.
  • We choose Game Settings.
  • Here we will click on the Enable Developer Console or Developer Mode arrows.
  • We will save the configuration.

Starting the command console

After enabling the console, we are going to have to launch it by pressing the “~” button on our keyboard. The key is usually located on the left side of the “1”.

Set the console to load when starting CS:GO

We have the possibility that the command console loads every time we start the game. For this we will have to do the following:

  • We open the Steam library.
  • We right click on CS:GO in the left sidebar and choose the option that says Properties.
  • Here we will have to choose Set startup options.
  • We will type -console and press OK.

Change key combinations to be able to use the mouse wheel to jump in CS:GO

Once we have everything above ready, we can go to what we really want to do: use the mouse wheel to be able to jump in CS:GO ..

  • “bind mwheelup +jump;” It will make our character jump when we move the mouse wheel up.
  • “bind mwheeldown +jump;” This does the same as the previous one, only in this case the character will jump when we move the wheel down.
  • “bind space +jump” this will ensure that the jump configuration is the default. Basically, our character will jump when we press the space bar.

Once we open the console, while we are in the game, we will have to paste the following text.

In the command console, we will paste the following string and press Enter to bind the mouse wheel and the space bar to jump..

bind mwheelup +jump;bind mwheeldown +jump;bind space +jump

If the above format doesn't work, we'll try wrapping everything in quotes except “bind”.

bind mwheelup +jump;bind mwheeldown +jump;bind space +jump

In case we want to remove the jump link from the space key, we will have to use only the first two sections of the command in the steps above.

Something else we will have to consider is the fact that choosing any of the combinations that involve the mouse wheel means that we will no longer be able to change the weapon with it for obvious reasons.

Revert changes to custom jump key

If the result is not as desired, we can revert the changes very easily.

For this we will have to add the following string in the command console:

bind mwheelup invprev;bind mwheeldown invnext;bind space +jump

Let's confirm that these changes have been applied by using the in-game space bar to jump as we normally would. This command is responsible for putting the weapon change controls on the mouse wheel and the jump again will be on the space bar exclusively.

Use a configuration file to scroll with the mouse wheel

In case we do not want to use the command console and we would like to make the ability to jump with the mouse wheel permanent, then we can save the configuration in the config.cfg file.

To find the file we will have to go to the following address through Windows File Explorer: C:\Program Files (x86)\Steam\userdata\#####\730\config\

At this address, “userdata” is the username you have in Windows. While “#####” indicates our SteamID. We may only need the information if you use more than one Steam account on your PC.

After locating the config.cfg file in the game data folder, we are going to use the Notepad app that comes preinstalled on the system to edit it. Once opened, we will add the following lines:

bind mwheelup +jump bind mwheeldown +jump

bind space +jump

In case the previous commands do not work, we will try the same as before, putting quotes around all the words except “bind”.

bind “mwheelup” “+jump” bind “mwheeldown” “+jump”

bind “space” “+jump”

If we want to revert the changes later, all we will have to do is find the file again and delete the command lines we added.



by (3.5m points)

Related questions

+4 votes
1 answer
asked Dec 21, 2020 in PlayStation by backtothefuture (551k points) | 350 views
+4 votes
1 answer
asked Nov 21, 2020 in PlayStation by backtothefuture (551k points) | 215 views
+3 votes
1 answer
asked Jun 3, 2021 in PlayStation by backtothefuture (551k points) | 110 views
+4 votes
1 answer
asked Dec 6, 2020 in PlayStation by backtothefuture (551k points) | 269 views
+5 votes
1 answer
asked Nov 21, 2020 in PlayStation by backtothefuture (551k points) | 302 views
Sponsored articles cost $40 per post. You can contact us via Feedback
10,634 questions
10,766 answers
510 comments
3 users