Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::General > Archive::News

Archive::News Archive area for New's posts that were moved here after an inactivity period of 90 days.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #14  
Old 11-15-2003, 02:22 AM
Fritzel
Fire Beetle
 
Join Date: Nov 2003
Posts: 3
Default

Excellent job guys

for a VERY rough step by step on linux anyway

basically all I did was::

Code:
cd <eqemu root directory>
mkdir bin
cd EMuShareMem
make
cp libEMuShareMem.so <somewhere listed in your /etc/ld.so.conf>

cd ../world
make
cp world ../bin

cd ../zone
make 
cp zone ../bin

cd ..
cp EQEMu\ Release/*.ini bin
cp EQEMu\ Release/*.bat bin
-edit the ini's to your specifications-

-create and import database, not explained here-

convert Boot5zones.bat to something similar to this:
Code:
IP=`/bin/getip`

./zone . ${IP} 7995 127.0.0.1 &
./zone . ${IP} 7996 127.0.0.1 &
./zone . ${IP} 7997 127.0.0.1 &
./zone . ${IP} 7998 127.0.0.1 &
./zone . ${IP} 7999 127.0.0.1 &
then to run the game assuming everything is in good shape

Code:
./world &
./Boot5zones.bat
Not that doing it this way is really cluttered you'll want to alter it if you are debugging since everything will be in the same xterm

And most importantly, compare everything I've said here with other guides, this is by no means anything official, just what I did to get it up and running
 


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:00 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