Skip to end of metadataGo to start of metadata
This is a rough guide for setting up a new online NWN2 server.
There are a lot of sections that would need to be improved / more detailed. Don't hesitate to edit this page and add anything.
Rise from a peasant to a full-fledged hero as you defend the Realms against one of the greatest threats of the age! Build a character that suits your style of play – good or evil, chaotic or lawful, with any number of skills, feats and professions available at the click of a button. Whether lobbing fireballs and researching forgotten spells as a powerful Wizard, hacking a trail through. What happened to Neverwinter Nights 2 Digital Downloads!? Hey guys, I'm Australian and every single webpage on every single site I visited when looking for a digital copy of this game has either been deleted, invalid or in the case of GamersGate.com, no purchase button, simply the price. Download full Neverwinter Nights 2: Download + Expansions - Easy Setup (7.24 GB) An engaging sequel to 2002's RPG Neverwinter Nights, Neverwinter Nights 2 offers a fresh single-player campaign, new classes, spells and items from the Dungeons & Dragons 3.5 edition rules, and updated tools, tiles, and other goodies for budding Dungeon Masters. Rise from a peasant to a full-fledged hero as you defend the Realms against one of the greatest threats of the age! Build a character that suits your style of play – good or evil, chaotic or lawful, with any number of skills, feats and professions available at the click of a button. Whether lobbing fireballs and researching forgotten spells as a powerful Wizard, hacking a trail through.
You can install the NWN2Server using one of these methods:
This is the easiest method, but will use more disk space than using Method 2.
Campaigns/Neverwinter Nights 2 Campaign*/Campaign.cam
Data/2DA*.zip
Data/convo*.zip
Data/Ini*.zip
Data/lod-merged*.zip
Data/NWN2_Models*.zip
Data/scripts*.zip
Data/SpeedTree*.zip
Data/Templates*.zip
Data/walkmesh*.zip
dialog*.tlk
granny2.dll
mss32.dll
NWN2_MemoryMgr.dll
NWN2_MemoryMgr_amdxp.dll
nwn2.ini
nwn2player.ini
nwn.ini
nwnplayer.ini
nwnpatch.ini
nwn2server.exe
Nox app player mac download gratis. How To Install Nox App Player for Windows PC Or LaptopHere is a tutorial to download and install NOX for Windows based machines:. First of all you have to download official Nox player from the download button mentioned above.
NWN2Server uses by default port 5121
.
If your server runs behind a NAT (like an internet access provider router), you will need to configure the router to redirect 5121
to your server hosting machine.
Also make sure your firewall allows port 5121
.
nwnx.ini
nwn2
: Path to the nwn2 installation folderparameters
: Command line parameters passed to the nwn2server process, like:-module yourmodule
automatically load yourmodule.mod-moduledir yourmodule
automatically load yourmodule if saved as directory-cpu 3
Assign the nwn2server process to the CPU core 3Required for displaying the server in the in-game server list (using the Client Extension). Also comes with a bunch of server bug fixes and optimization (a must have !)
dll
and ini
files inside the nwnx4 folderxpmysql is used by a lot of nwn2 servers as an efficient persistent database. You may not require it. You cannot use both xpmysql and xp_sqlite at the same time.
xp_mysql.dll
and xp_mysql.ini
xp_mysql.ini
file:server
: MySQL server IP addressuser
: MySQL user for executing queriespassword
: user's passwordschema
: Default used MySQL schemaxpsqlite is used by some nwn2 servers as an easy to setup persistent database. You may not require it. You cannot use both xpmysql and xp_sqlite at the same time.
xp_sqlite.dll
and xp_sqlite.ini
xp_mysql.ini
:file
Path to the file for storing the database fileYou can change the server game rules by editing Documents/Neverwinter Nights 2/nwn2player.ini
Here is an example of server options:
Let players automatically download / update their custom content files when they connect to a server:
Simply launch NWNX4_GUI.exe
from the nwnx4 folder, and you should see a NWN2Server window appearing.
The NWN2Server process can receive multiple command-line arguments:
-home <home_path>
: Path to a folder that replaces the defaultDocumentsNeverwinter Nights 2
-du <1|0>
: Disable Client UI-do <1|0>
: Disable Client Override-cs <1|0>
: Require client to use the AutoDownloader-difficulty <diff>
: Game rules difficulty. 1=Easy, 2=Normal, 3=Hardcore D&D, 4=Very difficult-oneparty <1|0>
: Group all players in one single party-ilr <1|0>
: Item level restriction-elc <1|0>
: Enforce legal characters-adminpassword <pass>
: Admin console access password-dmpassword <pass>
: DM password-playerpassword <pass>
: Player password-autosaveinterval <minutes>
: Auto-save served game every X minutes-gametype <type>
:-servername <name>
:-pauseandplay <1|0>
: Allow players to pause/unpause-cpu <id>
: Assign server process to a specific core ID-reloadwhenempty <1|0>
:-maxlevel <level>
: Server max level-minlevel <level>
: Server required minimum level-pvp <1|0>
: PVP settings. 0=None, 1=Party, 2=Full-load <save_name>
: Load saved game-moduledir <module_name>
: Load module in directory mode-module <module_name>
: Load module.mod
file-publicserver
: ?-servervault <path>
: Servervault path ?-port <port>
: NWN2Server port (defaults to 5121)-maxclients <number>
: Max number of players connected-crashinfo
: ?You can set these arguments by editing theparameters
line innwnx.ini
.