1v1 Config Csgo



In this guide we will cover the commands which will enable you to customize the radar in CS:GO the way you want.

Download CS:GO 1v1 Commands In the first step, you have to download the 1v1 commands and move them into the CS:GO config folder. These commands will configure various settings such as number of rounds, free kevlar, round time, and more to provide an optimal setup for a 1v1 server. Apr 18, 2018 Best CSGO Workshop maps for CSGO, specifically for 1V1 and duelling with friends! Playing 1V1 is an amazing way to practice and get much better at competetive, whether you want to practice AWPing or using Rifles like the M4! For a more in-depth guide on configs, check out our CS:GO config and autoexec guide. In this guide, we will be going over a special type of console commands in CS:GO – the svcheats 1 commands. These are often referred to as CS:GO cheat commands, or CS:GO hacks or hack commands. 1v1 CSGO Config. Not a member of Pastebin yet? Sign Up, it unlocks many cool features! Raw download clone embed print report. Botautodifficultythresholdhigh 0.0 // Value between -20.0 and 20.0 (Amount above avg human contribution score, above which a bot should lower its difficulty).

If you go with the default radar settings, you won’t be able to see the whole map in-game. Professional players are keeping a constant eye on the radar (well not literally, but you get the point). The reason they do, is to watch where their teammates are positioned and where the enemies are – or where the enemy was last seen. An enemy is displayed as a red dot on the radar. A few seconds after an enemy disappear out of sight, a red question mark is displayed on the radar.

I have had so much use of being able to see the whole map on the radar. For example if I am on A and my teammates gets rushed on B but don’t have time to call it, you will notice right away on the radar. Also if someone on your team spots the terrorist with the bomb, the bomb will be displayed on the map, which is very useful.

This screenshot shows what we want to accomplish, which is:

  • A radar which is always centered.
  • A radar where we can see the whole map.
  • Bigger radar (HUD size).
  • Bigger icons, so it’s easy to spot teammates/enemies on the map (optional).
  • Basically a minimap of the whole map.

If you wonder how to change settings so the weapon is displayed like this, check out our viewmodel guide.

Lets move on to the actual settings. You will need to put the following in your own config or autoexec. We will go through each setting step by step. This way you will know what each setting do, so that you can customize the radar your own way if you want to. If you just want the settings, scroll down to the bottom where we have included all the settings in the last section of this article.

cl_radar_always_centered

1v1 Config Csgo

First of all, we don’t want to have the radar centered at all time. When centered, you are wasting a lot of space on the radar when you are near the border of the map.

This is done with the command:

cl_radar_always_centered 0

See how we are “wasting” half of the radar on black nothing. When not centered we are able to see more of the map.

cl_radar_scale

The next thing we want to do, is scale the map down, so we can see the more of the map on the radar.

Command:

cl_radar_scale 0.3

Before we couldn’t see the whole map. After the tweak, we can now see the whole map at all time. This is very useful when you are in the spawn, while some of your teammates are on A or B – no matter what you will always to be able to see where they are.

Zoom script

We have made a little zoom script, which makes it easy to zoom in and out on the radar, by just clicking on “+” or “-“.

Put this in your config or autoexec file:

// radar zoom in-out script
bind “KP_plus” “incrementvar cl_radar_scale 0.25 1.0 0.05”;
bind “KP_minus” “incrementvar cl_radar_scale 0.25 1.0 -0.05”;

Now you will be able to quickly adjust your radar zoom while being in-game.

cl_hud_radar_scale

When scaling the map down, we loose some of the details. To compensate for some of this, we can scale up the radar HUD.

1v1 Config Csgo

Command:

cl_hud_radar_scale 1.15

As you can see, the radar HUD is now bigger. I find that 1.15 to be the sweet spot between being able to see more details, and not taking up too much of the screen. Try experimenting with this setting yourself.

cl_radar_icon_scale_min

This step is optional, but I use it myself. It makes the icons on the radar bigger, which I find useful.

Command:

cl_radar_icon_scale_min 1

Final Radar Tweaking

Now that we have tweaked our radar settings, we have a much more useful radar, where the whole map is displayed at all time. Check this comparison between the default settings and our tweaked radar settings:

Pretty cool.

The only bad thing about the tweaked radar, is that the map is not very detailed, whereas when the scale is bigger, it is easier to see the map details. If you know the map well, this is not necessary though, at least in my opinion.

Optimized radar settings

cl_radar_always_centered “0”
cl_radar_scale “0.3”
cl_hud_radar_scale “1.15”

cl_radar_icon_scale_min “1”
cl_radar_rotate “1”
cl_radar_square_with_scoreboard “1”

1v1 Config Csgo

Default radar settings

If you want to go back to your old settings, this is the default radar.

cl_radar_always_centered “1”
cl_radar_scale “0.7”
cl_hud_radar_scale “1”
cl_radar_icon_scale_min “0.6”
cl_radar_rotate “1”
cl_radar_square_with_scoreboard “1”

Other radar settings/commands

These commands are included in the final settings, but we are just using their default values. Here I will explain what they do.

cl_radar_rotate

If you don’t want the radar to rotate with you, you can turn off the radar rotation.

cl_radar_rotate 0 //off
cl_radar_rotate 1 //on - recommended

cl_radar_square_with_scoreboard

When you press TAB to display the scoreboard, a big square radar will appear that shows you the whole map. If you want to turn this OFF, you can do so with this command.

cl_radar_square_with_scoreboard “1” //on – recommended
cl_radar_square_with_scoreboard “0” //off

TL;DR (too long didn’t read)

If you don’t want to read the whole article, but use the best radar settings, then we got you covered here.

1v1

Put these settings in your config or autoexec.cfg:

cl_radar_always_centered '0'
cl_radar_scale '0.3'
cl_hud_radar_scale '1.15'

cl_radar_icon_scale_min '1'
cl_radar_rotate '1'
cl_radar_square_with_scoreboard '1'

//Radar zoom in-out script
bind 'KP_plus' 'incrementvar cl_radar_scale 0.25 1.0 0.05';
bind 'KP_minus' 'incrementvar cl_radar_scale 0.25 1.0 -0.05';

If you have any suggestions or something to add, please feel free to add a comment.

Related Posts:

Want to set up a 1v1 match in CS:GO to play against your friend? For this, you’ll need to use 1v1 commands, then find a map, and finally launch the 1v1. If you don’t know how to do it, don’t worry. We will walk you through each and every step of the process.

How to 1v1 in CS:GO?

There are several ways to set up a CS:GO 1 vs 1 game – but the quick and easy one is by creating a private server. All you have to do is follow the below-given steps and you’re done.

Step 1. Download CS:GO 1v1 Commands

In the first step, you have to download the 1v1 commands and move them into the CS:GO config folder. These commands will configure various settings such as number of rounds, free kevlar, round time, and more to provide an optimal setup for a 1v1 server.

Note: The list of commands is too long to paste into the console, so we’ll be using a config file. You can download the file by clicking the link below, then save it to a location you can remember as you’ll need to move to the correct folder later.

1v1 Config Csgo Skins

Follow the instructions below:

1. Download the 1v1_commmands.cfg file.
2. Go to Steam > LIBRARY, right-click Counter Strike: Global Offensive and select Properties.
3. Click the Local Files tab, then click Browse Local Files.
4. Locate the CSGO config folder and move the 1v1 commands file downloaded above into it.

Step 2. Choose a 1v1 Map

After you’ve set up the config file, you’ll need an arena to fight in. If you already have a 1v1 map you want to play on, you can skip this step.

Note: You can use the default CS:GO maps for this, but most players prefer not to opt for them. The large scale of these maps may cause you to spend more time running around while fighting with each other.

Csgo 1v1 Settings

You can find hundered of maps on the Steam Workshop. These maps are designed by the community, and are tailored to playing 1v1s in.

Check out the best CS:GO 1v1 maps here. Click the image of the map you like and click Subscribe.

Once subscribed, the map will automatically be downloaded the next time you open the game.

Step 3. Launch the 1v1

Now that you have maps and config file with commands, it’s time to launch a private server which you and your friend can join. Here’s how to start a 1v1 server:

Csgo 1v1 Cfg

1. Join the lobby.
2. Choose Workshop Maps as the type of game mode you want to play.
3. Invite your opponent to the lobby.
4. Select the aim map you want to play on.
5. Start the game.
6. Run the config file you downloaded in step 1.

1v1 config csgo bot

1v1 Config Csgo Skins

To run the config file, you need to type a console command into the developer console for which the developer console has be enabled. In case it’s not, go to your CSGO settings, then Game Settings and select Yes on the Enable Developer Console dropdown.

After you’ve enabled the developer console, you can open it by pressing the ` or ~ key on your keyboard. Next, type this command to run the config file: exec 1v1_commands

We hope this CS:GO 1v1 commands guide was helpful. If you have any questions or suggestions, feel free to post them in the comments section below.

1v1 Config Csgo Servers

READ NEXT