Search posterous

Search all posts and users. Type a name, type a favorite song title, whatever! See what comes up.
  

More posterous blogs











More recommended blogs »

Here are posterous posts filed under l4d...

Outsanity says...

Today, I spent my money on my usual daily shenanigans. But, today was more of a special day if you’re a Steam member. The slightly awaited Left 4 Dead 2 demo came out. If you never played the first Left 4 Dead the storyline is four survivors trying to escape a zombie apocalypse which just about sounds like any other zombie game to most gamers. I still like playing it.

My impression of L4D2 is that it’s good in my view. The graphics look better than the first L4D. They added a few game plays and new weapons. In the demo, you get to play a two-stage campaign called The Parish. You get the typical zombie with the “special infected” plus some new special infected added.

It’s very jam packed with action just about every step you take in the game. Even when they difficulty was on Normal, it felt like it was on Expert. The demo is only $49.99 but you can save 10% off and pay $44.99. It’s well worth the price.

Filed under: L4D

Hægin says...

This is half notes for myself and half helpful information for anyone else who wants a dedicated server on a decent OS. I assume you can use said decent OS and thus don't need me to hold your hand and guide you around the CLI.

Based off http://www.left4deadforums.com/1187-left-4-dead-linux-server-guide.html

1. Make a directory to put it all in.

mkdir hlds && chdir hlds

2. Download the file from valve to start it all off.

wget http://storefront.steampowered.com/download/updatetool.bin

3. Install the necessary 32bit libraries because Valve are still in the dark ages.

sudo apt-get install lib32gcc1

4. Run the file you downloaded.

chmod +x hldsupdatetool.bin && ./hldsupdatetool.bin

5. Accept the license agreement. Yes it scrolled past too fast to read. No you wern't going to read it anyway. Just accept it.

yes

6. Run the new steam executable with the right stuff to install the l4d server. The '-dir .' bit makes it put a l4d folder in the current dir. This is probably what you want.

chmod +x steam && ./steam -command update -game l4d_full -dir .

7. Wait for it to download then the configs will be in l4d/left4dead/cfg/server.cfg

vim l4d/left4dead/cfg/server.cfg

8. Make a config file. Something like the following should do fine.

hostname "My Server's Name"


rconn_password "password"


sv_other_settings "corresponding values"

9. Run the server up.

l4d/srcds_run l4d -autoupdate +ip <your servers ip address here> +hostpost 27203 +exec server.cfg +map l4d_farm01_hilltop &

10. Enjoy. You can control the server through the console in game by using "rcon_password <whatever password you put in the config file>".

Filed under: l4d

Krizzii says...

Filed under: l4d

Outsanity says...

Wow... So I haven't blogged in some time since I got sick some weeks ago. I guess I should make this post a little list of what's been going on.


*I been playing "Left 4 Dead" and "Team Fortress 2" like crazy.
*The store I work at is closing and I'll be shipped somewhere else.
*Working on getting a new bike.
*It's still "cold" in Chicago.
*I own a magicJack.
*I finally BootCamped XP on my iMac.
*I suck at Sonic Chronicles.
*I'm excited about the new PSP Go and Left 4 Dead 2.
*I STILL haven't played with my Rubik's Cubes.

That's about all I can report.

Filed under: L4D