Recommended Posts

I'm definitely hyped for this but one of the reviews I read mentioned how much better it was with a controller than K/B. That just boggles my mind and has me waiting now. I want to hear from others how it plays on PC (with PC controls) before I purchase.

I read about this game and honestly was not very interested in it......never heard of the series. After playing the Demo I believe I may end up buying it. I like strategy games in general but never really played a turn-based game, but I think the mechanics work well together....feels like a game of chess where it is not physically skill based at all (like most FPS games) and instead you can take as much time as you want planning out what you are doing then take action.

Loving this game, am getting sick and tired of losing soldiers but I refuse to reload even though I am not on ironman. So many things to mange is awesome but also tough to keep up with. Started playing at 12:45 tonight and was like ok I'll just 1 or 2 missions, all the sudden it's 2:30 AM. This game is a must have IMO if you like any type of strategy.

I'm playing permadeath ans it's hard when I start becoming attached to the squadmates.

I really wish there were more voices. All of the countries have American accents!

I know it be impossible to have accents for every country, but you could use some accents for multiple countries.

love it love it love it love it love!!! it's 1994 all over again! playing on PC and it's so awesome. obviously it's just the original in circa 2007 graphics, but that's cool! and of course everyone has an American accent, and no matter if you're in Germany or Hydrabad, everywhere looks the same heh heh. but it's the awesome game we loved so much back then and i am lovin it!

  • Like 2

It's an awesome game, BUT, ruined by the game stopping bugs. Luckily that'll be taken care of with time, but right now :(

Also I do wish there was a little more freedom and a little less hand holding and guiding. like "research this now", " go to this next plot thing now". it's hard to pace the game as you want, and play as you want.

It's an awesome game, BUT, ruined by the game stopping bugs. Luckily that'll be taken care of with time, but right now :(

Also I do wish there was a little more freedom and a little less hand holding and guiding. like "research this now", " go to this next plot thing now". it's hard to pace the game as you want, and play as you want.

I just ignore the research this now stuff.

I've been playing this game exclusively since it was released last week...

There have been lot's of improvements compared to the original, but I also feel that some things have been simplified too much which is slightly disappointing.

Overall, it's given me great gaming experience and it's been worth every penny! The tactical combat is now so much more enjoyable!

I'm very close to completing it on normal with losing just one soldier in total.

PC, check their official forums there's tons of reports of issues, I haven't seen most of them. But I have one of them, and it's completely game stopping since it locks up the whole game during alien activity on some maps.

Luckily I don't have much time to play games during the week at the moment so I can wait. It might also not be 100% Win8 compatible.

I'm playing on classic - ironman difficulty now after having beaten the game on normal.

I gotta say that ironman is a lot more fun and enjoyable because, despite being a bit more challenging, you gotta be pro-active playing it, you don't have to worry about saving the game anymore, and I don't get stressed out if I make a mistake or go back to loading a saved game and thereby losing lotsa time.

I think I'm going to jump to Ironman as well. Should have started from the beginning with it. Right now I'm on Classic but finding myself reloading a successful mission if I lose a soldier.

I've only had one issue thus far and it was a CTD during the training mission. Completely crashed out, not even an error message. Reloaded and everything was fine. I'm playing on PC, I do wish the camera was a little more friendly and maneuverable. Pretty much my only complaint so far. Loving it.

  • 2 weeks later...

I love it how (on many occasions) my squad leader, a sniper colonel by the way can miss a 85-90% chance but one of my lower ranked heavys can somehow pull off some serious bull**** 20-35% shots with criticals too. Makes me want to punch my monitor sometimes.

Maybe someone can answer me this: does it make sense to storm the base as soon as you make the option available, or do you really need to be prepared?

For example, I've had the assault the base option available for quite a while now, and by that point I think the toughest thing I had seen was a beserker. Instead of assaulting the base I've waited because I want to kit out my guys with the top armour and weapons first. During this time though I have come across these mechwarrior units which are considerably more of a pain to take out.

My question is this: If I had assaulted the base earlier, would beserkers have been the worst enemy I face, or would the mechwarriors and higher difficulty aliens be there anyway?

Just wondering, since in my current game my plan of waiting for better equipment seems to have backfired quite badly, and I'm trying to think if I need to be better at resource management or if there is another route I could have taken; such as assaulting the base when I first got the chance.

EDIT: Oh, and this game rocks. I'm taking my PS3 round to a friend's place in a bit for an X-Com gamers evening, we love it.

Hawk is right, the first base on normal isn't that difficult. also Hawk, I sort of see what you mean regarding the glitches in the PC version, but they were not that severe. I had one where areas of a map would go dark and characters would get stuck/couldn't pass those areas. also, my final mission was won by a panic reaction shot from one of my squadmates (my squad was basically decimated). that was sort of idiotic, but hey, I guess it's the randomness of war...

What's the file extensions/name of the Xcom save games ?

I had an unfortunate situation where I had the RTM version on my laptop and then I got the cheap upgrade+free refund from acer so I did a full factory reset and did did the upgrade to final. and expected my Norton 360 backup to have actually... you know, backed up my files. but apparently it was very selective on what file it backed up.

if I have the extensions I can see if there's still a chance to recover them, though I suspect it's way to late now with all the stuff installed. and then I'll probably not end up playing again for a long time as I hate replaying games, I'm not much for that anymore.

  • 9 months later...
The expansion to the 2012 turn-based tactical role-playing game XCOM: Enemy Unknown is on its way

Read more at http://www.inquisitr.com/931140/xcom-enemy-within-war-machines-trailer/#UYRrDu1hjr4lRZhD.99

 

 

http://youtu.be/kS83xuoDPs0

  • 1 month later...
  • 1 month later...
This topic is now closed to further replies.
  • 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
      521
    2. 2
      PsYcHoKiLLa
      230
    3. 3
      Edouard
      135
    4. 4
      ATLien_0
      88
    5. 5
      Steven P.
      82
  • Tell a friend

    Love Neowin? Tell a friend!