(Created page with "== NWSync Server Setup == * Push all changes to https://github.com/layonara/nwn-haks Note: <b>64bit branch</b> * ssh to nwsync-ssl.layonara.com * <code>cd /home/orth/layo-haks...")
 
mNo edit summary
Line 4: Line 4:
* <code>cd /home/orth/layo-haks && git pull</code>
* <code>cd /home/orth/layo-haks && git pull</code>
* <code>cp layonara.tlk /layonara/nwn/userdir/tlk</code>
* <code>cp layonara.tlk /layonara/nwn/userdir/tlk</code>
* Run <code>layonara_nwn hak</code>
* Run <code>layonara_nwn hak --yes</code>
* Run <code>sudo /home/orth/.nimble/bin/nwn_nwsync_write --description="The World of Layonara" /var/www/html-ssl /layonara/nwn/userdir/modules/Layonara_6-00.mod</code>
* Run <code>sudo /home/orth/.nimble/bin/nwn_nwsync_write --description="The World of Layonara" /var/www/html-ssl /layonara/nwn/userdir/modules/Layonara_6-00.mod</code>
* <code>scp l64*.hak orth@116.203.70.169:/layonara/nwn/userdir/hak/</code>
* <code>scp l64*.hak orth@116.203.70.169:/layonara/nwn/userdir/hak/</code>
Line 13: Line 13:
* ssh to ee64.layonara.com
* ssh to ee64.layonara.com
* <code>cd /home/orth/nwn-module && git pull</code>
* <code>cd /home/orth/nwn-module && git pull</code>
* <code>nasher pack core --clean</code>
* <code>nasher pack core --clean</code> Note: <b>You may need to update the nwserver version first</b>
* <code>mv *.mod /layonara/nwn/userdir/modules/</code>
* <code>mv *.mod /layonara/nwn/userdir/modules/</code>
* <code>cd /layonara/nwn/nwnx && git pull</code>
* <code>cd /layonara/nwn/nwnx && git pull</code>

Revision as of 06:06, 18 August 2024

NWSync Server Setup

  • Push all changes to https://github.com/layonara/nwn-haks Note: 64bit branch
  • ssh to nwsync-ssl.layonara.com
  • cd /home/orth/layo-haks && git pull
  • cp layonara.tlk /layonara/nwn/userdir/tlk
  • Run layonara_nwn hak --yes
  • Run sudo /home/orth/.nimble/bin/nwn_nwsync_write --description="The World of Layonara" /var/www/html-ssl /layonara/nwn/userdir/modules/Layonara_6-00.mod
  • scp l64*.hak orth@116.203.70.169:/layonara/nwn/userdir/hak/
  • scp layonara.tlk orth@116.203.70.169:/layonara/nwn/userdir/tlk/

EE64 Server Setup

  • Push all changes to https://github.com/layonara/nwn-module Note: ee branch
  • ssh to ee64.layonara.com
  • cd /home/orth/nwn-module && git pull
  • nasher pack core --clean Note: You may need to update the nwserver version first
  • mv *.mod /layonara/nwn/userdir/modules/
  • cd /layonara/nwn/nwnx && git pull
  • Rebuild nwnx in /layonara/nwn/nwnx with ./Scripts/buildnwnx.sh -j4
  • Run /layonara/nwn/mod-disable.sh
  • Run /layonara/nwn/mod-stop.sh
  • Download latest nwserver to /layonara/nwn and unzip
  • Edit mod-start.sh and change the module version
  • Run /layonara/nwn/mod-enable.sh
  • Reboot if desired