The problem of CS2 console command list is a small problem that everyone will encounter in CS2. The solution to this problem is very simple. In addition, there are several solutions to this problem. The editor has summarized these solutions for users. Please watch the method in detail.
The instructions of CS2 are slightly different from the original version, which may be due to different programming languages (Lua and C language).
The console is also different to use. In CS2, clicking the command in the drop-down menu will directly type it out.
It is recommended to use the tab key to complete and then press the arrow keys.
Add ";" between the two commands to input them into the console together. I wrote it like this on purpose!
Server/player basic instructions
Cheating (very important)/turn off automatic kicking (otherwise you will be kicked if you kill teammates) sv_cheats true;mp_autokick false
Enable friendly fire (two commands, depending on your game mode) mp_friendlyfire true;mp_teammates_are_enemies true
Infinite bullets sv_infinite_ammo 1 (0 means normal, 1 means infinite bullets, 2 means unlimited ammunition)
Buy Weapons Anywhere mp_buy_anywhere 1
Knife can be dropped mp_drop_knife_enable true
BOT will not move bot_stop 1
invincible god
Recommended server settings for lazy people:
Running chart:
sv_cheats true;mp_autokick false;mp_friendlyfire true;mp_teammates_are_enemies true;sv_infinite_ammo 1;bot_stop 1;mp_buy_anywhere 1;mp_drop_knife_enable true
fighting:
sv_cheats true;mp_autokick false;sv_infinite_ammo 2
game_type 0; game_mode 0
mp_warmup_end
Bind keys
Bind the + key to add BOT bind = bot_add
Bind the - key to kill all BOTs bind - bot_kill
Bind the 0 key to kick out all BOTs bind 0 bot_kick
V key to pass through the wall bind v noclip
Bind the side button to generate BOT (provided there is a BOT in the map) bind mouse5 bot_place
Bind the side button to create chickenbind mouse5 ent_creat chicken
taste
ent_fire chicken color "RGB"
(RGB here refers to the RGB color of the chicken. For example, ent_fire chicken color "0 0 255" will dye the chicken red)
The corpse has no gravity ragdoll_gravity_scale 0 (0 here defaults to 1, increase it and the corpse will become heavier, adjust it to a negative number and it will fly)
Gravity is set to 150 sv_gravity 150 (default 800)
Everyone can pick up C4 give weapon_c4
Anyone can pick up C4 mp_anyone_can_pickup_c4 true
C4 can be placed anywhere mp_plant_c4_anywhere true
C4 cannot be defused mp_c4_cannot_be_defused true
Uncommon props
frag grenadegive weapon_frag_grenade
incendiary bombgive weapon_firebomb
remote control bombgive weapon_breachcharge
give weapon_bumpmine
interference weapongive weapon_diversion
Repulsion devicegive weapon_zone_repulsor
parachutegive parachute
Throwable melee weapons mp_drop_knife_enable true;give weapon_melee
Ghost Blade mp_drop_knife_enable true;give weapon_knife_ghost(displayed as bandit knife)
Tripwire fire? give weapon_tripwirefire (unknown weapon, will crash when spawned)
Special training assistant give weapon_tablet (will crash if thrown away)
Tactical detection grenade give weapon_tagrenade (has sound but no model, will crash when thrown)
Now that you have finished reading the article CS2 Console Commands, I hope you can leave more messages in the comment area to give me the motivation to continue making strategies. You can also leave messages about other problems you encounter, and the editor of Sourcecode.com will bring you the latest solutions as soon as possible.