Counter-Strike 2

Counter-Strike 2

Not enough ratings
How to setup configs
By KKTI :D
How to setup your first simple config
   
Award
Favorite
Favorited
Unfavorite
Getting started
Hello world!
Today i am going to show you, how to setup and add configs to your game.

First, you need place, where configs are needed to be placed.
The place is here:
...\Steam\steamapps\common\Counter-Strike: Global Offensive\csgo\cfg
You can find there many of configs that creators actually did.
Now we can start.
Creating fps config
Now we are ready to create configs.
You can create configs by Notepad, PSPad Editor or similar programs of these.
  • Open your program where you are writing text (I use PSPad Editor)
For this time, we will setup our fps.

How can we setup our fps by config?

It is very simple.
Follow my steps:
  1. Create on your desktop New Text Document
  2. Open it and write there this:

    fps_max 0
    fps_max_menu 0
    net_graph 1
    net_graphproportionalfont 0
    net_graphpos 2


  3. Save your text as {name}.cfg where i mentioned at the beginning
  4. Launch CS:GO
When you launch CS:GO, make sure you have got console open (if no, go to Options>Game settings>Enable Development Console - Yes)
Write in console (click ~ on your keyboard, under Esc key)

exec {name of your config}


Woalaaaa, your first config is on the world :D

If you dont know, what happened, small graph in the middle of your bottom screen has shown to you and showing you fps, ping,... BUT if you didnt write fps_max 0 before this config, it is showing max. 120 fps in main menu and max. 300fps in-game. Now it is showing unlimited fps.

Thank you for your attention, hope this guide something learnt you and see you next time.
BYE