{"id":135,"date":"2014-01-30T09:24:41","date_gmt":"2014-01-30T09:24:41","guid":{"rendered":"http:\/\/www.fax.squaredisc.com\/?p=135"},"modified":"2014-02-06T14:07:42","modified_gmt":"2014-02-06T14:07:42","slug":"left4dead2-fun-server-setup","status":"publish","type":"post","link":"http:\/\/www.fax.squaredisc.com\/?p=135","title":{"rendered":"Left4Dead2 Server setup"},"content":{"rendered":"<p>After playing Left4Dead1+2 so much, it does get quite boring playing the same maps and by the rules. So we decided to start trying some custom maps, most of which are dire! However we found 3 maps which are very playable and with using <b>sv_cheats<\/b> there is so much more you can do.<\/p>\n<p>Most of the changes we done to the game are quite simple to setup, however some took time to understand and to get working. So to help ourselves in the future and for anyone else, here are the maps, scripts and settings we use currently.<\/p>\n<p>Check out some of the screenshots <a href=\"http:\/\/steamcommunity.com\/id\/fax\/screenshots\/?appid=550&#038;sort=newestfirst&#038;browsefilter=myfiles&#038;view=imagewall\" target=\"_blank\">me<\/a> and <a href=\"http:\/\/steamcommunity.com\/id\/komahndo\/screenshots\/?appid=550&#038;sort=newestfirst&#038;browsefilter=myfiles&#038;view=imagewall\" target=\"_blank\">chris<\/a> have taken.<\/p>\n<p>Modifications:<\/p>\n<li><a href=\"http:\/\/www.sourcemod.net\/\" target=\"_blank\">SourceMod.net<\/a><\/li>\n<li><a href=\"https:\/\/forums.alliedmods.net\/showthread.php?t=164543\" target=\"_blank\">Intelligent Machine Gun<\/a><\/li>\n<p>&nbsp;<br \/>\nCustom Maps:<\/p>\n<li><a href=\"http:\/\/www.l4dmaps.com\/details.php?file=10398\" target=\"_blank\">Let&#8217;s Build a Rocket<\/a><\/li>\n<li><a href=\"http:\/\/www.l4dmaps.com\/details.php?file=27276\" target=\"_blank\">Let&#8217;s Build 2 Core<\/a><\/li>\n<li><a href=\"http:\/\/www.l4dmaps.com\/details.php?file=7302\" target=\"_blank\">-Helms Deep- Reborn<\/a><\/li>\n<p>&nbsp;<br \/>\n&nbsp;<span class=\"collapseomatic \" id=\"id2333\"  title=\"Start_Server.bat\">Start_Server.bat<\/span><div id=\"target-id2333\" class=\"collapseomatic_content \"><\/p>\n<pre>@echo off\r\ngoto BEGIN\r\n:BEGIN\r\ncls\r\necho (U)pdate or (S)tart?\r\necho.\r\nset \/P C=\"> \"\r\nif \"%C%\"==\"U\" goto UPDATE\r\nif \"%C%\"==\"u\" goto UPDATE\r\nif \"%C%\"==\"S\" goto START\r\nif \"%C%\"==\"s\" goto START\r\ngoto EXIT\r\n:UPDATE\r\nD:\r\ncd D:\\Valve\\Server_New\\\r\ncls\r\nsteamcmd +login anonymous +force_install_dir ..\/L4D2 +app_update 222860 validate +quit\r\ngoto START\r\n:START\r\ncls\r\necho.\r\necho (1)Let\u2019s Build 2 Core, (2)Let\u2019s Build a Rocket, (3)-Helms Deep- Reborn ?\r\necho.\r\nset \/P C=\"> \"\r\nif \"%C%\"==\"1\" goto LBAR2\r\nif \"%C%\"==\"2\" goto LBAR\r\nif \"%C%\"==\"3\" goto HELMS\r\ngoto EXIT\r\n:LBAR\r\nD:\r\ncd D:\\Valve\\L4D2\\\r\ncls\r\nstart srcds.exe -console -game left4dead2 -maxplayers 8 +sv_lan 0 +map rocketbuild1 +exec autoexec\r\ngoto EXIT\r\n:HELMS\r\nD:\r\ncd D:\\Valve\\L4D2\\\r\ncls\r\nstart srcds.exe -console -game left4dead2 -maxplayers 8 +sv_lan 0 +map l4d2_helms_deep_serious_v16 survival +exec autoexec_helms\r\ngoto EXIT\r\n:LBAR2\r\nD:\r\ncd D:\\Valve\\L4D2\\\r\ncls\r\nstart srcds.exe -console -game left4dead2 -maxplayers 8 +sv_lan 0 +map lbar2_examplemap +exec autoexec\r\ngoto EXIT\r\n:EXIT\r\nexit<\/pre>\n<p><\/div><\/p>\n<span class=\"collapseomatic \" id=\"id4862\"  title=\"autoexec.cfg\">autoexec.cfg<\/span><div id=\"target-id4862\" class=\"collapseomatic_content \"><\/p>\n<pre>sv_cheats 1\r\nsm_cvar sb_all_bot_game 1\r\nsm_cvar director_afk_timeout 999999999999\r\nsm_cvar mp_allowspectators 1.0\r\nsv_spectatoridletime 9999999999<\/pre>\n<p><\/div>\n<span class=\"collapseomatic \" id=\"id411\"  title=\"server.cfg\">server.cfg<\/span><div id=\"target-id411\" class=\"collapseomatic_content \"><\/p>\n<pre>\/\/Server info\r\nhostname SquareDisc\r\nrcon_password \"\"\r\nsv_search_key \"squaredisc\"\r\nsv_steamgroup \"3758\"\r\n\r\n\/\/Internet, region, lobby setup\r\nsv_lan 0\r\nsv_region 255\r\nsv_steamgroup_exclusive 0\r\nsv_allow_lobby_connect_only 0\r\n\r\n\/\/Communication\r\nsv_voiceenable 1\r\nsv_alltalk 1\r\n\r\n\/\/Logging\r\nlog on\r\nsv_logecho 0\r\nsv_logfile 1\r\nsv_log_onefile 0\r\nsv_logbans 1\r\nsv_logflush 0\r\nsv_logsdir logs\r\n\r\n\/\/Bans\r\nexec banned_user.cfg\r\nexec banned_ip.cfg\r\nwriteip\r\nwriteid\r\n\r\n\/\/Sourcemods\r\nsm_cvar sb_all_bot_game 1\r\nsm_cvar director_afk_timeout 999999999999\r\nsm_cvar mp_allowspectators 1.0\r\n\r\n\/\/Misc.\r\nmounted_gun_overheat_time 9999999999\r\n\r\n\/\/Cheats\r\nsv_spectatoridletime 9999999999\r\nsv_infinite_ammo 1\r\nsv_infinite_primary_ammo 1\r\ngod 1<\/pre>\n<p><\/div>\n<span class=\"collapseomatic \" id=\"id493\"  title=\"l4d_machine.cfg\">l4d_machine.cfg<\/span><div id=\"target-id493\" class=\"collapseomatic_content \"><\/p>\n<pre>l4d_machine_adminonly \"0\"\r\nl4d_machine_allow_carry \"1\"\r\nl4d_machine_ammo_count \"999999\"\r\nl4d_machine_ammo_refill \"1\"\r\nl4d_machine_ammo_type \"1\"\r\nl4d_machine_betray_chance \"10.0\"\r\nl4d_machine_damage_to_infected \"25.0\"\r\nl4d_machine_damage_to_survivor \"2.0\"\r\nl4d_machine_enable \"2\"\r\nl4d_machine_fire_rate \"20\"\r\nl4d_machine_health \"999999.0\"\r\nl4d_machine_limit \"999999\"\r\nl4d_machine_maxuser \"999999\"\r\nl4d_machine_msg \"1\"\r\nl4d_machine_overheat \"10.0\"\r\nl4d_machine_range \"999999.0\"\r\nl4d_machine_sleep_time \"999999.0\"\r\n<\/pre>\n<p><\/div>\n","protected":false},"excerpt":{"rendered":"<p>After playing Left4Dead1+2 so much, it does get quite boring playing the same maps and by the rules. So we decided to start trying some custom maps, most of which are dire! However we found 3 maps which are very playable and with using sv_cheats there is so much more you can do. Most of <a class=\"read-more\" href=\"http:\/\/www.fax.squaredisc.com\/?p=135\">[&hellip;]<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[5],"tags":[11],"_links":{"self":[{"href":"http:\/\/www.fax.squaredisc.com\/index.php?rest_route=\/wp\/v2\/posts\/135"}],"collection":[{"href":"http:\/\/www.fax.squaredisc.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.fax.squaredisc.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.fax.squaredisc.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.fax.squaredisc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=135"}],"version-history":[{"count":71,"href":"http:\/\/www.fax.squaredisc.com\/index.php?rest_route=\/wp\/v2\/posts\/135\/revisions"}],"predecessor-version":[{"id":217,"href":"http:\/\/www.fax.squaredisc.com\/index.php?rest_route=\/wp\/v2\/posts\/135\/revisions\/217"}],"wp:attachment":[{"href":"http:\/\/www.fax.squaredisc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=135"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.fax.squaredisc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=135"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.fax.squaredisc.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=135"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}