View previous topic :: View next topic |
Author |
Message |
Wyvern76
Joined: 16 Nov 2008 Posts: 3
|
Posted: Sat Mar 07, 2009 19:52 Post subject: NWNX4 loading a Campaign Module |
|
|
So we've been getting advice from other builders to change our PW into a Campaign. And we did, we like the abilitie to have overrides that only effect our content and not everyones.
But how do I get NWNX4 to load it up?
The actual module is still in directory mode, but I don't think just loading that will get us our campaign features. _________________ Wyvern76, Lead Scripter and Host of Obsidian Shore Persistent World |
|
Back to top |
|
|
ShadowDragon311007
Joined: 15 Jul 2009 Posts: 12
|
Posted: Sun Jul 26, 2009 11:03 Post subject: |
|
|
Yeah, don't feel bad I'm working on the same issue atm.. with patch 1.23 it gives up the ability to ...
-home alt-home-path
allows you to specify an alternate location to use for files instead of “My Documents\Neverwinter Nights 2”
The server files must be in the same location relative to this path.
Example: nwn2server -home C:\Server
■ Module file or folder must be located in C:\Server\modules
■ Campaign folder must be located in C:\Server\Campaigns
■ Hak folder in C:\Server\hak
■ etc...
Now how do we set NWNX4. ini's up to understand this... also does this mean we can move that actual NWN2 server?
I'm really confused. |
|
Back to top |
|
|
Pepe66
Joined: 29 Jun 2009 Posts: 2
|
Posted: Sun Jul 26, 2009 18:41 Post subject: |
|
|
Just specify the actual paths for Campaigns etc. in the nwn2.ini file. I have absolute paths in there, not sure it relative paths work properly too.
Something like:
Code: | [Alias]
...
CAMPAIGNS=C:\Server\Campaigns
HAK=C:\Server\hak
MODULES=C:\Server\modules
... |
etc.
Setup the nwnx.ini like normal. Possibly adding -home "./" to the "parameters" variable, so that the server doesn't create ini files in the C:MyDocuments folder, which complicates things.
e.g. in your case:
nwn2 = C:\Server
nwn2temp = C:\Server\temp
parameters = -moduledir <whatever> -home "./"
Setup like this everything will be done in the C:\Server folder. |
|
Back to top |
|
|
cryptc
Joined: 16 Apr 2009 Posts: 38
|
Posted: Sun Aug 09, 2009 23:03 Post subject: |
|
|
The thing I forgot when changing from module to campaign, was to remember to copy the campaign directory to the server as well... nwnx4 fired it up in just the same way regardless, but without the campaign directory it was messed up with journals, etc... |
|
Back to top |
|
|
|