What you need
- o Ravage's installer from http://www.icculus.org/~ravage/nwn/
o The 3 cd's, install disc 1 and 2 and the play disc.
o Game Manual or knowing your cdkey
o Newest Beta release tarball (current is beta 6) from http://nwn.bioware.com/downloads/linuxclient.html
run ravages installer as root and follow the onscreen instructions
Code: Select all
#./nwn_129_linux_installer.runCode: Select all
# mv nwclient129beta6.tar.gz /usr/local/games/nwnCode: Select all
# cd /usr/local/games/nwnCode: Select all
# tar -xzvf nwclient129beta6.tar.gzCode: Select all
#chown root:games /usr/local/games/nwn
#chmod 770 /usr/local/games/nwn
#chown root:games * -R
#chmod 770 * -RI've had problems with ravages installer not installing all the files because when wine starts up to extract from the installsheild cab files it fails and can't extract that data. Heres how I fixed that problem.
first you need to have some version of wine installed.(you can remove it afterwards, this is just for installing)
then you need to get a file called i6comp.exe(it extracts installsheild cabs) you can find a zip which contains it here http://myplc.com/sony/bin/i6comp.zip
make a temporay folder in your home directory called temp (make sure you have atleast 1.5 gigs of temporary storage)
move the i6comp.zip into temp
Code: Select all
#mv i6comp.zip $HOME/tempCode: Select all
#cd $HOME/temp
#unzip i6comp.zip
#mv Release/i6comp.exe ./Code: Select all
#mount /mnt/cdrom
# cp /mnt/cdrom/data1.cab ./
# cp /mnt/cdrom/data1.hdr ./
# cp /mnt/cdrom/data2.cab ./Code: Select all
#wine i6comp.exe x data1.cabyou first need to make the appropiate folders in your nwn's install directory
Code: Select all
#mkdir /usr/local/games/nwn/localvault /usr/local/games/nwn/dmvault /usr/local/games/nwn/texturepacksCode: Select all
#mv *.erf /usr/local/games/nwn/texturepacks
#mv dungeonmaster.bic /usr/local/games/nwn/dmvault
#mv *.bic /usr/local/games/nwn/localvault
#mv *.bif /usr/local/games/nwn/dataCode: Select all
#cd ..
#rm temp -rCode: Select all
#chown root:games /usr/local/games/nwn
#chmod 770 /usr/local/games/nwn
#chown root:games /usr/local/games/nwn/* -R
#chmod 770 /usr/local/games/nwn/* -Rfor people not wanting to use ravages installer for some reason here is the windows copy install procedure
install neverwinter nights on your windows machine
patch the game to 1.29 using the update button inside the game
boot into your linux parition/machine and put the files in a directory called /usr/local/games/nwn or whatever you want to use
now move the nwclient129beta6.tar.gz and extract it into your directory
Code: Select all
#mv nwclient129beta6.tar.gz /usr/local/games/nwn
#cd /usr/local/games/nwn
#tar -xzvf nwclient129beta6.tar.gzCode: Select all
# ./fixinstallCode: Select all
#chown root:games ../nwn
#chmod 770 ../nwn
#chown root:games * -R
#chmod 770 * -R


