[Official] Mirror's Edge


Recommended Posts

yeah, i love it. those speedruns are so annoying and frustrating to get right, yet i keep doing them because it's oh so sweet when you finally nail it after so much practice and trial and error, chapter 3's speedrun must've taken me at least 100 tries to get right, when that achievement popped up I just sat that there saying "yess yess" with my arms in the air for like 10 minutes. :laugh:

In relation to DLC,

PS3 version of Mirror's Edge to get free bonus DLC

EA and DICE have announced details on Mirror's Edge DLC. In late January, players will be able to download nine new races for the Time Trial mode. According to the press release, these levels will have "no guns, no cops, and no city: this is true aesthetics, agility and flow that will challenge any runner." We're not entirely sure what that means, but we certainly want to find out. Update: Well, this new video certainly clears things up. Wow.

The nine new races will cost $10. However, PS3 owners get a special treat. All owners of the game can download an additional tenth race for free from the PlayStation Store. This is the PS3-exclusive DLC we've been waiting to hear about. (Who doesn't like free stuff?)

To read our review of Mirror's Edge, click here.

Source: http://www.ps3fanboy.com/2008/12/04/ps3-ve...free-bonus-dlc/

There's a video at the link as well, not checked to see if it's the same as Massiveterra's.

Is it worth getting this game?

Its quite cheap at the moment, and I enjoyed the game, but for me it would be this or Prince of Persia?

I would highly recommend Mirror's Edge, it's a fantastic game :) Sure it's short, but what game isn't these days? the simplicity of the graphics, the stunning audio (it really does give a good sensation of speed) and the fluid animation, it all adds together really well (Y).

I picked up the PS3 version of the game and haven't regretted it since :happy: I'm not so sure about the 360 version, while there is nothing wrong with it per say, the graphics don't seem as sharp as the PS3 version which ruins the experience for me. However, this is running the demo over VGA (got a launch 360 which doesn't have HDMI) so perhaps the retail version looks better over HDMI on the newer 360s?

Yeah, I'm still deciding wether or not to get this game (PS3 btw).

Does this game require surround sound for the full effect?, My surround sound system took a turn for the worst :(

No, obviously it's nice if you got it but even with stereo it still works fantastic (Y)

I got Mirror's Edge at last on Tuesday, thanks to three things: my ankle injury that's gonna keep me out for at least 3 months, my dad, and GAME for putting it on offer for ?25!:DD

Anyway, I'm glad I didn't pay full price for it, because the game was worryingly short, playing on Normal difficulty. There were a few moments where I ran into the brick wall of difficulty (especially the final shootout in the server room in Chapter 9). Although to be fair, I did it all without firing a single bullet!:DD I'm gonna go through it on Hard today, and this time I'll blitz through it with guns!:pp

Well I finished it a couple of days ago after getting it for Christmas.

Three things are really in my mind from playing this game.

Firstly I loved it, at least the running round, climbing over buildings or finding a slightly sneakier route and figuring things out.

Especially when I had a go at hard and there is no running vision, and I have a crap memory, so bits and bobs I had to have a go, and fail, and then find another way, and be like, woop!

Though that also goes on to show that there relay aren't a lot of other routes you can take, you might say, jump along a wall instead of going over the fence, but it isn't quite as varied as I would of liked.

Secondly, the enemies and fighting in this game, at least for me, was really lame.

I think it partially ruined a very awesome game, having to run away from the cops 85% of the time was annoying as I would have liked to have a jump around for fun, but that goes back to my previous point of only really having a few ways to go.

Also getting stuck in situations where you would have to fight people and not be able to go round or anything was a bit boring, the only trouble I had with the enemies was near the end in the server room which got really frustrating.

And also when playing hard on the 2nd chapter when your running down the water way area thingy I had to stop and hide because I had become a bullet magnet, and running the crap around the walls and stuff wasn't helping.

And third, do we know if the score/soundtrack for the game has come out yet?

Not the one with the remixes, the actual soundtrack in the game, that you can access from the in game unlockables menu.

I'm sorry but this game is terrible. Yet again there was a massive hype which was struck down with a game which didn't meet what it was said to be. There is one route in each chapter. You cannot take different paths. Everyone will have done the same path. When it is different is when you are in places like rooms or outside in large areas and trying to split the guys apart to kill them is only when you can take different routes. I completed this on boxing day after getting it on christmas day. The speedruns are just boring. And I couldn't be bothered to complete it on hard mode as I couldn't be bothered to do the story again, which is why I got bored of speedruns. Time trials? It's the same after you do the first one. You didn't really have a choice whether to fight the guys or run from them, if you tried to fight and died, you had to run, if you ran and died, you were meant to fight them first. The graphics were good unless pretty close up but that doesn't matter too much because how much do you sit playing games and running close to everything and having it right in front of you so you can't see what's going on? So yeah, I took the game back and got ?40 given back to me.

I'm sorry but this game is terrible. Yet again there was a massive hype which was struck down with a game which didn't meet what it was said to be. There is one route in each chapter. You cannot take different paths. Everyone will have done the same path.

by looking at some of the ghosts, there are definitely more than one pate for each chapter

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • JetBrains is working to cut false positives in RustRover 2026.2 by David Uzondu Recently, JetBrains released the fifth EAP build of its dedicated IDE, RustRover 2026.2, bringing improvements like a Run gutter icon for criterion_main! macro benchmarking and a feature that alerts you when there are unused traits in your current scope. Now, the company is out with a blog post addressing one of the "most common" complaints from users: false positives. In RustRover, a false positive occurs when the editor incorrectly highlights something as an error even though the project compiles and runs successfully. This mismatch flags a gap between the IDE's internal intelligence and the actual compiler. When the editor flashes red warnings over perfectly valid code, developers lose trust in the tool, which stalls momentum. Traditionally, RustRover runs cargo check to detect compiler errors and warnings, but it also relies on its own code analysis engine to power real-time features. To provide quick feedback, this engine parses your source code into a syntax tree while inferring types and resolving names as you type. Because this engine must work on broken, half-written code and react instantly, its logic sometimes diverges from the compiler's, producing false positives that do not exist in the compiler's eyes. JetBrains said that it has a "dedicated task force" focused specifically on identifying and fixing false positives by analyzing user reports and examining large-scale open-source projects. To speed up this process, the team built an internal system modeled after Crater, the famous Rust project that compiles and runs tests for every single crate published on crates.io. This automated pipeline compares the diagnostics from RustRover's analysis with actual compiler output to catch discrepancies before they reach users, ensuring smoother workflows. RustRover, for those who're unaware, is a dedicated IDE designed specifically for Rust developers. It's been around for a couple of years now, providing features like built-in debugging via LLDB, seamless cargo integration, advanced macro expansion, and HTML support. JetBrains distributes the app under two licensing models: a paid commercial subscription and a free option for non-commercial use.
    • Last year I bought the 2TB variant for $114 on Amazon. That's crazy that the 1TB is now 67% more expensive for half the storage, even with the newer T9 already on the market. And that's considered a good deal.
    • You can disable all non needed features from Brave. There is also Brave Origin which removes them entirely and it is free for Linux.
    • I wish I could use Brave but the tab suspension feature is horrible. It doesn't suspend them like Edge does. Even after 2h open with 70+ tabs (same as Edge), it has 2GB more consumption than Edge for no reason.
    • TeamViewer 15.78.4.0 by Razvan Serea TeamViewer is the fast, simple and friendly solution for remote access over the Internet - all applications in one single, very affordable module. Remote control of computers over the Internet, Instantly take control over a computer anywhere on the Internet, even through firewalls. No installation required, just use it fast and secure. Training, sales and teamwork, TeamViewer can also be used to present your desktop to a partner on the Internet. Show and share your software, PowerPoint presentations etc. File transfer, chat and more, Share your files, chat, switch the direction during a teamwork session, and a lot more is included in TeamViewer. TeamViewer key features: Cross-platform remote access (Windows, macOS, Linux, Android, iOS, IoT) Attended and unattended remote control Secure file transfer between devices Remote printing to local printers Multi-monitor support with easy switching Wake-on-LAN for sleeping devices Session links for quick connections (no password sharing) Web client access (no installation needed) End-to-end encryption (AES-256) Two-factor authentication and access controls AI-powered session insights and reporting Mass deployment and device management tools Customizable allow/block lists for security Command line and script execution remotely Performance monitoring and analytics dashboards TeamViewer 15.78.4.0 changelog: Improvements Permissions inheritance has been improved, increasing reliability when permissions are assigned to user group managers. Bugfixes Fixed a bug where 'Show details' button was not showing up on command bar upon selection of a device group. Fixed a bug which was causing the legacy groups to disappear when applying hide offline filter in basic view. Fixed a bug where devices were loading infinitely after login. Fixed a bug which was causing crash in application. Download: TeamViewer 15.78.4.0 | 32-bit | Portable | Mac | ~70.0 MB (Free for personal use) View: TeamViewer Home Page | Release Notes | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Year In
      Primer1st earned a badge
      One Year In
    • Experienced
      JayZJay went up a rank
      Experienced
    • Reacting Well
      Sir_Timbit earned a badge
      Reacting Well
    • Week One Done
      rubentuben8 earned a badge
      Week One Done
    • Week One Done
      ARaclen earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      524
    2. 2
      PsYcHoKiLLa
      232
    3. 3
      Edouard
      135
    4. 4
      ATLien_0
      88
    5. 5
      Steven P.
      82
  • Tell a friend

    Love Neowin? Tell a friend!