View Single Post
  #8  
Old 09-21-2009, 09:02 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

For my Titanium install, I sometimes switch from Public to my personal test server when I need to test stuff in Titanium (I use SoF 99% of the time). What I did to make this really easy was just to create a shortcut on my desktop to my eqhost.txt in the Titanium folder. Then, in that file, I have it setup like this:

Code:
[LoginServer]
Host=eqemulator.net:5998
#Host=192.168.1.102:5999
#Host=192.168.1.101:5999
That one works for connecting to the Public LS and the # signs just comment out those lines so they get ignored and it works perfectly. So, to change it, I just move the # signs around like this:

Code:
[LoginServer]
#Host=eqemulator.net:5998
Host=192.168.1.102:5999
#Host=192.168.1.101:5999
And that will let me switch to my test server. You can have as many entries as you want in your eqhost.txt this way and all you need to do is open it, do the very simple edit and save it then run EQ.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote