Slashdot Mirror


Alien Swarm Can Be Played As a Terrifying FPS

AndrewGOO9 writes "With a few simple commands from the developer console, Alien Swarm can go from being played as an isometric top-down shooter to a first-person perspective. Surprisingly easy, it does make the game, which was released for free via Steam earlier this week, a lot more terrifying. But, anyone who is at home playing games like Modern Warfare or Halo should have no problem slaughtering their way through wave after wave of creatures. In fact, it poses the potential to make the game easier for people who would've otherwise struggled with the overhead view."

3 of 157 comments (clear)

  1. Front page news? by MintOreo · · Score: 5, Informative

    An inordinate amount of attention for simple game.

    In other headline news, Starcraft 2 can be played as anything, thanks to a gnarly editor.

  2. Re:Terrifying?? Try System Shock 2, Doom 3, Undyin by Nadaka · · Score: 4, Informative

    This story has shown me a terrifying game.

    But not the one it indicated.

    http://thumb-culture.com/2010/07/22/xbla-review-limbo/

    What the hell?

  3. Why not script it? by atomic-penguin · · Score: 4, Informative

    Why not script it? I guess you just have to do everything yourself.

    // povtoggle.cfg
    alias "povtoggle" "normalcam"
    alias "normalcam" "asw_hide_marine 0; asw_controls 1; thirdperson; alias povtoggle fpscam"
    alias "fpscam" "asw_hide_marine 1; firstperson; asw_controls 0; alias povtoggle normalcam"
    bind "p" "povtoggle"
    normalcam
     
    // autoexec.cfg
    exec fovtoggle.cfg

    Just bind p for a handy point-of-view toggle.

    --
    /^([Ss]ame [Bb]at (time, |channel.)){2}$/