Left 4 Dead 2 Guide

Admin System - Command List

Sharing is temporarily disabled

Left 4 Dead 2 Guide

This guide details the available commands for my Admin System mod. You'll need the mod in order to use the commands listed in this guide.

If you have any questions or are having problems getting a command to work, please let me know and I'd be happy to assist you.

Introduction

All commands are done server-side via chat triggers across the console, binds and menus.

This guide shows all possible things you can do with it.
how to use it in a vocalizer menu, cheats menu, bind keys
and also of course, the manual mode.

You will automatically be added as an admin when you host a Local Server.
if you have a Dedicated Server, you'll have to manually enter your Steam ID as explained below.

Remember if you make another player an admin he/she can add other people also.

Admins

Manually Adding Admins

To make a player an admin you'll have to manually enter their Steam ID in the admins.txt file.

The file is located in: C:\Program Files (x86)\Steam\SteamApps\common\left 4 dead 2\left4dead2\ems\admin system

Finding a player's Steam ID

Go to website: SteamIDFinder.com
Enter a player's Steam profile information and it'll list the steamID32 number.

Automatically Adding Admins

Chat: !add_admin nick
Console: scripted_user_func add_admin,nick

Manually Removing Admins

To remove a player from the admin list, you'll have to manually delete their Steam ID from the admins.txt file.
 
The file is located in: C:\Program Files (x86)\Steam\SteamApps\common\left 4 dead 2\left4dead2\ems\admin system

Automatically Removing Admins

Chat: !remove_admin nick
Console: scripted_user_func remove_admin,nick

Disable Admin Mode

If you disable the admin mode, all players on your server will be able to use commands. With the exception of those marked as AdminsOnly.

Chat: !adminmode false
Console: scripted_user_func adminmode,false

How To Ban/Unban Players

Manually Banning Players

To ban a player you'll have to manually enter their Steam ID in the banned.txt file.

The file is located in: C:\Program Files (x86)\Steam\SteamApps\common\left 4 dead 2\left4dead2\ems\admin system

Finding a player's Steam ID

Go to website: SteamIDFinder.com
Enter a player's Steam profile information and it'll list the steamID32 number.

Automatically Banning Players

Chat: !ban nick
Console: scripted_user_func ban,nick

Unbanning Players

To un-ban a player you'll have to manually delete their Steam ID from the banned.txt file.

The file is located in: C:\Program Files (x86)\Steam\SteamApps\common\left 4 dead 2\left4dead2\ems\admin system

How To Kick Players

Chat: !kick nick
Console: scripted_user_func kick,nick

Commands

All commands that accept a survivor's name can use the following keys:

all - All survivors
bots - All survivor bots
l4d1 - L4D1 survivor bots

Adrenaline

Description: Set duration of adrenaline effect for survivor.

Chat: !adrenaline nick 50
Console: scripted_user_func adrenaline,nick,50

Alarmcar

Description: Spawns an alarm car at your crosshair.

Chat: !alarmcar
Console: scripted_user_func alarmcar

Ammo

Description: Set ammo for survivor.

Chat: !ammo nick 50
Console: scripted_user_func ammo,nick,50

Barrel

Description: Spawns a fuel barrel at your crosshair, with an optional amount.

Chat: !barrel 20
Console: scripted_user_func barrel,20

Bash

Description: Enable/Disable/Limit the ability to melee bash infected.

Chat: !bash nick disable
Console: scripted_user_func bash,nick,disable

Chase

Description: Infected chase after survivor.

Chat: !chase nick
Console: scripted_user_func chase,nick

Cleanup

Description: Removes all spawned entities from the map.

Chat: !cleanup
Console: scripted_user_func cleanup

Cvar

Description: Change server Convar.

Chat: !cvar sv_gravity 200
Console: scripted_user_func cvar,sv_gravity,200

Defib

Description: Defib dead survivor.

Chat: !defib nick
Console: scripted_user_func defib,nick

Director

Description: Starts/Stops spawning of infected.

Chat: !director stop
Console: scripted_user_func director,stop

Door

Description: Spawns a modeled door at your crosshair's location.

Chat: !door models/props_doors/doormain01_small.mdl
Console: scripted_user_func door,models/props_doors/doormain01_small.mdl

Note: You can spawn a saferoom door using this shortcut:

Chat: !door saferoom
Console: scripted_user_func door,saferoom

Drop

Description: Drops a weapon.

Chat: !drop nick pistol
Console: scripted_user_func drop,nick,pistol

Drop_Fire

Description: Drops a Molotov at your crosshair.

Chat: !drop_fire
Console: scripted_user_func drop_fire

Drop_Spit

Description: Drops Spitter goo at your crosshair.

Chat: !drop_spit
Console: scripted_user_func drop_spit

Dummy

Description: Spawn an animated dummy model.

Chat: !dummy models/survivors/survivor_gambler.mdl weapon_pistol Idle_Calm_Pistol
Console: scripted_user_func dummy,models/survivors/survivor_gambler.mdl,weapon_pistol,Idle_Calm_Pistol

Ent_Fire

Description: Trigger entity I/O.

Chat: !ent_fire !nick sethealth 50
Console: scripted_user_func ent_fire,!nick,sethealth,50

Entity

Description: Spawns an entity where you're aiming.

Chat: !entity weapon_ammo_spawn
Console: scripted_user_func entity,weapon_ammo_spawn

Extinguish

Description: Extinguishes a survivor/infected if on fire.

Chat: !extinguish nick
Console: scripted_user_func extinguish,nick

Fly

Description: Toggles flying mode.

Chat: !fly nick
Console: scripted_user_func fly,nick

Friction

Description: Slow player's movement.

Chat: !friction nick 0
Console: scripted_user_func friction,nick,0

Finale

Description: Forces the finale to start.

Chat: !finale start
Console: scripted_user_func finale,start

Description: Forces the finale rescue to arrive.

Chat: !finale rescue
Console: scripted_user_func finale,rescue

Fireworkcrate

Description: Spawns a fireworkcrate at your crosshair, with an optional amount.

Chat: !fireworkcrate 20
Console: scripted_user_func fireworkcrate,20

Freeze

Description: Freezes a player in place.

Chat: !freeze nick
Console: scripted_user_func freeze,nick

Gascan

Description: Spawns a gascan at your crosshair, with an optional amount.

Chat: !gascan 20
Console: scripted_user_func gascan,20

Give

Description: Give items to survivor.

Chat: !give nick rifle_m60
Console: scripted_user_func give,nick,rifle_m60

Gravity

Description: Change player's gravity. Value between 0.0 - 1.0, with 1.0 being 100% of sv_gravity.

Chat: !gravity nick 0.5
Console: scripted_user_func gravity,nick,0.5

God

Description: Toggles god mode.

Chat: !god nick
Console: scripted_user_func god,nick

Health

Description: Converts health value from permanent to temporary and vice-versa.

Chat: !health nick temp
Console: scripted_user_func health,nick,temp

Chat: !health nick perm
Console: scripted_user_func health,nick,perm

Incap

Description: Incapacitate a survivor.

Chat: !incap nick
Console: scripted_user_func incap,nick

Infinite_Ammo

Description: Toggle infinite ammo.

Chat: !infinite_ammo nick
Console: scripted_user_func infinite_ammo,nick

Infinite_Upgrade

Description: Toggle infinite upgrades including laser_sight, incendiary_ammo and explosive_ammo.

Chat: !infinite_upgrade nick explosive_ammo
Console: scripted_user_func infinite_upgrade,nick,explosive_ammo

Kill

Description: Kill a player.

Chat: !kill nick
Console: scripted_user_func kill,nick

L4D1_Survivor

Description: Spawn a L4D1 survivor bot in L4D2 maps.

Chat: !l4d1_survivor bill
Console: scripted_user_func l4d1_survivor,bill

Limit

Description: Sets infected limits.

Chat: !limit common 0
Console: scripted_user_func limit,common,0

Max_Health

Description: Set max health for survivor/infected.

Chat: !max_health nick 500
Console: scripted_user_func max_health,nick,500

Melee

Description: Spawn a melee weapon at your crosshair.

Chat: !melee any
Console: scripted_user_func melee,any

Minigun

Description: Spawn a minigun at your crosshair's location.

Chat: !minigun
Console: scripted_user_func minigun

Description: Spawn a L4D1 minigun at your crosshair's location.

Chat: !minigun l4d1
Console: scripted_user_func minigun,l4d1

Move

Description: Survivor bots move to your crosshair's location.

Chat: !move nick
Console: scripted_user_func move,nick

Netprop

Description: Changes NetProp values of entities.

Chat: !netprop nick m_bIsOnThirdStrike 1
Console: scripted_user_func netprop,nick,m_bIsOnThirdStrike,1

Noclip

Description: Toggles noclip on a player.

Chat: !noclip nick
Console: scripted_user_func noclip,nick

Oxygentank

Description: Spawns a oxygentank at your crosshair, with an optional amount.

Chat: !oxygentank 20
Console: scripted_user_func oxygentank,20

Particle

Description: Spawns a particle where you're aiming.

Chat: !particle inferno_grow
Console: scripted_user_func particle,inferno_grow

Prop

Description: Spawn props where you're aiming.

Available arguments:

dynamic
physics
ragdoll

Chat: !prop dynamic models/props_street/police_barricade.mdl
Console: scripted_user_func prop,dynamic,models/props_street/police_barricade.mdl

Note: You can do the following to make the prop spawn facing away from you.

Chat: !prop dynamic models/props_street/police_barricade.mdl aimed
Console: scripted_user_func prop,dynamic,models/props_street/police_barricade.mdl,aimed

Propanetank

Description: Spawns a propanetank at your crosshair, with an optional amount.

Chat: !propanetank 20
Console: scripted_user_func propanetank,20

Remove

Description: Remove items from survivor.

Chat: !remove nick pistol
Console: scripted_user_func remove,nick,pistol

Resource

Description: Spawn resource pack at your crosshair, with an optional amount. (Holdout Mutation only)

Chat: !resource 20
Console: scripted_user_func resource,20

Respawn

Description: Revives dead survivor, and teleports the survivor back to where they initially spawned.

Chat: !respawn nick
Console: scripted_user_func respawn,nick

Revive

Description: Revive incapacitated survivor.

Chat: !revive nick
Console: scripted_user_func revive,nick

Revivecount

Description: Sets a survivor's revive count. Setting it to 2 normally means black & white, while 0 means the survivor was never incapped.

Chat: !revivecount nick 2
Console: scripted_user_func revivecount,nick,2

Say

Description: Send a message to all players.

Chat: N/A
Console: scripted_user_func say,Hello

Script

Description: This allows you to directly execute VScript code from in-game. (Use with caution)

Chat: !script SessionOptions.GasCansOnBacks <- true
Console: scripted_user_func "script,SessionOptions.GasCansOnBacks<-true"

Sound

Description: Plays a named sound on the player.

Chat: !sound Jukebox.re_your_brains
Console: scripted_user_func sound,Jukebox.re_your_brains

Spawn_Ammo

Description: Spawns an ammo pile at your crosshair's location.

Chat: !entity spawn_ammo
Console: scripted_user_func spawn_ammo

Note: You can also enter a modelname like so:

Chat: !entity spawn_ammo models/props/de_prodigy/ammo_can_02.mdl
Console: scripted_user_func spawn_ammo,models/props/de_prodigy/ammo_can_02.mdl

Speed

Description: Changes the movement speed of a player.

Chat: !speed nick 2
Console: scripted_user_func speed,nick,2

Stagger

Description: Stagger player forward, with optional stagger away from command user.

Chat: !stagger nick
Chat: !stagger nick away
Console: scripted_user_func stagger,nick
Console: scripted_user_func stagger,nick,away

Survivor

Description: Spawn a survivor on team 2.

Chat: !survivor bill
Console: scripted_user_func survivor,bill

Timescale

Description: Sets timescale for slower or faster gameplay.

Chat: !timescale 2.0
Console: scripted_user_func timescale,2.0

Upgrade_Add

Description: Give survivor an upgrade.

Valid upgrade types are:

incendiary_ammo
explosive_ammo
laser_sight

Chat: !upgrade_add nick incendiary_ammo
Console: scripted_user_func upgrade_add,nick,incendiary_ammo

Upgrade_Remove

Description: Remove an upgrade from a survivor.

Valid upgrade types are:

incendiary_ammo
explosive_ammo
laser_sight

Chat: !upgrade_remove nick incendiary_ammo
Console: scripted_user_func upgrade_remove,nick,incendiary_ammo

Velocity

Description: Applies velocity on the targeted player.

Chat: !velocity 0 0 5000
Console: scripted_user_func velocity,0,0,5000

Vomit

Description: Covers player in vomit.

Chat: !vomit nick
Console: scripted_user_func vomit,nick

Warp

Description: Teleport survivor to your position.

Chat: !warp nick
Console: scripted_user_func warp,nick

Warp_Here

Description: Teleport survivor to your crosshair.

Chat: !warp_here nick
Console: scripted_user_func warp_here,nick

Warp_Saferoom

Description: Teleport survivor to ending saferoom.

Note: May not work properly on some custom maps.

Chat: !warp_saferoom nick
Console: scripted_user_func warp_saferoom,nick

Weapon

Description: Spawns a weapon at your crosshair's location with optional count.

Chat: !weapon rifle 2
Console: scripted_user_func weapon,rifle,2

Z_Spawn

Description: Spawns the desired infected at your crosshair's location with optional amount.

Chat: !z_spawn tank 2
Console: scripted_user_func z_spawn,tank,2

Zombie

Description: Spawns the desired common/uncommon infected at your crosshair's location.

Chat: !zombie riot 5
Console: scripted_user_func zombie,riot,5
Chat: !zombie common_male_tshirt_cargos 10
Console: scripted_user_func zombie,common_male_tshirt_cargos,10

Using A server.nut File

You can use a file called "server.nut" to make a few additional changes to your game.

Step 1: Download the server.nut file here.
Step 2: Place the server.nut file in left 4 dead 2/left4dead2/scripts/vscripts.

You can open the file using a text editor, and make changes and additions to whatever you prefer. For a list of more functions you can check the L4D2 VScripts page, or EMS page.

Using A cvars.txt File

You can create a file called "cvars.txt" and place it in the following directory:
C:\Program Files (x86)\Steam\SteamApps\common\left 4 dead 2\left4dead2\ems\admin system

This file will automatically execute all Cvars upon loading each map. Keep in mind each Cvar will need to be on its own line within the file.

Here's a few examples of how you can enter the Cvars:
god "1" "sv_infinite_ammo" "1" sv_gravity 200 scripted_user_func give,all,rifle_m60 scripted_user_func max_health,all,300

Tagged

Guide Credits

You may like

  • Mod
    weapon pack 1
    N/A

    it has all the weapons in the game with mw2019 renames. it has weapons, melee and items but i put them separately so you can choose what to use. I've added a melee pack and reanimated items in case you want them too! the addons I'v...

    1,283
  • Mod
    Only Bocchi The Rock Ikuyo Kita Zoey
    N/A

    Only Bocchi The Rock Ikuyo Kita Zoey Bocchi the Rock! (2022) - Ikuyo Kita Skin. Replaces all survivors L4D1(bill,francis,louis,zoey),L4D2 (nick,coach,ellis,rochelle) Skin. Zoey voice support works Credits: skin - BatagorMan -...

    • New
    185
  • Mod
    WH40K Adepta saroritas Sister of battle
    N/A

    Sister of Battle from video game Warhammer 40000 Battlesector. Since this is a turn-based tactics game, the quality of the hands is not the best, but it is the best that there is. Replacement for Rochelle and Zoey (each has its own...

    402
  • Mod
    Only DOAXVV Lobelia VWxS Zoey (request)
    N/A

    Only DOAXVV Lobelia VWxS Zoey (request) DEAD OR ALIVE Xtreme Venus Vacation (2017) Venus Wellness x Sunfish Ver.1 Skin. Replaces all survivors L4D1(bill,francis,louis,zoey),L4D2 (nick,coach,ellis,rochelle) with only zoey Zoey voice ...

    • New
    252

Feedback