Cedega 5.1 Released
Gamasutra reports that Cedega 1.5 has been released for Linux gamers looking for a Civ IV fix. From the release: "TransGaming Technologies has released Cedega 5.1, which features support for some of the newest PC titles such as Sid Meier's Civilization IV, FIFA 06 and Need for Speed: Most Wanted. Cedega allows games originally created for the Windows platform to run on Linux, straight out of the box. Other titles supported on Cedega 5.1 include Battlefield 2, Dungeon Siege II, City of Villains, Madden NFL 2006, World of WarCraft, Half-Life 2, Guild Wars, and many others. Cedega 5.1 builds on this growing list of game titles with new features that improve overall game play."
Wine 0.9.8 was released today.
I hate to yank everyone back to reality here, but if you can't get your favorite Windoze games to run with Cedega, and you REALLY want to play those games, why not dedicate a true gaming PC running XP and not munge your clean Linux system with all this patchy crap ? Yes it costs money, but Cedega costs money, and games cost money. You have to pay to play. Either that or invest in an Xbox/Playstation.
-Billco, Fnarg.com
Are you kidding? That would require forethought, and research, and abandonment of the precious DirectX API! Fire would rain from the heavens! Locusts would eat all our crops! Everyone would be covered in boils! It would be the apocalypse!
I tried Cedega once. TransGaming claim to support Half-Life 2 through it, so I gave it a go.
Steam installed fine, so did HL2. After everything was ready to go, I ran the game.
Hard lock up.
Rebooted the PC, started again. This time everything worked fine, except I got maybe 1fps. This on a not spectacularly fast PC/graphics card, but one more than capable of properly running HL2 under Windows. Even turning down details, resolution etc until everything was at the level of a NES game didn't help. Frankly pathetic.
This is why I use Windows...simple tasks, like running a game, just work properly and with a minimum fuss. I can hear everybody going "Well get Valve to release a Linux version then." Well, when they do, and I doubt they will, maybe we won't need stupid hacks like Cedega, which barely work.
I really do wonder what the deal is with people saying they got speed increases from Cedega. My experience is...well, no way.
By summer it was all gone...now shesmovedon. --
People complain all the time about Cedega not being completely open-source. You can blame the DMCA and United States patent law for that.
The problem is that almost every game is copy protected. Pretty much the *only* current popular games that are not are WoW and Guild Wars. (CD keys don't count as the copy protection I'm referring to here.)
Because almost all modern copy protection systems rely on intimate details of Windows to make it difficult to crack - most of the modern ones even install kernel-mode device drivers - it is impossible to directly emulate/simulate the API closely enough that these protection schemes. As a result of this, you really have two choices:
1. Disable the protection. This works well, but it is very time consuming. More importantly, it is in direct violation of the DMCA, a felony.
2. Rewrite the protection. In this method, you implement the protection yourself, doing whatever CD check necessary and disabling the original protection scheme. This method has three legal problems:
a. The protection schemes are usually patented by the protection companies.
b. In order for this to work, you must disable the existing protection. Even though you are adding a protection system to replace it, the DMCA does not distinguish this, and so this is illegal.
c. Implementing it yourself means that it will be unobfuscated. Anyone with the source - which is just about anyone - can edit out the check in your code and the protection is broken. The fact that the protection is severely weakened might be seen as a judge as violating the DMCA. Considering the way courts have decided lately, I'd say it's quite likely.
The only legal solution is to have the protection companies make you a Linux version of the protection and/or describe how the system works so you can make a wrapper. There is absolutely no way this will happen without an NDA, something a fully open-source project cannot do.
Cedega is the best we'll have as long as American law is the way it is now. Everything points to the laws becoming even more strict over time - we haven't even reached the apex of the pendulum swing.
Melissa
"Screw Sun, cross-platform will never work. Let's move on and steal the Java language." - Visual J++ Product Manager