![]() |
#61
|
||||
|
![]() Quote:
| |||
#62
|
|||
|
![]() Suggestion: use a variable instead of hardcoding in c:\EQLite so only one line needs to be changed to use a different destination directory, looks like this:
Code:
cd\ set eqlite_dir=c:\program files (x86)\Sony\EQLite mkdir "%eqlite_dir%" cd c:\program files (x86)\Sony\EverQuest\ xcopy /e EnvEmitterEffects "%eqlite_dir%"\EnvEmitterEffects\ xcopy /e Logs "%eqlite_dir%"\Logs\ xcopy /e maps "%eqlite_dir%"\maps\ xcopy /e RenderEffects "%eqlite_dir%"\RenderEffects\ xcopy /e Resources "%eqlite_dir%"\Resources\ xcopy /e Sounds "%eqlite_dir%"\Sounds\ xcopy /e SpellEffects "%eqlite_dir%"\SpellEffects\ xcopy /e uifiles "%eqlite_dir%"\uifiles\ xcopy /e userdata "%eqlite_dir%"\userdata\ copy ActorEmittersNew.edd "%eqlite_dir%" | ||
Last edited by phantom; 11-13-2010 at 07:10 AM..
Reason: need quotes around variable name if spaces in path
|
#63
|
|||
|
![]() Excellent idea Phantom... I will implement this [You must be logged in to view images. Log in or Register.]
Thank you for making it better!
__________________
![]() Tetsusaru - 20 Monk | Glaak - 10 Shaman EQLite - 1.35GB & Runs P99 on a USB Drive Original & Custom P99 Icons | ||
#64
|
|||
|
![]() AWW shoot i gave away my everquest cds years ago when i quit.
| ||
#65
|
|||
|
![]() I still have my original CD's [You must be logged in to view images. Log in or Register.] I even have the Beta 4 client!
But this script will not work with the original installs. It will only work with Everquest Titanium and up.
__________________
![]() Tetsusaru - 20 Monk | Glaak - 10 Shaman EQLite - 1.35GB & Runs P99 on a USB Drive Original & Custom P99 Icons | ||
#67
|
|||
|
![]() Updated to include Phantom's suggestions. Now if you want to change the destination directory, you only have to change one variable instead of the whole script.
__________________
![]() Tetsusaru - 20 Monk | Glaak - 10 Shaman EQLite - 1.35GB & Runs P99 on a USB Drive Original & Custom P99 Icons | ||
#68
|
|||
|
![]() Had some troubles getting EQ to run last night, but it wasn't anything to do with missing files.
Realized that EQ doesn't like odd wide screen resolutions of some monitors, such as mine that is 1440x900. Had to change desktop resolution to 1280x1024, load up EQ. Then exit out, and could change back to 1440x900, and EQ would then load in 1280x1024. Had to do the same thing on my laptop that runs 1366x768. [You must be logged in to view images. Log in or Register.]
__________________
Krone - Troll Warrior
| ||
#70
|
|||
|
![]() Glad it worked for you [You must be logged in to view images. Log in or Register.]
__________________
![]() Tetsusaru - 20 Monk | Glaak - 10 Shaman EQLite - 1.35GB & Runs P99 on a USB Drive Original & Custom P99 Icons | ||
![]() |
|
|