CS:GO Viewmodel Script

CS:GO Viewmodel Script

This will be a short post. For more info on viewmodel settings, check out our viewmodel guide.

You can use this script to easily find the perfect viewmodel for yourself.

Viewmodel Script

bind leftarrow “incrementvar viewmodel_offset_x -2.5 2.5 0.1”
bind rightarrow “incrementvar viewmodel_offset_x -2.5 2.5 -0.1”

bind uparrow “incrementvar viewmodel_offset_y -2.5 2.5 0.1”
bind downarrow “incrementvar viewmodel_offset_y -2.5 2.5 -0.1”

bind pgup “incrementvar viewmodel_offset_z -2.5 2.5 0.1”
bind pgdn “incrementvar viewmodel_offset_z -2.5 2.5 -0.1”

bind home “incrementvar viewmodel_fov 54 68 0.1”
bind end “incrementvar viewmodel_fov 54 68 -0.1”

bind del “viewmodel_presetpos 1”

Download Script

Download the viewmodel script.

How to install the script

There are 3 ways to use the script.

  1. Copy the above script to your autoexec.cfg file.
  2. Create a new cfg file and place it in the CS:GO cfg folder. Cope the above script yo your new cfg file. Open CSGO and execute the script (exec scriptname.cfg).
  3. Download the file from above and extract the script. Put it in your CS:GO cfg folder, open CS:GO and type “exec vmscript.cfg” in the console.

The config (cfg) folder is normally located in:

C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg

How to use the script

  • Move the gun up or down: use the Page Up or Page Down key.
  • Move the gun forwar or backward: use the forward/backward arrow keys.
  • Move the gun left or right: use the right/left arrow keys.
  • Change FOV (field of view): use the home or end key.
  • Reset: use the Delete key.

Example

CS:GO Viewmodel Script