View Single Post
  #2  
Old 05-06-2010, 10:04 PM
FatMagic FatMagic is offline
Sarnak

FatMagic's Avatar

Join Date: Oct 2009
Location: Buffalo, NY
Posts: 410
Default

AUTOSCRIPT/BATCH METHOD:
- This is the fastest way to create your EQLite client, and it will work for your current Titanium installation.
- Download the following BATCH file "EQLite.bat" (it's within the zip file):

Automatic EQLite Batch File

NOTE: If you're worried about viruses from my file or something (it's just a text file with DOS commands), run it through VirusTotal (scans file through 30+ different virus scanners) -- http://www.virustotal.com/

- Extract the BAT file from the ZIP file above -- then right click on the .BAT file, and click "EDIT" - this should open the script in Notepad (if it doesn't, manually open it from NotePad)
- Make sure the 3rd line down is pointing to YOUR local installation of EverQuest -- This is the standard installation path for Titanium, but if you've installed elsewhere you MUST change the path or this script will fail.

Code:
cd\
mkdir c:\EQLite
cd c:\program files\sony\everquest\
- Save the script after editing it
- Double click on the "EQLite.BAT" file and run the script! (give it about 5 minutes)
- Your new EQLite client is now located on the root of your C Drive at C:\EQLite -- or you may now change the location of where you want it installed. See directions inside the BAT file.
- Edit your EQGame Shortcut (per the Setup Guide on this site) and you're done!

Just copy that directory to your USB Jumpdrive and you're good to go! Just make sure you have 1.35GB available for the client!
__________________
Last edited by FatMagic; 03-19-2014 at 10:43 AM..
Reply With Quote