Archive | April, 2009

How to Set Up A Left 4 Dead Dedicated Server

30 Apr

How to Set Up A Left 4 Dead Dedicated Server

[Update] OK new update, I have now setup a L4D2 server and can confirm 99% of this guide is still fine, you may want to grab a new version of the autoexec file from the community page (linked in full post) but really that’s about it.

[Update] Most of this stuff is still relevant for Left 4 Dead 2 servers, almost everything in the cfg and autoexec files is the same but I have not done a L4D2 server yet so I cannot offer support, sorry.

Hey Everyone,

This post goes out to everyone out there trying the bloody hardest to find a nice guide to setting up a dedicated server, you’re probably struggling (unless of course this gets popular and you’ve been sent here by Google) but either way getting everything running smoothly on a new L4D dedicated server isn’t exactly the easiest thing in the whole wide world.

I’m pretty techie, I work with computers, the net and servers 5 days a week and I know my way around them, I’m not the pinnacle of knowledge in any respect but I can do shit you know?

When it comes to setting up a dedicated Left 4 Dead server boy was I wrong.

It’s gonna be easy for you though! That’s right I brought all my failings together and made sure you don’t have to make the same mistakes. Behold, the super easier to follow, step-by-step guide to setting up your own dedicated Left for Dead Server.

Before you start download these files, use right click>save target;

The password for the file is “guardianforce”.

download zip How to Set Up A Left 4 Dead Dedicated Server download rar How to Set Up A Left 4 Dead Dedicated Server

Step 1: Get a Server

Rental: Get a server ready to run, I recommend renting because electricity bills alone from running the server will be high and you can get a decent one for between £5-10 a month, that’s nothing. I am not gonna shoehorn a bunch of affiliate links here because I want this guide to have authority but I used a company called GTXGaming who are cheap, friendly and offered me support where they could. Decide for yourself but I do recommend them and can verify they are not some crazy Nigerian scam artists.

Owned: If you install it yourself on a machine you can do this through Steam, no problems here its in the “Tools” tab on your Steam Application. It needs to be moderate spec but your internet connection needs to be able to cope.

Step 2: Setting up the Server

Setting up the Server is pretty easy actually. It all comes down to what you want to do with it. The biggest decision you are needing to make here is Public vs. Private. The difference? Password protection.

In my opinion you should always leave a server public, why? Because the its my server and if I don’t play no-one can attitude is spiteful, you can always kick people when you specifically want to play but you can’t play on it 24/7 and it could be helping someone else out.

Obviously this is your own choice but password protection does sometimes stick an oar in things.

Get the server.cfg file out of the zip or copy the text below and put it in notepad, DreamWeaver or whatever floats your boat. Pretty short right? I will only say this once.

Your config file does not need 10000 lines.

///Server.cfg

hostname “xXx edit me xXx”

//Rcon Settings
rcon_password “xXx edit me xXx”

//Lobby Settings
sv_search_key “xXx edit me xXx”
sv_steamgroup “xXx edit me xXx” // Family Steam Group Number

//Log Settings
sv_logbans 1
sv_logecho 0
//log on

//Difficulty Settings
z_difficulty “Advanced”

//Other Settings
sv_allow_wait_command 0
sv_region 255
sv_clearhinthistory

exec banned_user.cfg
exec banned_ip.cfg

This is pretty much all you need, you just need to edit the parts that have “xXx edit me xXx” in them. Here is what each one does;

  • Hostname: This is the name of your server, for example mine could be “Guardian Force Server”
  • rcon_password: This lets you log in as an admin from the in game console and kick players and the like.
  • sv_search_key: This needs to be a fairly short phrase that is going to be unique to your server, I recommend combining letters and numbers, for example “gfukserver2009″
  • sv_steamgroup: Tags the server to your Group so members can jump straight in, this one is optional place “//” at the start of the line to disable it. Your Steam Group ID can be retrieved by the Group Admin in Community>Group Admin Page>Profile from the Steam application.
  • sv_region: Optional, sets the location for the server, possible values are;
    • America eastcoast – sv_region 0
    • America westcoast – sv_region 1
    • south america – sv_region 2
    • europe – sv_region 3
    • asia – sv_region 4
    • australia – sv_region 5
    • middle east – sv_region 6
    • africa – sv_region 7
    • world – sv_region 255
  • You can also change z_difficulty if you like but its just a default setting and can easily be changed with a vote in game.

That’s it. Save the file and upload it to the root/cfg/ folder via FTP or if your host has a visual editor (like GTX does) then just copy and paste that stuff in there.

For your info “//” comments things out in these files, just like # in htaccess or <!– –> in HTML.

Restart you server with your admin panel if rented or manually if you actually own it.

Step 3: Setting up Your Game

Sadly this is the step so many guides out there are missing out and it’s probably the most vital because without it nothing will bloody work.

OK so your server is running, if you attached your steam ID you will see it pop up in the corner like this while playing

left4dead server id How to Set Up A Left 4 Dead Dedicated Server

Anyway, you can click this to join it and play but it won’t let you actually create a lobby or choose what gametypes and maps you want to play (or even what character you are!)

For that we need to do some extra stuff. First thing first, turn on the console if you don’t already have it on, its in Options>Keyboard Options and on a UK keyboard the ¬ key brings it up, that’s the one under Escape.

The console allows you to “do stuff” in the game, this can range from kicking a player to changing difficulty and maps.

It’s pretty easy to use and a full list of commands can be found here or in the PDF (l4d_cvar_list) I included in the ZIP download at the start. The guys at Left4Dead411.com put this together so credit to them for doing so, it’s a little hard to read to be honest but if you’re looking to do something specific just search this PDF.

OK quit Left 4 Dead and Steam an go to the following drive on your PC;

  • C:Program Files (x86)Steamsteamappscommonleft 4 deadleft4deadcfg (for 64 bit computers)
  • C:Program FilesSteamsteamappscommonleft 4 deadleft4deadcfg (for 32 bit ones)

This will bring you into your L4D configuration files, be careful what shit you touch in here, listen to whats need and don’t touch anything else.

  • Sort the files alphabetically, A –> Z
  • Look for the file autoexec.cfg, it is likely not going to be there.
  • If it is make a backup, just in case.
  • If its not continue..

I have included two versions of this file, “autoexec – advanced” and “autoexec – basic”, if you want all the (awesome) bonuses modifications this legendary script provides you then use advanced, if you would rather not modify the game slightly (I promise, its 100% safe and easy to control) then take basic.

The autoexec script was put together by these guys, they are completely awesome and deserve loads of credit so make sure you know its them and not me who made this. There are plenty of details on the advanced functions but changing the glow effects is an especially useful one to use.

  • Open the autoexec in whatever code program you want, you only need to change the sv_search_key value, its in the top 15 lines of either document and has xXx edit me xXx specially in there for you.
  • You need to change the “edit me” to whatever value you previously put in the sv_search_key field inside the server.cfg document. Double check spelling!
  • Save the file, rename it to autoexec.cfg and place it in the previously mentioned directory.

What does this do? It means every time you create a lobby then press “start game” it will automatically join your server, no messing around, no typing stupid commands in that console, it’s all automatic.

Seriously if you knew how much trouble it can be to go from a full lobby with settings you like to hit your server without this then you would be super grateful.

Step 4: Playing

Everything else is easy peasy from here on in, to start a game with your mates do the following.

  • Create a lobby
  • Choose your gametype
  • Choose the map
  • Choose difficult (if relevant)
  • Get your mates to join the lobby
  • Choose characters (optional)
  • Press Start Game
  • Server connection is not always instant give it a few seconds to get going. It will be quicker than searching for one when its peak times, 100x over.
  • Enjoy!

Step 5: Customisation

OK so half the fun of having your own server is messing about and making it your server.

The biggest step you can take visually is customizing the message of the day (motd) and the host banner. To do this I recommend you have your own web hosting.

Inside the ZIP at the start of this documents are templates for doing both, they are already sized for best fit so don’t change their size or you will end up with stretched stuff on screen when in the game.

Depending on how good you are at HTML coding and photoshop depends on what you can do here, I have included GFUKs examples which I made in 10 minutes on photoshop with the promo materials on the official L4D site.

The whole process is easy, simply;

  • Open the host or motd PSD or JPG in whatever you like and have fun designing your banner.
  • Save it as a JPG
  • Upload it to somewhere that allows hotlinking, your own server would be good but image hosting sites will do at a push.
  • Open the host or motd.html file and edit the src attribute inside to point to your image.
  • If you want to code real text you can by setting the image as a background and putting stuff on top.
  • Place the HMTL file online somewhere via FTP
  • Change the relevant file (host.txt or motd.txt) to point to the new file, just one line e.g. “http://www.mysite.com/l4d/motd.html”
    • Can be done via control panel on your rental server
    • Can be done via FTP, the files are in the root as txt files.
  • Next time you load up the server you get your designs, easy as pie and can look really nice and maybe even promote your Guild am little.

Step 6: Admin

I have already given you the PDF with all the commands but this site http://l4dcommander.com/ is pretty good.

It lets you web access (remember Shift+Tab in game) your control panel and has a nice interface etc.

The commands I will pull to your attention are;

  • rcon_password xxx : enter first to “log-on” to server (not need in l4dcommander)
  • mp_scrambleteams : scrambles teams for vs.
  • multiplayerendgame : Ends current game for everyone
  • mp_switchteam : Switch vs. team
  • changelevel xxx : Change map to specified one
  • mp_gamemode xxx :Change gamemode to coop | versus | survival
    • for some reason does not work when going from survivial to coop, not sure why. Can easily change in lobby however
  • kickid xxx : Kick a player via ID
  • kill xxx: Kill a player ^.^
  • killserver: shutdown server

Credit & Resources

I got a bit of help on my journey and while it took me a while to put all this together a few other people deserve credit;

That’s it, have fun on your server! Let me know with comments if you want any more or if I owe you credit and forgot :/

Fail

30 Apr

Found this today. Click title to see the video.

Game Review :: Rock Band 2

28 Apr

Game Review :: Rock Band 2

Hey Everyone!  This, the first in our new set of reviews since the site re-launch and looks at the sequal to multiplayer genre buster, “Rock Band”.

If you don’t already know, our reviews are short. This isn’t because we don’t have lots to say about games but more because there are 1000 places to get detailed reviews online but not 1000 hours in a day to read them all. Our reviews are quick to the point and we always make a point to include positive and negative points of a game. We have no brand or platform loyality and the guild like a lot of different aspects of gaming.

Each guild member who had time to contribute will give six points and their share of a percentage score, for example this review each member could only give 33.3% maximum.

OK here goes!

Vital Stats

Rock Band 2

Platform: Ps3 (X-Box 360 | Wii | Ps2)

Players: 1-4

Diablos

  • Same fun multiplayer appeal the original had
  • Attractive visuals including smooth menu animations
  • Good set list and downloadable content store and ability to export all of RB1 songs for a few quid
  • Ace “create” mode with PC/Net support
  • Calibration can be difficult, it was better in RB1!
  • Not really a sequel, it’s more of an expansion.
  • 23%

Onimi

  • As multiplayer party games go, it doesn’t get any better than this.
  • Excellent range of songs, from classic oldies to more modern day hits.
  • ‘Create a Character’ is full of iconic fashions for you to dress yourself in.
  • Paying full price for an expansion would really grind my gears.
  • It might seem petty, but I cannot understand why they’d put foreign language songs in there. Too difficult to sing.
  • The step up from medium to hard mode on the drums is far too big and hinders progression through the game.
  • 20%

Nilhuanwen

  • Use of characters is much better- you’re not confined to one instrument
  • Still loads of fun
  • Customisation is brilliant from characters to band logo to accessories
  • I was disappointed with the set list- a few good things but a lot more is stuff I’m not interested in. I still can’t play my personal favourite music even via downloaded content.
  • The interface while playing is user friendly and it’s much easier to use than Guitar Hero
  • I still absolutly hate the guitar controller that comes with the game
  • 22%

Jesta

  • Good range of songs
  • Creating your character is fun
  • Still fun when it’s not your turn
  • Can spend a fair amount of time as a coat rack\dust bunny housing estate
  • Forced to sing songs you don’t know, which can be horrific
  • 13%

Total!

Rock Band is a good game, in general we all agree it is better than GHIII/GHWT but they still need to expand on the DLC, don’t think volume, think genre! We give it a solid 78%

rockbandscore Game Review :: Rock Band 2

A New Religion; Lead by Craig!

21 Apr

A New Religion; Lead by Craig!

A collegue and friend at work (you can follow her on twitter @catiescott) sent me a great video from stand up comic and singer Stephen Lynch.

I don’t want to spoil this one so here it is but please before you play it consider it contains a fair amount of swearing, that means NSFW at all, you have been warned!

It really made me laugh, i’m sure every one here at GFUK will have laughed too. Let me know what you think good or bad!

Lego Rock Band: Confirmed

21 Apr

Lego Rock Band: Confirmed

As if the mighty Rock Band was not awesome enough Harmonix have confirmed that they will be releasing Lego Rock Band for Christmas 2009.

Rumours of the game have been knocking around now for a month or so after a slip up by a senior designer at the Games Developers Conference and today we got the first official acknowledgement that the game will be released.

We don’t have a full track list yet but here are what has been confirmed (complete with Spoitify links if you don’t know the songs because i’m a good ‘un.

Definitely something I am looking forwards to, adding a littly silly to Rock Band will go a long way i think as the track lists at the moment do tend to be varied, but mainly serious. Some Flight of the Concords or Wierd Al would also be great but I bet we’ll see some Strong Bad or Limozeen make it to the list by the end.

Qj.net also linked to this little chart which just goes to show you how much Activision are ready to “exploit the Guitar Hero franchise”, Rock Band makes maybe three spin offs, Guitar Hero go for approximately twelve, nice one guys.

Additionally “Rock Band” will be added to our “Games” section soon so check it out to see our full on rockin’ band “Guardian Force” and subsidary band “Kittens and Lightning Bolts”!

What do you think, are you looking forward to it? Is it original or is Ropck Band going to be as bad as Guitar Hero for cash-ins?