
- #COPYING OVER NEVERWINTER NIGHTS ONLINE WHAT FOLDERS HOW TO#
- #COPYING OVER NEVERWINTER NIGHTS ONLINE WHAT FOLDERS INSTALL#
- #COPYING OVER NEVERWINTER NIGHTS ONLINE WHAT FOLDERS ISO#
- #COPYING OVER NEVERWINTER NIGHTS ONLINE WHAT FOLDERS DOWNLOAD#
Now we need to tell it to use the DVD version. 😐 Punch the number for your answer, and press return. First question is fairly straightforward: Are you using the Platinum or Diamond release? It may be that Diamond DVD users need different files for setup I am not going to go buy the Diamond edition just to find out. Okay, the DVD is mounted, the script is decompressed and our shell is reconfigured from dash. I happen to like to keep things like this in my home directory because I don’t need root access to run the script, and it’s easy to clean up if I just delete the one folder. This is a destination for your game files you could dump them just about anywhere you wanted on your system. One last little thing before we get started: mkdir -p ~/games/nwn. Of course, you’ll need sudo access to mount an ISO, but if you have the actual DVD lying around, you could just put it in the drive.
#COPYING OVER NEVERWINTER NIGHTS ONLINE WHAT FOLDERS ISO#
I usually do this old-school style, with sudo mount _DVD.iso /media/floppy0 -t iso9660 -o loop, but if you prefer not to soil your fingertips by touching the keyboard, there are graphical ISO mounting tools in the repositories. Where you mount it is irrelevant Lucid has /media/floppy0 as a possibility, so I’ll be using that. Next we should mount the ISO to the system, so that the script can access the data files on there. If you get screwy characters in-game, it might be why though.
#COPYING OVER NEVERWINTER NIGHTS ONLINE WHAT FOLDERS INSTALL#
Come to think of it, I don’t know if those fonts are really required, so if that bothers you to install those fonts, then you can probably skip them. And while we’re at it, some of the Microsoft core fonts are called for in the game (I think … ?), so those are useful too: sudo aptitude install -y unshield cabextract ttf-mscorefonts-installer. We also need a few small programs to decompress files from the DVD: unshield and cabextract. But really, if you’re using a machine that can run a full-blown Ubuntu installation, speed at the console probably isn’t a big concern for you. This isn’t a permanent change in fact, if you’re concerned about speed at the command line, you can switch it back when we’re done here. Very quickly, we can reconfigure the shell to point back at bash: sudo dpkg-reconfigure dash.Īt this screen, answer No. If you try to start the script as things are now, you’ll end up with a lot of scrambled crud on your screen, and not much in the way of progress. By default Ubuntu uses dash as a shell, but the script relies on bash to run properly.
#COPYING OVER NEVERWINTER NIGHTS ONLINE WHAT FOLDERS DOWNLOAD#
If you do download them yourself (which will probably be faster), dump everything into your home directory and decompress the script.īefore you can run it though, we need to make a little adjustment. The 1.69 client is something like 480Mb anyway, so downloading it once is probably enough. I keep them on an external drive along with an ISO of my DVD, just to speed things up. The script will download those files for you if you like. I own the Platinum DVD, and aside from that you need four more files: version 1.69 of the English client for Linux (or the language you prefer), version 1.29 of the Linux client binaries, the Hordes of the Underdark client pack version 1.61, and the aforementioned script. (I’ll be honest up front and say I never bother with the movies, so I don’t have any advice for you there.)
#COPYING OVER NEVERWINTER NIGHTS ONLINE WHAT FOLDERS HOW TO#
That thread is almost four years old now though, so it might be worth revisiting how to get it going. Installing the Platinum or Diamond version from DVD can sometimes be a trick, although there is a dusty old howto on the Ubuntu Forums that offers an easy-as-pie script that will do the dirty work for you. I am sure the graphics are better now, but for depth of play, flexibility and your ability to customize the game, NWN is still at the top for me … and has been for a while, as you can see. In my humble and rather uninformed opinion, NWN is still one of the best games out there in the RPG bracket, although I don’t follow the curve of high-end games much any more. With a new computer in the house I have taken a few brief passes at some of my favorite games, to include things like Warzone 2100, Gridwars and Neverwinter Nights. I don’t usually have much time to play games, unless you count Stone Soup, which is not one of those games that is overwhelmingly popular these days.
