This guide is about how to switch your weapons to the left handed side and what benifits you will gain from using this command and having all your weapons on the right side. Hello, My name is Hei, Previous CS:Source Player (2k+ Game time) and current ameatur CS:GO Player, Currently playing for DESOLATE eSports. Counter strike left handed - posted in Games: hey i just got counter strike and the gun is always on the left hand side it wouldnt change to the right. I went to the ops and tried to change it but it didnt change. How To Switch To Left Hand Cs Go Command. Right now that we have the console opened, kind the sticking with in;Order:clrighthand. Very simply: open the console and write the clrighthand command. To have the weapon in the left hand, set this parameter by adding the value '0'; And the value '-1' on the right. This option can be changed indefinitely and at any time.
Use the links below to quickly jump to the help you need:
Enable or Disable Net_graph
To show the net_graph text (which shows FPS, latency, etc), type the following command into your developer console:
net_graph 1Copy
To disable net_graph, use the following console command:
net_graph 0Copy
Change Net_graph Size
The size of the net_graph HUD is changed with the net_graphproportionalfont command. You can set the font to its smallest size with:
net_graphproportionalfont 0Copy
And you can set the net_graph to its largest size with this command:
net_graphproportionalfont 1Copy
Change the number in the above command to a number between 0 and 1, 0 being smallest and 1 being largest to get the size that suits you.
Change HUD Size Command
Changing the size of the HUD (also known as the GUI) is done with the hud_scaling command. This command has a minimum value of 0.5 (the smallest you can make your HUD), which can be set with this command:
hud_scaling 0.5Copy
The maximum value is 0.95 - this is the largest you can make the HUD. This value can be set with the following console command:
hud_scaling 0.95Copy
To set your HUD size to something other than 0.5 or 0.95, replace NUMBER in the below console command with a number between 0.5 and 0.95 (e.g. 0.8):
hud_scaling NUMBERCopy
Always Show Team Equipment Command
The 'always show team equipment' feature is very useful. It allows for the equipment of your teammates to always be displayed above their head (even when out of spawn). This has two big benefits: you will always know where your teammates are, as their equipment will be displayed through walls, and you will also know what grenades and weapons your teammates have, so you don't have to ask them or guess.
To enable 'always show equipment', type this command into your developer console:
+cl_show_team_equipmentCopy
If you want to hide the equipment HUD from above the heads of your teammates, you can disable this feature with this command:
-cl_show_team_equipmentCopy
HUD Color Command
The command that changes the color of your HUD is, unsurprisingly, called the cl_hud_color command. There are many colors to choose from, we've created a table with all of them (and the commands used to change to them). Simply copy your desired color command and paste it into your console to apply the color:
Color | Command |
---|---|
Default | cl_hud_color 0Copy |
White | cl_hud_color 1Copy |
Light Blue | cl_hud_color 2Copy |
Light Blue | cl_hud_color 2Copy |
Dark Blue | cl_hud_color 3Copy |
Purple | cl_hud_color 4Copy |
Red | cl_hud_color 5Copy |
Orange | cl_hud_color 6Copy |
Yellow | cl_hud_color 7Copy |
Green | cl_hud_color 8Copy |
Aqua | cl_hud_color 9Copy |
Pink | cl_hud_color 10Copy |
Hide or Show the HUD
In order to enable or disable the HUD, you must first enable cheats on your server. You can do this by typing the following into the console:
sv_cheats 1Copy
After enabling cheats, typing the following command into the console will disable (hide) the HUD:
cl_drawhud 0Copy
To show the HUD after having hidden it, use the following command:
cl_drawhud 1Copy
In this guide/tutorial we will go through the best viewmodel settings in Counter-Strike: Global Offensive.
If you want a slightly greater visibility in CS:GO, you should really try to play and change the settings for your viewmodel. You can say that the viewmodel is what you can see of the gun that you are holding. In this case, we want the gun to fill as little as possible on the screen. Why? So you have a better view of the enemies of course!
This can be archived by positioning the gun lower and more inward, making the gun take up less space on the screen. You can also fool around with the settings if you want to – it’s totally up to you.
In short, we recommend the following settings. These are also used in the screenshot above.
Best Viewmodel Settings
cl_righthand “1”
viewmodel_offset_x “0”
viewmodel_offset_y “-2”
viewmodel_offset_z “-2”
viewmodel_fov “54”
cl_bobamt_lat “0.1”
cl_bobamt_vert “0.1”
cl_bobcycle “0.1”
cl_viewmodel_shift_left_amt “0.5”
cl_viewmodel_shift_right_amt “0.5”
You can either copy this to your config or autoexec.cfg (recommended) or you can copy the commands directly into your console:
cl_righthand “1”;viewmodel_offset_x “0”;viewmodel_offset_y “-2”;viewmodel_offset_z “-2”;viewmodel_fov “54”;cl_bobamt_lat “0.1”;cl_bobamt_vert “0.1”;cl_bobcycle “0.1”;cl_viewmodel_shift_left_amt “0.5”;cl_viewmodel_shift_right_amt “0.5”
Recommended: check out the viewmodel script, to easy change viewmodel settings in-game.
We know that not all may like these settings, and it is personal preference what people finds optimal. This is just the settings we found, where the weapon viewmodel would take up as little as possible of the screen. As mentioned before, we don’t want the viewmodel to interfere with our sight.
Explanation of the viewmodel commands
- cl_righthand: Use right-handed view models. Change it to 0 if you are left handed or it feels better to you.
- viewmodel_offset_x: Viewmodel position on the x-axis. If you want the gun to be in the center of the screen, change the value to -2.
- viewmodel_offset_y: Viewmodel postion on the y-axis.
- viewmodel_offset_z: Viewmodel postion on the z-axis (up and down). You really don’t want to change this value!
- viewmodel_fov: Viewmodel field of view.
- cl_bobamt_lat: The amount the viewmodel moves side to side when running.
- cl_bobamt_vert: The amount the viewmodel moves up and down when running.
- cl_bobcycle: The frequency at which the viewmodel bobs.
- cl_viewmodel_shift_left_amt: The amount the viewmodel shifts to the left when shooting accuracy increases.
- cl_viewmodel_shift_right_amt: The amount the viewmodel shifts to the right when shooting accuracy decreases.
How to use these settings?
If you haven’t done it yet, you should really create an autoexec.cfg file in your CS:GO config folder. The folder is typically located in:
C:SteamsteamappscommonCounter-Strike Global Offensivecsgocfg
Just open notepad, copy the settings from above and save it as a “autoexec.cfg”. Open up config.cfg, and in the bottom add this line:
exec autoexec
That’s it, your settings will now load everytime you run CS:GO.
Note: the viewmodel settings might reset everytime you start the game. To prevent this from happening, add this to your autoexec file:
How To Switch Knife To Left Hand Cs Go
viewmodel_presetpos “0”
host_writeconfig
This will make your autoexec overwrite anything in the config file every time you load the game.
Want more info? Check out this helpful video from 3kliksphilip
Other examples of viewmodel settings
This is just an example of what you can do with viewmodel setttings. While there are some limits, you can actually change it up pretty much.