Thread: Launch Titanium
View Single Post
  #9  
Old 05-20-2025, 06:24 PM
DeathsSilkyMist DeathsSilkyMist is offline
Planar Protector

DeathsSilkyMist's Avatar

Join Date: Jan 2014
Posts: 7,261
Default

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:

Quote:
start eqgame.exe patchme
It'll force the game to run on a single CPU core.
Reply With Quote