2,915
edits
mNo edit summary |
mNo edit summary |
||
| Line 8: | Line 8: | ||
* <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> | ||
* <code>scp layonara.tlk orth@116.203.70.169:/layonara/nwn/userdir/tlk/</code> | * <code>scp layonara.tlk orth@116.203.70.169:/layonara/nwn/userdir/tlk/</code> | ||
== New NWN Server Version == | |||
* <code>cd /layonara/nwn && wget <NEW_SERVER_ZIP_URL></code> | |||
* <code> unzip <NEW_SERVER_ZIP></code> and overwrite all | |||
== EE64 Server Setup == | == EE64 Server Setup == | ||
* Push all changes to https://github.com/layonara/nwn-module Note: <b>ee branch</b> | * Push all changes to https://github.com/layonara/nwn-module Note: <b>ee branch</b> | ||
* ssh to ee64.layonara.com | * ssh to ee64.layonara.com | ||
* <code>cd / | * <code>cd /layonara/nwn/nwn-module && git pull</code> | ||
* <code>nasher pack core --clean</code> Note: <b>You may need to update the nwserver version first</b> | * <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> | ||
| Line 19: | Line 23: | ||
* Run <code>/layonara/nwn/mod-disable.sh</code> | * Run <code>/layonara/nwn/mod-disable.sh</code> | ||
* Run <code>/layonara/nwn/mod-stop.sh</code> | * Run <code>/layonara/nwn/mod-stop.sh</code> | ||
* Edit <code>mod-start.sh</code> and change the module version | * Edit <code>mod-start.sh</code> and change the module version | ||
* Remove any temp overrides added to /layonara/nwn/userdir/development | * Remove any temp overrides added to /layonara/nwn/userdir/development | ||
* Run <code>/layonara/nwn/mod-enable.sh</code> | * Run <code>/layonara/nwn/mod-enable.sh</code> | ||
* Reboot if desired | * Reboot if desired | ||