- Left 4 Dead 2 Sv_consistency 01
- Left 4 Dead 2 Sv_consistency 0t
- Left 4 Dead 2 Sv Consistency 0
- Left 4 Dead 2 Sv_consistency 0.9
Installation¶
Left 4 Dead 2 Sv_consistency 01
To install this server, open SteamCMD, login anonymously and run the following commands:
Configuration¶
You go to your library and go to Left 4 Dead 2. Right click it and at the bottom it should say Properties. RIGHT click and it'll have some tabs at the top, click on Local Files. Then in one of the options it should say 'Verify Integrity Of Game Cache. It takes some time to load (I have noooo idea why o.e) and stuff like that:P. All Discussions Screenshots Artwork Broadcasts Videos Workshop News Guides Reviews. Before going into a singleplayer game type 'svconsistency 0' without the quotes into the developer console. This also works for private listening servers.
To configure the server you'll need to create a server.cfg file inside the left4dead2/cfg
folder. You can add the minimum settings:
Sourcemod¶
Installation¶
In order to use plugins on your server you'll need Sourcemod and Metamod, to install these, head over to the Sourcemod and Metamod download sites and download the latest version inside the mod folder of the game server that you want to install it on (in this case /home/steam/l4d2/left4dead2
).
Untar the downloaded files and delete them.
At this point, Sourcemod and Metamod are both installed, but before we head into the server, we'll set our account as admin. From the same directory, open the following file:
At the bottom, you'll need to append your STEAMID32 ID, (which you can find here) with the following tag 99:z
, your file should end with a line similar to the following:
Left 4 Dead 2 Sv_consistency 0t
Adding Plugins¶
Running the Server¶
Left 4 Dead 2 Sv Consistency 0
To run the server, simply launch srcds_run from the l4d2 folder with the required parameters.
- //Base
- sv_search_key 'yourkey'
- rcon_password 'ROOT'
- sv_allow_lobby_connect_only '0'
- hostfile 'my_host.txt' //create custom hostfile else the
- sv_alltalk '0'
- //sv_contact 'address@email.com'
- sv_region '255' //sets region to all areas
- sv_allow_lobby_connect_only '0'
- sv_log_onefile '0'
- sv_lan '0'
- sv_cheats '0'
- //sv_gametypes 'coop,versus,survival,scavenge' //sets gametypes
- //sv_maxunlag '5'
- sv_steamgroup '000' //this is your group's steam group id. This option works with or without the quotes.
- //sv_steamgroup_exclusive '1' //to make it exclusive and private