![]() |
|
#1
|
|||
|
![]() Try the following setting in your eqclient.ini, it helped me sometimes.
VertexShaders=FALSE | ||
#2
|
|||
|
![]() I am running xubuntu and have wine installed and titanium installed. I have all the necessary files added and/or removed. I have edited the EQ wine icon command and used my user instead of <user>. When I click on the icon to run the game nothing happens. No error messages or pop-ups. Any idea as to what I am doing wrong?
| ||
#3
|
|||
|
![]() I got everything working so far with POL. Except p99 keeps telling me my spell files are out of date, even though I have already copy/pasted version 45(current) in their folders.
| ||
#4
|
|||||
|
![]() Quote:
Quote:
__________________
![]() Drumas - 60 Cleric Ashintar - 60 Wizard | ||||
#5
|
|||
|
![]() looks like I had both caps and lower case for that dll. deleted the lower case, no change though, still spell out of date message. changed the dll to uppercase and doesnt make a difference either.
| ||
Last edited by Grizzled; 07-15-2017 at 08:44 PM..
|
#6
|
|||
|
![]() I'm new to ubuntu so I may be asking a stupid question.
I have eq titanium installed and the wine desktop shortcut setup. But, I don't know how to change my eqgame.exe to eqgame patchme. In Windows I know I could right click > properties and type it in, but I don't have that option when I go into properties in ubuntu. I am within the .wine directory in my files. Any ideas? | ||
#7
|
|||
|
![]() Theres various ways it could be done. I personally just have the shortcut call an EQStart.sh script that will load the game. Here is the script I use:
#!/bin/sh # if you don't have the script's cwd set, you get XML errors export WINEPREFIX=/home/username/.wine/ cd /home/username/.wine/drive_c/EverQuest # Bind to one core of the processor and launch. # The client will spew a lot of errors, especially every time # you target a mob, hence the stdout/stderr redirect. # You probably want to leave off the 2>/dev/null until you're satisfied # everything is working. taskset -c 0 padsp wine eqgame.exe patchme 2>/dev/null | ||
Last edited by Kavious; 07-25-2017 at 04:08 AM..
|
#8
|
||||
|
![]() Quote:
| |||
#9
|
|||
|
![]() Its like a Windows batch file. You just create a text file of the above and then run it (or point your shortcut to open the shell script).
You technically could run the commands in a terminal and it would work just the same | ||
#10
|
||||
|
![]() Quote:
| |||
![]() |
|
|