PDA

View Full Version : WineX and EQ goodness


Trumpcard
10-18-2002, 07:10 AM
Well, it's finally happened...

People have gotten Everquest working with the new WineX


http://www.transgaming.com/postlist.php?forum=14

Socrates
10-27-2002, 08:07 PM
Works like a charm. Only some minor issues: if you play with more than 16bit, fonts seem to be unlegible. It won't work with the old UI. The new models appear to be topless. Loading time is a bit slower than on a Windows machine, but once you're in game it's just as smooth.

Instuctions on how to how to (http://frankscorner.org/wine/modules.php?op=modload&name=Sections&file=index&re q=viewarticle&artid=68&page=1) obtain and install WineX 2.2 (if anyone cares)

flipper
10-28-2002, 06:24 AM
Works like a charm for me too.

Screenshot of EQ in Linux (http://68.4.224.206:2250/pics/eq_in_linux.png)

Trumpcard
10-28-2002, 06:49 AM
Im still trying to get cvs WineX 2.2 configured correctly...

LOL

flipper
10-28-2002, 07:27 AM
Below is a process that should work for you if you want to roll your own:


cd /usr/local/src
cvs -d:pserver:anonymous@cvs.winex.sourceforge.net:/cvsroot/winex login
cvs -z3 -d:pserver:anonymous@cvs.winex.sourceforge.net:/cvsroot/winex co -rwinex
-2-0-branch wine
cd wine
export CFLAGS="-march=athlon-xp -m3dnow -mmmx -fomit-frame-pointer -O3 -pipe -ffast-math -fthread-jumps -funroll-loops -falign-loops=2"
./tools/wineinstall

GRRR damn smilies. My phpBB message board disables them in code blocks. :mad:

kathgar
10-28-2002, 07:38 AM
cd /usr/local/src
cvs -d :pserver:anonymous@cvs.winex.sourceforge.net:/cvsroot/winex login
cvs -z3 -d :pserver:anonymous@cvs.winex.sourceforge.net:/cvsroot/winex co -rwinex
-2-0-branch wine
cd wine
export CFLAGS="-march=athlon-xp -m3dnow -mmmx -fomit-frame-pointer -O3 -pipe -ffast-math -fthread-jumps -funroll-loops -falign-loops=2"
./tools/wineinstall

Trumpcard
10-29-2002, 12:14 AM
winesetuptk is your best friend... Working like a champ now..

Trumpcard
10-29-2002, 01:36 PM
Well, my impressions of WineX playing eq so far are really good.. Im getting good frame rates at 800x600, and no problems connecting at all. I'm using a GeForce2 MX in my linux box, and it seems pretty responsive.

Had problems building the cvs version directly, it would continuely crash at the logon screen, so I emerged the winex-cvs ebuild, and that one is working great. i'd still like to tinker with the direct cvs version so I can build it more aggressively , but I'm just happy to have it working period at the moment. Sound is working great with my SBLive, too bad you have to use DirectHAL rather than native vidcard drivers...

Now if I can get the server version building correctly with gcc3.2, I really will happy!

flipper
10-29-2002, 05:15 PM
Originally posted by Trumpcard
Now if I can get the server version building correctly with gcc3.2, I really will happy!
Me too ;)

Congrats on getting winex rolling. For the ebuild of winex-cvs you might want to edit the ebuild file and comment out the commands that tell it to neglect the CFLAGS. Then you default make.conf optimizations will be employed.

Trumpcard
10-30-2002, 12:25 AM
Yea, going to rebuild tonight, works great installing EQ and Ruins of Kunark, but get an iKernel.exe error installing Scars of Velious and Luclin. This is a common problem with install shield games though in wine. Im just going to ftp my eq directory from my windows box over once I get wine recompiled rather than installing from scratch, been told that should work just fine.

I just need to modify the ebuild a little and the wine-cvs script as it enables debugging by default, and they claim thats a performance hit there.