Author |
Message |
Topic: NWNX2 -> NWNX:EE |
MetaPhaze
Replies: 11
Views: 4817
|
Forum: General Discussion Posted: Sat Feb 09, 2019 6:41 Subject: NWNX2 -> NWNX:EE |
our 4 servers use
defenses
events
fixes
funcs
funcsext
odmbc
reset
resman
structs
weapon
vaultster
ruby
lua
names |
Topic: Bug: NWNXFixes - settings below -10 hitpoints for death. |
MetaPhaze
Replies: 2
Views: 4271
|
Forum: Linux technical support Posted: Mon Apr 16, 2018 6:32 Subject: Bug: NWNXFixes - settings below -10 hitpoints for death. |
This was working fine, then I did a git pull, seems someone has messed it up again. Compiling with GCC 6.4.0 works, but when you load the server up it will crash with the only debug message as oShutti ... |
Topic: Bug: NWNXFixes - settings below -10 hitpoints for death. |
MetaPhaze
Replies: 2
Views: 4271
|
Forum: Linux technical support Posted: Tue Jan 17, 2017 18:50 Subject: Bug: NWNXFixes - settings below -10 hitpoints for death. |
<20Zebranky18> char *pIsPCDyingPatch = (char *)0x081d5511;
This seems to work (zebranky's fix)
putting it through more testing. |
Topic: Bug: NWNXFixes - settings below -10 hitpoints for death. |
MetaPhaze
Replies: 2
Views: 4271
|
Forum: Linux technical support Posted: Tue Jan 17, 2017 17:34 Subject: Bug: NWNXFixes - settings below -10 hitpoints for death. |
If you set your negative hit point value in the nwnx2.ini file to anything less than -10 the OnPlayerDying script does not fire.
example:
hp_limit = -20 # Negative HP limit - ... |
Topic: Missing function in nwnx_chat.nss |
MetaPhaze
Replies: 0
Views: 5218
|
Forum: Linux development Posted: Thu Feb 04, 2016 21:31 Subject: Missing function in nwnx_chat.nss |
int NWNXChatGetPCID(object oSendTo)
{
int nID = GetLocalInt(oSendTo, PC_ID_NAME);
return nID;
}
this is what I got to compile, not sure if it's correct, or working, or not. |
Topic: Problems compiling nwnx2 |
MetaPhaze
Replies: 34
Views: 53115
|
Forum: Linux technical support Posted: Sun Sep 15, 2013 0:15 Subject: Problems compiling nwnx2 |
I've finally resolved all of my building and running issues.
I run gentoo.
I used to get dlopen errors for most of my plugins as you can see in my previous posts to this thread.
I now have a se ... |
Topic: Problem Storing some objects, not others. |
MetaPhaze
Replies: 10
Views: 20381
|
Forum: Technical support Posted: Sat Jan 01, 2011 5:23 Subject: Problem Storing some objects, not others. |
Oh, and HAPPY NEW YEAR! |
Topic: Problem Storing some objects, not others. |
MetaPhaze
Replies: 10
Views: 20381
|
Forum: Technical support Posted: Sat Jan 01, 2011 5:23 Subject: Problem Storing some objects, not others. |
sorry for the indentation problem... seems that the forums stripped my tab spacings... |
Topic: Problem Storing some objects, not others. |
MetaPhaze
Replies: 10
Views: 20381
|
Forum: Technical support Posted: Sat Jan 01, 2011 5:21 Subject: Problem Storing some objects, not others. |
I haven't given much to the NWN community, I gave up on scripting and module building shortly after NWN was released because of the flaws that were in the multi-player system for the game... bioware l ... |
Topic: Problems compiling nwnx2 |
MetaPhaze
Replies: 34
Views: 53115
|
Forum: Linux technical support Posted: Fri Dec 31, 2010 18:53 Subject: Problems compiling nwnx2 |
ruby was broken... it would not compile even when i added --with-extraplugins="plugins/ruby"...
For that reason alone, I modified Makefile.in.... had ruby compiled when i used --with-extr ... |
Topic: Problems compiling nwnx2 |
MetaPhaze
Replies: 34
Views: 53115
|
Forum: Linux technical support Posted: Fri Dec 31, 2010 6:54 Subject: Problems compiling nwnx2 |
I can reproduce this, and i can screen cast it for you if you wish to see for yourself. |
Topic: Problems compiling nwnx2 |
MetaPhaze
Replies: 34
Views: 53115
|
Forum: Linux technical support Posted: Fri Dec 31, 2010 6:47 Subject: Problems compiling nwnx2 |
Note:
I normally don't compile with ./install.sh
Usually I build from source with
cd /home/nwn/src
svn co http://nwn.virusman.ru/svn/nwnx2-linux/trunk/ .
./configure --prefix="/home/nwn& ... |
Topic: Problems compiling nwnx2 |
MetaPhaze
Replies: 34
Views: 53115
|
Forum: Linux technical support Posted: Fri Dec 31, 2010 6:38 Subject: Problems compiling nwnx2 |
When you say you managed to get past the building now was this building cleanly and re-building everything or did you have to hack around a bit?
I did a complete removal of my old source, and check ... |
Topic: Dynamic names |
MetaPhaze
Replies: 67
Views: 147607
|
Forum: Linux development Posted: Fri Dec 31, 2010 6:22 Subject: Something wrong with my ax_lib_misc_h.nss file? |
Figured this out...
you can remove this post |
Topic: Problems compiling nwnx2 |
MetaPhaze
Replies: 34
Views: 53115
|
Forum: Linux technical support Posted: Thu Dec 30, 2010 0:57 Subject: strace output |
I'm examining the logs of the strace I attached to my server process.
There are two logins in this file, although I'm really a beginner with debugging tools and will probably need a hand figuring out ... |
|