View previous topic :: View next topic |
Author |
Message |
Fabius
Joined: 08 Feb 2009 Posts: 11
|
Posted: Tue Dec 08, 2009 9:40 Post subject: Problems with NWNFixes |
|
|
well, i have some problems with NWNFixes plugin.
i have all the plugins updated to the latest version (rev 60), and nwnx2 core 2.7b4, all downloaded from here.
i'm running my server on windows vista home premium. the module is basic nwn (no expansions, no hakpaks), version 1.68.
when i run the server using almost one of these functions:
hide_charlist_all
hide_charlist_levels
hide_charlist_dms
hide_charlist_portraits
everytime a player logs in, the server crashed and restarted.
i tought there could be some conflicts with other plusings i use, so i tried deleting all plusings (except nwnfixes) from nwn folder, and used a NWNX.ini like this:
Code: | ; NWNX2 configuration file
; These are the default values for NWNX2. Values specified on the command
; line take precedence.
[NWNX]
ServerPort = 5121
ModuleName = "MyServer"
WatchdogProcess = yes
UpdateIntervalProcess = 5
WatchdogGamespy = yes
UpdateIntervalGamespy = 20
GamespyRetries = 5
OldGamespyProtocol = no
RestartDelay = 5
ServerTesting = 0
[FIXES]
hide_charlist_all = 1
hide_charlist_levels = 1
hide_charlist_dms = 1
hide_charlist_portraits = 1
copy_vars = 1
compare_vars = 1
keep_hidden_in_conversation = 1
hp_limit = -10
debuglevel = 3
LogLevel = 2
|
doing this, the server didnt crashed anymore (still got to do more tries to discover wich plugin(s) does conflict with nwnfixes plugin).
however, the characters list was still visible!
this is the log:
Quote: | NWNX Fixes V.1.0.5 for Windows
Copyright 2007-2009 virusman, 2008-2009 Zebranky
visit us at http://www.nwnx.org
GetIsMergeable: 004FEF80
SplitItem_Copy: 004FF290
BuyItem: 00465000
MergeItems_RemoveItem: 0053F741
AIActionDialogObject: 00519BA0
GetDead: 004E6070
Skipping healing kit disease fix. Set healkit_disease=1 to enable.
Skipping healing kit poison fix. Set healkit_poison=1 to enable.
* Suppressing character list response.
* Suppressing classes in character list.
* Disguising portraits in character list.
copy_vars = 1
keep_hidden_in_conversation = 1
compare_vars = 1
HP limit = -10
Implementing portal crash fix. Set portalcrash=0 to disable.
Couldn't patch the SpawnInHeartbeatPerception function.
All functions set
* Module loaded successfully. |
instead, when i used nocharlist plugin, it worked fine.
so, any solution to fix that?
thanks in advance |
|
Back to top |
|
|
Zebranky
Joined: 04 Jun 2006 Posts: 415
|
Posted: Tue Dec 08, 2009 13:35 Post subject: |
|
|
1.68?! I assumed everyone was using 1.69 at this point. I suppose I should add some sanity checks for that, but I'm not planning to backport those features to 1.68. Is there a reason you haven't updated? _________________ Win32 SVN builds: http://www.mercuric.net/nwn/nwnx/
<Fluffy-Kooshy> NWNx plugin is to this as nuclear warheads are to getting rid of fire ants.
<ThriWork> whenever I hear nwn extender, I think what does NWN need a penis extender for? |
|
Back to top |
|
|
Fabius
Joined: 08 Feb 2009 Posts: 11
|
Posted: Tue Dec 08, 2009 21:53 Post subject: |
|
|
Zebranky wrote: | 1.68?! I assumed everyone was using 1.69 at this point. I suppose I should add some sanity checks for that, but I'm not planning to backport those features to 1.68. Is there a reason you haven't updated? |
1.69 is only for english language.
all other languages needs to:
- download a 1.68 english dialog.tlk
- manually substitute it
- update to 1.69
- download a 1.69 dialog.tlk of your language
- manually substitute it
so, most of people dont know how, or dont want to do this procedure, and prefer to play on a 1.68 server (i host the only italian server which is still 1.68 and i have more players then all other 1.69 italian servers together ^^)
i would really love to have it working for 1.68 cause we could wait for maya calendar end of the world before 1.69 localizations will come out...
ps: also CAPS dont work for me |
|
Back to top |
|
|
virusman
Joined: 30 Jan 2005 Posts: 1020 Location: Russia
|
Posted: Tue Dec 08, 2009 22:27 Post subject: |
|
|
The stable version of NWNX Fixes is backwards-compatible with 1.68, but it lacks the noplayerlist feature. |
|
Back to top |
|
|
Fabius
Joined: 08 Feb 2009 Posts: 11
|
Posted: Wed Dec 09, 2009 11:54 Post subject: |
|
|
virusman wrote: | The stable version of NWNX Fixes is backwards-compatible with 1.68, but it lacks the noplayerlist feature. |
and i think caps function too :-/
is there any chance you gonna get it to work on 1.68? |
|
Back to top |
|
|
|