NWN Server Ping Fix
Those who’ve installed Bioware’s next gen RPG Neverwinter Nights will already be aware the game pings the master server online at Bioware anytime the game is installed, run, or patched, and probably regularly during gameplay as well. If that isn’t bad enough, if the game cannot find the server it will not allow LAN players to set up an offline multiplayer game - an incomprehensible feature for a game specifically designed for LAN play. Luckily there is an easy fix; you just have to remember to reverse the change when you want to play over the internet.
Go into your /windows/system32/drivers/etc folder, there should be a file called hosts (with no file extension). Add 127.0.0.1 nwmaster.bioware.com to the file and save. This will stop NWN from finding the nwmaster server.
For example:
127.0.0.1 localhost #localhost
127.0.0.1 nwmaster.bioware.com #nwn master server
posted by monty · at 3:14 pm · filed under News
Don’t mean to be pedantic but … to be precise the addition of the entry into the hosts file will cause the name nwmaster.bioware.com to resolve to your local machine address (127.0.01) not stop it from finding the server as stated :-)