Upvote Upvoted 3 Downvote Downvoted
CS:GO Config
posted in Other Games
1
#1
1 Frags +

Hey, I just got CS:GO and I was wondering if you guys know any good FPS Config like there is for TF2.

Hey, I just got CS:GO and I was wondering if you guys know any good FPS Config like there is for TF2.
2
#2
-46 Frags +

This is a tf2 forum, besides google can be your friend.

This is a tf2 forum, besides google can be your friend.
3
#3
28 Frags +

No FPS configs for CS:GO. All you can do is change your in-game vid settings or edit your vid.txt file if you're having trouble with that

raikuThis is a tf2 forum

http://puu.sh/7KeIe.png

:/

No FPS configs for CS:GO. All you can do is change your in-game vid settings or edit your vid.txt file if you're having trouble with that

[quote=raiku]This is a tf2 forum[/quote]
[img]http://puu.sh/7KeIe.png[/img] :/
4
#4
23 Frags +
raikuThis is a tf2 forum, besides google can be your friend.

I made this thread in the "Other Games" section for some reason.

[quote=raiku]This is a tf2 forum, besides google can be your friend.[/quote]
I made this thread in the "Other Games" section for some reason.
5
#5
3 Frags +

CS:GO is a bit different in terms of FPS configs. Post-processing is built into the game and the cvar to remove it is cheat protected.

What I use personally is the config from Netcode Illuminati: http://www.netcodeguides.com/forums/showthread.php?t=9288

CS:GO is a bit different in terms of FPS configs. Post-processing is built into the game and the cvar to remove it is cheat protected.

What I use personally is the config from Netcode Illuminati: http://www.netcodeguides.com/forums/showthread.php?t=9288
6
#6
2 Frags +

this is decent:
http://csgo.gamebanana.com/scripts/7633
csgo isnt nearly as customizable as tf2 tho so I cant say it will give you much of a boost

this is decent:
http://csgo.gamebanana.com/scripts/7633
csgo isnt nearly as customizable as tf2 tho so I cant say it will give you much of a boost
7
#7
-14 Frags +

whoopsi, sowwe dude.

whoopsi, sowwe dude.
8
#8
4 Frags +

I bought CSGO awhile ago while it was on sale but I've never really played CS at all. I need someone to show me wtf2do.

I bought CSGO awhile ago while it was on sale but I've never really played CS at all. I need someone to show me wtf2do.
9
#9
6 Frags +
MemphisVonI bought CSGO awhile ago while it was on sale but I've never really played CS at all. I need someone to show me wtf2do.

follow me, shitwagon. i will show you the way.

[quote=MemphisVon]I bought CSGO awhile ago while it was on sale but I've never really played CS at all. I need someone to show me wtf2do.[/quote]

follow me, shitwagon. i will show you the way.
10
#10
0 Frags +

If you have a nvidia card this should help a little
http://www.guru3d.com/files_details/nvidia_inspector_download.html

If you have a nvidia card this should help a little
http://www.guru3d.com/files_details/nvidia_inspector_download.html
11
#11
1 Frags +

There are no FPS configs for CS:GO -- the ones that there are give the most minor of performance gains -- because almost every option not in menus is cheat protected. But, you can edit cfg/video.txt to directly customize which of the non-console options you want set to which values, rather than using the menu's presets for everything. Be aware that CS:GO will rewrite the file if you go into the menus, or it crashes, so set it to read only once you're set up. Example file (THIS IS NOT AN FPS CONFIG):

"VideoConfig"
{
	"setting.cpu_level"		"0"
	"setting.gpu_level"		"2"
	"setting.mat_antialias"		"4"
	"setting.mat_aaquality"		"0"
	"setting.mat_forceaniso"		"16"
	"setting.mat_vsync"		"0"
	"setting.mat_triplebuffered"		"0"
	"setting.mat_grain_scale_override"		"1"
	"setting.gpu_mem_level"		"2"
	"setting.mem_level"		"2"
	"setting.mat_queue_mode"		"-1"
	"setting.csm_quality_level"		"1"
	"setting.mat_software_aa_strength"		"0"
	"setting.mat_motion_blur_enabled"		"0"
	"setting.fullscreen"		"0"
	"setting.defaultres"		"1680"
	"setting.defaultresheight"		"1050"
	"setting.aspectratiomode"		"2"
	"setting.nowindowborder"		"0"
}

More info: http://www.crossfire.nu/journals/147469/your-csgo-highfps-cfg

There are no FPS configs for CS:GO -- the ones that there are give the most minor of performance gains -- because almost every option not in menus is cheat protected. But, you can edit cfg/video.txt to directly customize which of the non-console options you want set to which values, rather than using the menu's presets for everything. Be aware that CS:GO will rewrite the file if you go into the menus, or it crashes, so set it to read only once you're set up. Example file (THIS IS NOT AN FPS CONFIG):
[code]"VideoConfig"
{
"setting.cpu_level" "0"
"setting.gpu_level" "2"
"setting.mat_antialias" "4"
"setting.mat_aaquality" "0"
"setting.mat_forceaniso" "16"
"setting.mat_vsync" "0"
"setting.mat_triplebuffered" "0"
"setting.mat_grain_scale_override" "1"
"setting.gpu_mem_level" "2"
"setting.mem_level" "2"
"setting.mat_queue_mode" "-1"
"setting.csm_quality_level" "1"
"setting.mat_software_aa_strength" "0"
"setting.mat_motion_blur_enabled" "0"
"setting.fullscreen" "0"
"setting.defaultres" "1680"
"setting.defaultresheight" "1050"
"setting.aspectratiomode" "2"
"setting.nowindowborder" "0"
}
[/code]
More info: http://www.crossfire.nu/journals/147469/your-csgo-highfps-cfg
12
#12
0 Frags +

anyone know the file path to autoexec? i made changes to mine but they do not work so i assume i am editing the wrong file

anyone know the file path to autoexec? i made changes to mine but they do not work so i assume i am editing the wrong file
13
#13
1 Frags +
xenexanyone know the file path to autoexec? i made changes to mine but they do not work so i assume i am editing the wrong file

C:\Program Files (x86)\Steam\SteamApps\common\Counter-Strike Global Offensive\csgo\cfg, if you created it from a new text file, make sure it isn't saved as autoexec.cfg.txt

[quote=xenex]anyone know the file path to autoexec? i made changes to mine but they do not work so i assume i am editing the wrong file[/quote]

C:\Program Files (x86)\Steam\SteamApps\common\Counter-Strike Global Offensive\csgo\cfg, if you created it from a new text file, make sure it isn't saved as autoexec.cfg.txt
14
#14
-3 Frags +

this is the website youre looking for

http://csgohelp.com/

this is the website youre looking for

http://csgohelp.com/
15
#15
1 Frags +

#1 thing I'd look at getting are buy binds. I use my F keys for grenades and my numpad for weapons and armor. It becomes really quick to buy all the things you want and it only takes a few matches to get used to it.

If anyone wants my buy config, I'll post it later when I get home. I also use povohats null movement cancellation script which works 100% with CSGO. Imo makes stutter step a bit easier with no real downside.

#1 thing I'd look at getting are buy binds. I use my F keys for grenades and my numpad for weapons and armor. It becomes really quick to buy all the things you want and it only takes a few matches to get used to it.

If anyone wants my buy config, I'll post it later when I get home. I also use [url=http://ozfortress.com/showpost.php?p=624355]povohats null movement cancellation script[/url] which works 100% with CSGO. Imo makes stutter step a bit easier with no real downside.
16
#16
1 Frags +

yeah use a null movement script

yeah use a null movement script
17
#17
0 Frags +

ty AttakinBlakJakk.

AttakinBlakJakk
C:\Program Files (x86)\Steam\SteamApps\common\Counter-Strike Global Offensive\csgo\cfg, if you created it from a new text file, make sure it isn't saved as autoexec.cfg.txt

15 and 16, null movement is a terrible idea for csgo imp. you need to be able to stop on a dime to shoot otherwise you will be shooting the floor or something

ty AttakinBlakJakk.[quote=AttakinBlakJakk]

C:\Program Files (x86)\Steam\SteamApps\common\Counter-Strike Global Offensive\csgo\cfg, if you created it from a new text file, make sure it isn't saved as autoexec.cfg.txt[/quote]

15 and 16, null movement is a terrible idea for csgo imp. you need to be able to stop on a dime to shoot otherwise you will be shooting the floor or something
18
#18
0 Frags +

no dude, stutter step

counter strafing is for the weak :^) next level scout movements in csgo

no dude, stutter step

counter strafing is for the weak :^) next level scout movements in csgo
19
#19
0 Frags +

nah it's important to be able to cancel your movement quickly by pressing both strafe keys so that the spread goes back to normal faster

nah it's important to be able to cancel your movement quickly by pressing both strafe keys so that the spread goes back to normal faster
Please sign in through STEAM to post a comment.