Quote:
Originally Posted by Kavious
[You must be logged in to view images. Log in or Register.]
Making a desktop shortcut for Launch Titanium.bat and starting it from desktop is usually what I do (the shortcut will tell it what the EQ directory is)
You can also edit the Launch Titanium.bat file with a text editor and add a line for your EverQuest path, something like this:
@echo on
CD C:\EverQuest
start eqgame.exe patchme
|
Doing the following command line:
Quote:
cmd.exe /C Start /affinity 1 eqgame.exe patchme
|
Can improve stability, instead of using the default:
It'll force the game to run on a single CPU core.