0695305488
This is the Neverwinter Nights data used by the Linux client. It runs under FreeBSD using the Linux emulation mode. In order to play this game, you will need the game resources, along with a license key from the retail version of this game. WWW: http://nwn.bioware.com/ Note: I have disabled the automatic fetching for this port since it is 1.2Gb in size. PR: ports/53915 Submitted by: Erik Olson <erikolson@olsonexpress.com>
17 lines
768 B
Bash
17 lines
768 B
Bash
#!/bin/sh
|
|
|
|
if [ "$2" = "POST-INSTALL" -o -n "${BATCH}" -o -n "${PACKAGE_BUILDING}"
|
|
]; then
|
|
exit 0
|
|
fi
|
|
|
|
/usr/bin/dialog --yesno "In order to play Neverwinter Nights, you will
|
|
need the data files from one of two sources. You can copy the files
|
|
from an installation on a Windows machine to the
|
|
/usr/compat/linux/usr/games/nwn/ directory on your machine, or you can
|
|
use this port. If you use this port, the game resources will be
|
|
downloaded, however this is a very large file (over 1.2 gig in size).
|
|
If you wish to use a Windows installation to do this, exit out of this
|
|
port now. NOTE: If you are using a Windows installation, You should
|
|
upgrade the installation to 1.29 before coping the files. Are you sure
|
|
you wish to proceed?" 14 70 || /usr/bin/false
|