![]() |
|
#1
|
||||
|
![]() Thanks for starting the project. I run EQ from a ram disk, so reducing the size of the EQ directory helps a lot.
For anyone using linux, attached is a bash script to remove unused files. I had to give it a .txt extension in order to upload the file, fyi. Quote:
| |||
#2
|
|||
|
![]() Ah I didn't know that! I can easily keep those files. I'll make sure all Plane of Growth files stay. Thanks for this!
__________________
![]() Tetsusaru - 20 Monk | Glaak - 10 Shaman EQLite - 1.35GB & Runs P99 on a USB Drive Original & Custom P99 Icons | ||
#3
|
|||
|
![]() A friend who was setting up EQLite had an issue where the launcher script contained in the p99 patch zip's was not copied over to C:/EQLite. I can't confirm since I don't use the script (don't use windows), but this is something you may want to double check.
| ||
#4
|
||||
|
![]() Quote:
__________________
![]() Tetsusaru - 20 Monk | Glaak - 10 Shaman EQLite - 1.35GB & Runs P99 on a USB Drive Original & Custom P99 Icons | |||
#5
|
|||
|
![]() Nice, thanks for the script. [You must be logged in to view images. Log in or Register.]
However, I had to change: Code:
cd E:\Program Files\Sony\EverQuest Code:
cd /d E:\Program Files\Sony\EverQuest Also, if I would have had my wits about me before I ran this script and deleted my old EQ folder I would have also added this line to the script after the line above: Code:
for /f %%i in ('dir /b ^| findstr /i ".*.ini$"') do ( xcopy %%i "%eqlite_dir%" ) | ||
Last edited by mr. P; 06-03-2015 at 05:32 PM..
|
#6
|
||||
|
![]() Quote:
Thanks Mr.P! I'll make the copy directory/drive change... I like a win-win. I assume the 2nd bit of code just preserves the Player Settings INI file, correct? If so I will include it as well. Thanks!
__________________
![]() Tetsusaru - 20 Monk | Glaak - 10 Shaman EQLite - 1.35GB & Runs P99 on a USB Drive Original & Custom P99 Icons | |||
#7
|
||||
|
![]() Quote:
You could just change it to: Code:
for /f %%i in ('dir /b ^| findstr /i ".*project1999.ini$"') do ( xcopy %%i "%eqlite_dir%" ) | |||
#8
|
|||
|
![]() ^ you can add the line DISKPART CLEAN ALL to free up even more space.
__________________
| ||
#9
|
||||
|
![]() Quote:
__________________
![]() Tetsusaru - 20 Monk | Glaak - 10 Shaman EQLite - 1.35GB & Runs P99 on a USB Drive Original & Custom P99 Icons | |||
#10
|
|||
|
![]() Confirming that the batch file is working, you need to run it outside the Everquest directory, and make sure to edit the batch file by adding /d before the location of your install. From 4 gigs down to 1.4 sweet, thanks OP and all the peeps in the forums especially mr.p for his solution to the problem.
__________________
"The joy of nostalgia comes from whacking mobs, then running like a little girl when I'm about to die"
| ||
![]() |
|
|