"When I start Neverwinternights, I can't see Amia on gamespy anymore. How am I supposed to find it to play in this wonderful world again?"1: Start the game as usual.
2: Hit [Play] button
3: Hit [Multiplayer] button
4: Login with your usual login name and password
5: Choose [Join Internet game]
6: At the bottom of the screnn, you have a button labeled [Direct Connect]. Choose that one.
7: In the upper edit area on the new menu, fill in the IP and port number for Amia A or B
The gameservers IP and portnumbers are:
Code:
Amia A: 84.243.255.52:5121
Amia B: 84.243.255.52:5122
(just as you can see at the top left corner in the forum) Don't write anything in the password area since Amias servers aren't password protected.
You can use ordinary CTRL+ V in Windows to paste in the information if you don't want to write it yourself.
With desktop shortcutsAnother way, in Windows, is to create a shortcut on the desktop like this:
Code:
"C:\NeverwinterNights\NWN\nwmain.exe" +connect 84.243.255.52:5121
For Amia B, make a new shortcut with the other port number:
Code:
"C:\NeverwinterNights\NWN\nwmain.exe" +connect 84.243.255.52:5122
Point the searchpath to the nwmain.exe to the place where your own nwmain.exe is, it might be different on your computer.
Change the hosts file for faster connectSince the Bioware main server is down, you can change the hosts file as well. It's usually found in:
Code:
C:\Windows\System32\drivers\etc
It lacks extension and is just named "hosts".
The directory is usually hidden, so you should open up the control panel and make hidden folders and files visible first, if you haven't done it already. I always do it to make sure viruses aren't hidden on the HD where I can't see them.
To change the file, you need to open it as an administrator in Notepad or any similar program.
Just add this row at the bottom:
Code:
0.0.0.0 nwmaster.bioware.com
My own hosts file looks like:
Code:
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
0.0.0.0 nwmaster.bioware.com
This will skip the search for the main server and let you in a bit faster.