View Single Post
  #1  
Unread 01-19-2005, 10:30 AM
tonyis3l33t's Avatar
tonyis3l33t tonyis3l33t is offline
a hedgehog
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 854
Default

to auto install your mod use something like

setup.bat
Code:
@echo off
xcopy "nameofmodfolder" "c:\program files\sony\everquest II\ui\" /E /C /F /R
xcopy "eq2.ini" "c:\program files\sony\everquest II\" /E /C /F /R
echo All done! Start up EQ2 and enjoy your mod.
PAUSE
Of course the eq2.ini must reflect "nameofmodfolder"

and im sure you can do some IF commands like if eq2.ui exists, look in it for the mod folder name, then dump the contents of nameofmodfolder into that.

more on this later, i gotta go to a meeting
________
Live sex webshows

Last edited by tonyis3l33t : 09-16-2011 at 03:23 AM.
Reply With Quote