View Single Post
  #3  
Unread 03-27-2005, 08:47 AM
xianthar xianthar is offline
A Sea Turtle
 
Join Date: Mar 2005
Server: Antonia Bayle
Posts: 30
Default

only way to do this would be to build a batch file on your desktop for each UI.

First make a copy of the eq2.ini file with some other title ex: BOBSUIeq2.ini
Make a copy of the eq2.ini file for each other UI you want to use ex: JILLSUIeq2.ini
Then use a text editor to make a batch file for each UI.
File BOBSUI.BAT would contain
REN C:\progra~1\sony\everqu~1\eq2.ini eq2ini.old
COPY C:\progra~1\sony\everqu~1\bobsuieq2.ini eq2.ini
save this to your desktop
File JILLSUI.BAT would contain
REN C:\progra~1\sony\everqu~1\eq2.ini eq2ini.old
COPY C:\progra~1\sony\everqu~1\jillsuieq2.ini eq2.ini
save this to your desktop

Now when you want to use BOBSUI for one character click on the Bat file.
Then run EQ2.
If you want to switch to JILLSUI for another character camp to desktop click on the bat file and run EQ2 .
It may be possible to add a line to run EQ2 within each batch file
something like C:\progra~1\sony\everqu~1\eq2.exe but i haven't tested it
Reply With Quote