Project 1999

Go Back   Project 1999 > General Community > Technical Discussion

Reply
 
Thread Tools Display Modes
  #1  
Old 09-02-2015, 04:53 AM
jcr4990 jcr4990 is offline
Banned


Join Date: Aug 2013
Posts: 397
Default

Can I get confirmation that this doesn't remove any files needed for Velious zones/textures or anything like that? Not sure if its been updated post-Velious or not. Last change log date I see is 03/09/2014. Trying to cut down my P99 folder to try out a Ramdisk.
Last edited by jcr4990; 09-02-2015 at 04:59 AM..
Reply With Quote
  #2  
Old 09-02-2015, 08:40 AM
FatMagic FatMagic is offline
Sarnak

FatMagic's Avatar

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

Hi JCR - My script keeps all Velious files. It has since I created this script! (in anticipation of Velious being released).

Cheers!
__________________
Reply With Quote
  #3  
Old 12-22-2016, 09:47 AM
gildor gildor is offline
Fire Giant

gildor's Avatar

Join Date: Aug 2014
Posts: 541
Default

Does the manual work also include everything needed for velious?

Thanks
Reply With Quote
  #4  
Old 12-22-2016, 10:40 AM
FatMagic FatMagic is offline
Sarnak

FatMagic's Avatar

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

Yes, it should include everything for Velious (unless the P99 staff has added or kept additional zones that I'm not aware of).
__________________
Reply With Quote
  #5  
Old 01-02-2017, 11:19 AM
brknglss brknglss is offline
Aviak


Join Date: Jul 2016
Posts: 86
Default

Maybe someone can provide some insight:

I'm trying to get this to work, but I'm on a mac running eq through wineskin.

Since my actual path is

macintoshHD>users>me>desktop>eq>contents>resources >drive_c>Program Files>Sony<EverQuest

I've dropped the .bat file into drive_c

Now I open up my terminal, navigate to the drive_c and try ./eqlite.bat and I'm stuck

It won't copy everything as it's not recognizing the path specified in the .bat file which looks like this:

cd\
set eqlite_dir=c:\EQLite
mkdir "%eqlite_dir%"
cd drive_c:\Program Files\Sony\EverQuest

I've also tried

cd\
set eqlite_dir=c:\EQLite
mkdir "%eqlite_dir%"
cd drive_c\Program Files\Sony\EverQuest

cd\
set eqlite_dir=c:\EQLite
mkdir "%eqlite_dir%"
cd c:\Program Files\Sony\EverQuest

with no luck, any ideas?
Reply With Quote
  #6  
Old 08-01-2017, 12:10 PM
Gamkek Gamkek is offline
Kobold

Gamkek's Avatar

Join Date: May 2010
Posts: 100
Default

Quote:
Originally Posted by brknglss [You must be logged in to view images. Log in or Register.]
Maybe someone can provide some insight:

I'm trying to get this to work, but I'm on a mac running eq through wineskin.

Since my actual path is

macintoshHD>users>me>desktop>eq>contents>resources >drive_c>Program Files>Sony<EverQuest

I've dropped the .bat file into drive_c

Now I open up my terminal, navigate to the drive_c and try ./eqlite.bat and I'm stuck

It won't copy everything as it's not recognizing the path specified in the .bat file which looks like this:

cd\
set eqlite_dir=c:\EQLite
mkdir "%eqlite_dir%"
cd drive_c:\Program Files\Sony\EverQuest

I've also tried

cd\
set eqlite_dir=c:\EQLite
mkdir "%eqlite_dir%"
cd drive_c\Program Files\Sony\EverQuest

cd\
set eqlite_dir=c:\EQLite
mkdir "%eqlite_dir%"
cd c:\Program Files\Sony\EverQuest

with no luck, any ideas?
You're running this from within Wineskin, right?
If you're at a CLI in Wineskin, and you're at the root folder of the Windows installation, what do you get back when you type 'cd' and press enter?

Whatever it's returning is what your path format should look like in the batch script. Running scripts is all about system and/or user context.

So if you get back this for the root of C: in Windows:

Code:
Some_Drive:\
...then your script should look like this:

Code:
cd\
set eqlite_dir=Some_Drive:\EQLite
mkdir "%eqlite_dir%"
cd Some_Drive:\Program Files\Sony\EverQuest
Note that you need to update the path to the EQ program files directory, as well as the path in the eqlite_dir variable as well.
Reply With Quote
  #7  
Old 08-01-2017, 12:42 PM
loramin loramin is offline
Planar Protector

loramin's Avatar

Join Date: Jul 2013
Posts: 10,298
Default

I've added this great script to the wiki to make it easier for others to find it:

https://wiki.project1999.com/Players...EQ_Lite_Client
__________________

Loramin Frostseer, Oracle of the Tribunal <Anonymous> and Fan of the "Where To Go For XP/For Treasure?" Guides
Anyone can improve the wiki! If you are new to the Blue or Green servers, you can improve the wiki to earn a "welcome package" of platinum and/or gear! Send me a forum message for details.
Reply With Quote
  #8  
Old 08-01-2017, 03:16 PM
FatMagic FatMagic is offline
Sarnak

FatMagic's Avatar

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

Quote:
Originally Posted by loramin [You must be logged in to view images. Log in or Register.]
I've added this great script to the wiki to make it easier for others to find it:

https://wiki.project1999.com/Players...EQ_Lite_Client
Thank you! I haven't tested this script in a while, so if there are any issues let me know and I can fix it.
__________________
Reply With Quote
  #9  
Old 08-04-2017, 12:47 AM
loramin loramin is offline
Planar Protector

loramin's Avatar

Join Date: Jul 2013
Posts: 10,298
Default

Quote:
Originally Posted by FatMagic [You must be logged in to view images. Log in or Register.]
Thank you! I haven't tested this script in a while, so if there are any issues let me know and I can fix it.
Actually just tried it today. Unfortunately it deleted "mss32.dll", and it wouldn't even start without it. So I replaced the file from my original, but then it crashed after the loading screen (with no message).

So, it seems it's being it bit too aggressive in what it deletes.
__________________

Loramin Frostseer, Oracle of the Tribunal <Anonymous> and Fan of the "Where To Go For XP/For Treasure?" Guides
Anyone can improve the wiki! If you are new to the Blue or Green servers, you can improve the wiki to earn a "welcome package" of platinum and/or gear! Send me a forum message for details.
Reply With Quote
  #10  
Old 08-04-2017, 09:50 PM
bilirubin bilirubin is offline
Kobold


Join Date: Jan 2015
Location: Plane of Mischief
Posts: 152
Default

Is there a list of contents not needed in the EQ directory? I'm running EQ on mac using wine and fear trying to copy directories over or anything like that. I would like to remove files not needed. Thanks.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:13 AM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.