View Single Post
  #18  
Old 01-03-2009, 11:17 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Here's an outline of what I did to get Wine and Titanium to work - I got this info from the posts at WineHQ forums ;
- Uninstall all Wine versions you have running
- Download and place this dll in your Everquest client directory
- Download and place this ini file in your Everquest client directory (overwrite what you have).
- Download Wine Version 1.1.12
You need to add a line to one of the files in /wine-1.1.12/dlls/d3d9/device.c;
On around line 198, just before "return hrc;" add this new line:
Code:
pCaps->MaxVertexBlendMatrices=0x4;
Now save, then go back to "/wine-1.1.12/" and run "./configure" , then "make", and finally, su to root and run "make install".

This works much faster/better than with Cedega, in fact, it now works just as if it were running under Windows, with all shaders and shadows.
Reply With Quote