Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Development

Development::Development Forum for development topics and for those interested in EQEMu development. (Not a support forum)

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #16  
Old 10-06-2008, 01:50 PM
cubber
Discordant
 
Join Date: Apr 2006
Posts: 374
Default

I always use the latest server files from the source by sym-linking the changing files from the server directory to my build directory:

I have one script for each build type. ie install_bots , install_nobots, install_svn:

here is my svn script:

Code:
#!/bin/bash

#Create server symlinks

ln -s /usr/src/game-servers/eqemu/build/eqemu/EQEmu-0.7.0-SVN-r52/utils/defaults/* .
ln -s /usr/src/game-servers/eqemu/build/eqemu/EQEmu-0.7.0-SVN-r52/utils/patch_* .
ln -s /usr/src/game-servers/eqemu/build/eqemu/EQEmu-0.7.0-SVN-r52/utils/cleanipc .
ln -s /usr/src/game-servers/eqemu/build/eqemu/EQEmu-0.7.0-SVN-r52/world/world .
ln -s /usr/src/game-servers/eqemu/build/eqemu/EQEmu-0.7.0-SVN-r52/EMuShareMem/libEMuShareMem.so .
ln -s /usr/src/game-servers/eqemu/build/eqemu/EQEmu-0.7.0-SVN-r52/eqlaunch/eqlaunch .
ln -s /usr/src/game-servers/eqemu/build/eqemu/EQEmu-0.7.0-SVN-r52/zone/zone .
I have these scripts located in my server directroy. Oh yah, and the delete script that I run before I run the install script:

Code:
#!/bin/bash

#Cleanup old symlinks

rm cleanipc commands.pl eqemu_config.xml.full eqlaunch libEMuShareMem.so log.ini logs mime.types patch_* plugin.pl templates world worldui worldui.pl zone
The only things that stay static in my server directory are the quests, maps, xml files, spell files and the start - stop - persist world scripts.
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 12:24 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