slave of slaanesh wrote...
Hi. I am creating a huge world based on the entire forgotton worlds map, and i am wondering if I can link my modules together like area transitions (or like chapters like in the original game). Any help would be very much appreciated.
If we are talking multiplayer server, then you have some options for how to accomplish the server player transfer.
1. Multiple servers can share a server vault - edit the nwn.ini to point all server instalations to the same servervault.
2. nwnx_vaultster - Havent tested this myself, but it is a powerful tool, if it works reliably. Actually transfers bic files via socket connection from one computer to another, will work locally in theory. Allows you to have separate server vaults for regions of the Forgotten Realms.
3. nwnx_system - Copy the bic file from one server vault to another, minus the socket connection. Copying/moving the bic file would simulate the character migrating from one region to another. Ensuring there is one bic file at any one time, prevents duplication of items etc.