Slashdot Mirror


WineX 3.3 Out - Now Supports Steam

AstroDrabb writes "WineX 3.3 has been released, with more impressive support for your favorite Windows games from within Linux. According to the Release Notes, Valve's Steam content delivery system, including the latest versions of Half-Life, CounterStrike, Day of Defeat and other mods, is now supported. The list of games supported by WineX is getting pretty impressive. So head over to Transgaming and sign up for a subscription to help further development."

3 of 85 comments (clear)

  1. Re:What's the performance like? by MBCook · · Score: 5, Informative
    WineX is based on Wine, which is actually an acronym for "Wine Is Not an Emulator". It's not a full emulator (like running a gameboy emulator would be), it simply intercepts system calls and translates them into the Linux equivelents, the actuall program code doesn't need to be translated. So programs that make very few syscalls (things like, just to take the far end Super Pi, which simply calculates Pi to various accuracies) would run almost identically. On the other hand a program that uses tons of Windows calls (like something that uses Direct3D) would be very slow. Games that don't make tons of those kind of calls (like simple card games, 2D games, etc) should run fine (close to "Windows" speed) as should OpenGL programs (because OpenGL can be passed to the OpenGL subsystem and doesn't need to be translated into OpenGL (or something else) like must happen with D3D).

    So it really depends on the program. I assume you could find out for a specific game by searching google or the WineX forums or support pages (they have pages that list supported games and their status, right? Been a while since I've been to their site).

    --
    Comment forecast: Bits of genius surrounded by a sea of mediocrity.
  2. Re:Depressing, in a way... by PyromanFO · · Score: 4, Informative
    Announcing that WineX 3.3 has support for Valve games that were written on the Quake 2 engine back when the 3DFX Voodoo2 was new and nVidia was pushing their soon to be released TNT2 cards really isn't that amazing to me. In fact, it kind of underwhelms me.

    Then you really haven't been paying attention. Half-Life has been supported for a very long time. Steam, you know, the part that wasn't based on Quake 2 and didn't come out with the Voodoo2 was king, that is now supported.

    I'm just disappointed these improvements didn't add PunkBuster support, since I've stopped caring about Half-Life anyway.
  3. What about the REAL Wine, people?! by IntergalacticWalrus · · Score: 5, Informative

    I find it pretty sad that almost everybody thinks that only WineX can run games. Reality check: Wine does have a DirectX emulation layer too! Including Direct3D to OpenGL translation! In fact, the few times I tried running a Windows game under Linux, I had better luck with Wine than WineX (CVS build, from back when Gentoo had an ebuild for it).

    So, please, don't support those monkeys at Transgaming and use the one, true Wine instead.