Jump to content


stuartpierce

Member Since 24 May 2005
Offline Last Active Apr 06 2009 05:23 PM

Topics I've Started

Resting

25 May 2005 - 08:38 PM

Ok, this is getting really crazy.  I'm seeing all this code and it doesn't seem to do what it says.  I'm reading the comments, and I think I'm changing a setting, but then it doesn't do anything.

Were the rest restrictions taken out?  By default, RESTSYSTEM = 1, and RESTBREAK = 6, but in reality, you can rest as often as you want.  
How do I put the rest limits back in?  Thanks for any help,

Stuart Pierce

Death Penalties

25 May 2005 - 12:04 PM

I see where I change the value of rezpenalty, but I want to use a flat XP / level + % gold / level penalty.
The jm_respawnsystem has options for all of this, but I changed the values here and they did nothing, so I guess this part of the code isn't used by default.

Stuart

Installation

24 May 2005 - 12:29 AM

Ok, I'm trying to run this version of Nordock for the first time.  I believe I've downloaded all the required files.  
The MySQL I had no idea how to setup.  I downloaded the Essentials version and just took the defaults, except for startup automatically.
I've done this:

1) Put the module file in the module folder, the hak in the hak folder, and the tlk in the tlk folder--
   inside of your NWN game folder.

*** I did this.  No idea what to do with the DB Builder Mod folder.

2) Run the auto-installer included in the CEPv151 package

3) Run the auto-installer included in the PRCn2.2c package

4) Unpackage NWNX2 to your game folder (C:/NeverwinterNights/NWN/ by default.)
   Make sure it is "loose" in the folder, not contained within one. NWNX2 is the
   execution that you will use to start your NWNServer.

5) Install MySQLv4.1 on your PC. (I don't think it matters if you have v4.0xxx, any "4 series" appears fine).
   I used C:/mysql as an install folder. You can put yours wherever you like. I use a databse named "nwn".
You can change this, note your changes in the NWNX.ini configuration file.
  
   Note: You might be able to get this to work with MSAccess ODBC database as well, but I
   don't have this program to verify that.

*** Downloaded the Essentials version.  Installed and took the defaults.
  
6) Install LETO to your game folder. Make sure it is "loose in the folder" as well.

7) Install NWNX-ODBC.dll to your game folder.
      
8) Install the contents of nwnx-leto to your game folder. Make sure it is "loose in the folder"
   as well.
  
   NOTE ON LETO: If your game install is in a folder other than default, you'll have to
      change the settings in inc_letoscript.nss (at the very top) accordingly. Thanks
      to some befuddled admins for bringing this issue to my (and now, your) attention. ;)

9) Also use NWNX-Hashset.dll and NWNX-Function.dll (available from nwnx.org). Otther plugins are optional.
   Install to your game folder.

*** There were other files with hashnet and function, but I just copied the .dll files.

So what else do I need to do next?  I tried running this module from NWServer, but it just says Loading Game.

Thanks,

Stuart Pierce