Game devs hating Windows 8?


Recommended Posts

Start screen aside (love it or hate it, it's personal preference), Windows 8 is superior to 7 in many ways. From OS speed, resource usage, task manager enhancements, copy/move/delete dialog improvements, etc. Saying it's "not good enough" is just pure FUD. If you have half a braincell you can avoid metro entirely if you want, so that's a non-issue.

Yeah this is what I thought. Leaving aside any criticism, if this was a new car model it doesn't have enough new features to be very tempting. WIndows 7 is already fast and good on resources, the other bits like task manager and file transfer are not very notable. You really have to be a metro fan to justify upgrading.

Yeah this is what I thought. Leaving aside any criticism, if this was a new car model it doesn't have enough new features to be very tempting. WIndows 7 is already fast and good on resources, the other bits like task manager and file transfer are not very notable. You really have to be a metro fan to justify upgrading.

It's what I called in my earlier thread (The Real Reason Behind the FUD About Windows 8) *excuse-hunting*. Despite better support for existing (not new) applications - not to mention existing hardware - suddenly that's not enough? What in Ned *is* enough?

1. Support for new types of applications and games - check; that's part of the driver behind WinRT.

2. Better keyboard support - check. (If anything, Windows 8 has better keyboard support than Windows 7 - or any Windows OS since Windows 2000 Professional - which is rather embarrassing.)

3. Better touch support - check. (Windows 7 had rudimentary touch support; Windows 8 is miles above that - not even counting the StartScreen.)

Seriously - what would be enough?

WinRT.

WinRT will make them get new dev tools, and currently devs using WinRT must publish through the store, as far as I know you can't publish elsewhere yet. If this is true I suspect it's because the installer code isn't ready yet, considering it's new tech.

Other than that from what I understand the Start Screen frustrates devs because when you install Visual Studio it puts around 40 icons right in there.

I'm sure there are other reasons of course. It's the most disruptive (to the user, not applications) OS in a while and Win7 is still fantastic.

It depends on which version of VS. I installed VS 2012 RC, and it puts I believe at most 5 icons. It's pretty easy to remove the non-essential ones from the start screen. I find Windows 8, from the desktop, to be almost exactly like that of Windows 7 except better performing.

They hate on Win 8 because they know better why its a cluster technically than we do ...all you really need to do is look at metro on a laptop or a desktop though and know this O/S is horse **** :)

all of Carmack's games work perfect on linux ...once the rest of the devs start embracing linux a bit more MS is through...its been a long time coming ..this attempt to take on apple at the expense of their own customer base is going to cost them dearly... this whole metro thjng has been solely for the purpose of having their own brand slate pc ..which also has little to no chance of unseating apple in that space...meanwhile they will be alienating a very large percent of their current customers....nice

You're funny :rolleyes:

I think it has to do with the introduction of the Windows Store that comes with Windows 8.

It is a direct competition to Valve's Steam system, because it also delivers games directly to Windows users. But with the Windows Store, Microsoft wants to make some money. So if Valve wanted to distribute games through that store as well, they would have much lower margins, because otherwise the games would be too expensive for people.

On a Windows RT tablet the Windows Store will be the only way to purchase and download games. Therefore Valve and other game companies don't have a choice but to use the Store if they want to support those tablets.

But I don't think Linux is the answer for that!

Would you switch from Windows to Linux, just because some game companies stop producing for Windows and switch to Linux? No, you'd probably just use the Playstation or XBox you most likely already have. Why use a Linux machine that is too complicated to handle as a gaming platform, when you could just use a console that was made for this kind of thing and is very easy to use?

Maybe it's just me, but I think the Windows Store would make their games MORE accessible to the consumers. Plus, they can list desktop-based games and applications in the Windows Store WITHOUT paying MS the 30% cut. The 30% cut is only for metro apps. So I find it confusing because:

1. Windows 8 and Windows Store has NO impact to the desktop-based games and applications.

2. The new Windows Store, IMO, will enable game developers a much larger exposure.

3. The new Windows Store allows desktop-based apps and games to be listed, and they don't incur the 30% fee.

It's very strange, but I think Windows 8 and Windows Store actually make it more compelling for the developers. Plus, the 30% drops to 20% after $25,000 in revenue.

Well they didn't put words in his mouth, he really did say that! Though he did go on to explain his answer.

small point, but the headlines are misleading; in the notch example saying in the headline that he 'bashed' windows 8 is a bit more than an overstatement O.O and many of the articles just casually leave out everything except the negative ;D

So write Win32 games instead. They still work just fine; they just won't work in WindowsRT. And, just for your info, Win32 games *still* work in Windows 8.

Writing WinRT apps/games is, in fact, no different approach-wise than writing apps/games for iOS or Android - you're still forced to pass through specific portals (either the Android Market or Amazon AppStore for Android, or the iOS AppStore for iOS), what's all the fuss *really* about?

I know that. They know that. But as time goes on WinRT will be the preferred platform by consumers and developers, so they will have to learn it.

lol,devs apparently love the ios store, because well,they can make little ****ty games and sell them for $5, but now when its time for windows, they start spewing their bull****, because they know they can no longer get away with charging $70 a game. do you really think that valve guy is really going to rally the general public to switch to linux? are these guys really that out of touch with reality? if you ask me, they shot themselves in the foot. and if they dont want to adapt, then they are the ones losing.

the consumer will ultimately choose what they want. if these guys dont want to adapt, they are the ones losing.

I know that. They know that. But as time goes on WinRT will be the preferred platform by consumers and developers, so they will have to learn it.

Big name games like Halo, Crysis, Battlefield, COD, etc... aren't going to be played on a tablet. That's what a desktop gaming rig is for, and Windows 8 work perfectly with these games.

Big name games like Halo, Crysis, Battlefield, COD, etc... aren't going to be played on a tablet. That's what a desktop gaming rig is for, and Windows 8 work perfectly with these games.

I said nothing about tablets. WinRT is shorthand for Windows Runtime. http://en.wikipedia....Windows_Runtime

And I was talking about games past the next few years, anyway. I don't expect every dev to right up and switch to WinRT when only Win8 supports it.

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
      231
    3. 3
      Edouard
      135
    4. 4
      ATLien_0
      88
    5. 5
      Steven P.
      82
  • Tell a friend

    Love Neowin? Tell a friend!