========
Contents
========

This archive contains Nephthys for Rune 107 / Linux.

Nephthys is a native modification for Unreal 1 engine based games (Unreal, Deus Ex, Rune).

It includes:
- enhanced security for servers
- web download for clients

============
Installation
============

1.	Stop your server / client.

2.	Change your current working directory to your Rune installation's System folder.

3.	IMPORTANT: Create a backup of IpDrv.so.

4.	From this archive, extract the following files to your Rune installation's System folder:

	Nephthys.int
	Nephthys.so
	Nephthys.u
	NephthysWebDownload.ini
	IpDrv.so
	zxumod

5.	From this archive, extract the following file to your Rune installation's Help folder:

	Nephthys-Documentation.html

6.	IMPORTANT: Create a backup of your server's / client's Rune.ini file.

7.	Edit your server's / client's Rune.ini file (e.g. with vi):

8.	In the section [Engine.GameEngine]

	Comment out:

	;ServerActors=IpServer.UdpServerQuery
	;ServerActors=IpServer.UdpServerUplink MasterServerAddress=master.gamespy.com MasterServerPort=27900
	;ServerActors=IpServer.UdpServerUplink <... if you have more master servers ...>

	Add new lines right below the commented out ones:

	ServerActors=Nephthys.NptServerQuery
	ServerActors=Nephthys.NptServerUplink MasterServerAddress=master.gamespy.com MasterServerPort=27900
	ServerActors=Nephthys.NptServerUplink <... if you have more master servers ...>

9.	Save the Rune.ini file and restart your game, done.

10.	If you want to run it as client and want to benefit from the web download feature
	or if you want to run it as server and want to have automated web support feature:

	a)	Create these directories:

		$ mkdir ../NephthysDownloadedArchives
		$ mkdir ../NephthysDownloadedPackages

	b)	Install 7-Zip on your machine.
		7-Zip is a freeware (no ads) and used by Nephthys as extraction machine.
		You can download pre-compiled installers for most Linux distributions here:
		http://www.7-zip.org/.

====
Help
====

For more help see Help/Nephthys-Documentation.html.

=========
Copyright
=========

(C) 2004-2009 Zora & Winged Unicorn

===========
End of File
===========