(05-25-2011, 07:00 AM)frostwyrm333 Wrote: I'm 99% certain there won't be a linux client. Also, they have supplied linux dedicated server for years (same for flashpoint and arma 1).
They never showed any pro-linux tendecies and they don't even have neccesary manpower to release a game without hundreds of bugs. (but they are trying, even after years)
Even if they released linux client I wonder how good would it run considering less-than-ideal drivers. I once tried linux UT2004 and it didn't run because of some dependencies or whatever so I just ran it trough wine.
Unless the developer is using OpenGL, it's pointless to ask for a linux client IMHO.
Hi, I am currently playing ut2004.
If you want to play you have to do this:
At System directory of ut 2004 run
$ ls *.so*
libSDL-1.2.so.0 libstdc++.so.5 openal.so
Replace these files with recent files. In my case (64-bit) I had to do following.
$ cp /usr/lib/libopenal.so.1.13.0 openal.so
$ cp /usr/lib/x86_64-linux-gnu/libstdc++.so.5 .
$ cp /usr/lib/libSDL-1.2.so.0.11.3 libSDL-1.2.so.0
Now ut2004-bin-linux-amd64 easily runs.
The game is awesome.