Counter-Strike 2

Counter-Strike 2

View Stats:
Long cs go Console Commands?
I wanted to create a crosshair alias command, but cs go console gave me this error:

WARNING: Command too long... ignoring!
alias "moe" ""cl_crosshair_drawoutline 1";"cl_crosshair_dynamic_maxdist_splitratio 0.0";"cl_crosshair_dynamic_splitalpha_innermod 1";"cl_crosshair_dynamic_splitalpha_outermod 0.300000";"cl_crosshair_dynamic_splitdist 5";"cl_crosshair_outlinethickness 1";"cl_crosshairalpha 140";"cl_crosshaircolor 2";"cl_crosshaircolor_b 255";"cl_crosshaircolor_g 255";"cl_crosshaircolor_r 0";"cl_crosshairdot 1";"cl_crosshairgap -3";"cl_crosshairgap_useweaponvalue 0";"cl_crosshairscale 1";"cl_crosshairsize 0";"cl_crosshairstyle 4";"cl_crosshairthickness 0.5";"cl_crosshairusealpha 1";"cl_fixedcrosshairgap -10""

This was to have a command for using moe's crosshair, but it failed due to being too long. Does anyone know of a luanch option or command of some sort to allow extremely long commands like this?
< >
Showing 1-6 of 6 comments
Jayesh Aug 7, 2015 @ 1:45am 
Same problem here, still looking for a solution.
txc. Jul 25, 2018 @ 3:27pm 
I know that this is extremely old but im trying to have different crosshairs for different guns and thats how the way i do it but i get the same error and the game ♥♥♥♥♥ itself.
Did you come with a solution to this?
Are you using Panorama ? If so, deactivate it and try it with vanilla csgo Client.

Just a little thought myb it helps :bot_i:
Vault Hunter 101 Jul 25, 2018 @ 3:31pm 
After every command you need to put semicolon ";" because console thinks it's one big command otherwise (but without the "")

So instead:
cl_crosshair_drawoutline 1";"cl_crosshair_dynamic_maxdist_splitratio 0.0

Put
cl_crosshair_drawoutline 1; cl_crosshair_dynamic_maxdist_splitratio 0.0

and so on
Loading...... Jan 3, 2020 @ 6:51am 
Use "alias" to shorten and combine all the command u want.

//type "weapon" in console instead of bunch of command after that.
alias "weapon" "give ammo_generic; give weapon_laws ; give weapon_m60 ; give weapon_m249; give weapon_m3; give weapon_xm1014;give weapon_ak47;give weapon_m4a1;give weapon_awp;give weapon_sg550; give weapon_deagle; give weapon_elite;give weapon_shieldgun"

//when enter "hand" = give_xxx...
alias "hand" "give weapon_hegrenade; give weapon_hegrenade; give weapon_hegrenade; give weapon_flashbang; give weapon_flashbang; give weapon_flashbang; give weapon_smokegrenade; give weapon_smokegrenade; give weapon_smokegrenade"

//make the word "hp" same as typing "give item_healthkit;give item_armor;give ammo_generic"
alias "hp" "give item_healthkit;give item_armor;give ammo_generic"

//combine all 3 shorten word [weapon, hand, hp] into "3000"
alias "3000" "weapon; hand; hp"

//check
alias
Miaou. May 31, 2020 @ 11:30am 
Ez Guys :
This problem is just because your alias command is too long.
So basically, just use multiple aliases calling each other, so you can reduce the number of commands in each alias.

Just take a look :

Instead of having :

alias "MyWonderFulCrosshair" "bla bla bla; bla bla bla; bla bla bla bla bla; ITS TOO LONG DUUUUUUDE;"

Just try this :

alias "MyWonderFulCrosshair" "bla bla bla; MyWonderFulCrosshair2 alias "MyWonderFulCrosshair2" "bla bla bla; MyWonderFulCrosshair3" alias "MyWonderFulCrosshair3" "ITS WORKING NOW;"
Last edited by Miaou.; May 31, 2020 @ 11:31am
< >
Showing 1-6 of 6 comments
Per page: 1530 50

Date Posted: May 11, 2015 @ 4:42pm
Posts: 6