Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Database/World Building

Development::Database/World Building World Building forum, dedicated to the EQEmu MySQL Database. Post partial/complete databases for spawns, items, etc.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #26  
Old 10-23-2006, 06:25 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Quote:
Originally Posted by eq4me
Here is something to speed up the process.

make a temorary directory, copy ./azone in there and make softlinks from the .eqg files in your everquest directory to here. Then go over all the .eqg files and feed em to azone one at a time.

Code:
mkdir /var/tmp/build
cd /var/tmp/build/
cp <path to azone>/azone .
ln -s <path to everquest directory>/*eqg .
for i in `ls |grep "\.eqg"|cut -d"." -f1` ; do ./azone $i ; done
rm *.eqg
Voila, you are left with alot of map files. Now the only thing left to do is to determine what .eqg files where actual zone files and have no .map file yet.
If you can find this out in advance make an txt file with the filenames and modify the script to this

Provided that the name of the file with the new zones is 'eqg_zonefiles':
Code:
mkdir /var/tmp/build
cd /var/tmp/build/
cp <path to azone>/azone .
ln -s <path to everquest directory>/*eqg .
for i in `cat eqg_zonefiles|cut -d"." -f1` ; do ./azone $i ; done
rm *.eqg
Does this mean there's a way to convert eqg ro map?
Reply With Quote
 

Thread Tools
Display Modes

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 03:46 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3