logo logo

 Back to main page

The NWNX Community Forum

 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Search found 830 matches
nwnx.org Forum Index
Author Message
  Topic: NWNX_Patch
Baaleos

Replies: 650
Views: 292671

PostForum: Windows development   Posted: Thu Jan 25, 2018 16:57   Subject: NWNX_Patch
'Stealing' is a strong, confrontational word for something that was freely available on github.
If your intent was for the community 'not' to use your works, perhaps a private repo might have been wh ...
  Topic: Maxrock - nwnx_funcs and nwnx_areas source code request pls
Baaleos

Replies: 19
Views: 11884

PostForum: Windows development   Posted: Thu Jan 25, 2018 2:32   Subject: Maxrock - nwnx_funcs and nwnx_areas source code request pls
I can help identify which ones are working the best.
Although the real issue comes from the fact that they all use various different versions of the nwnx api - some of which have different internals ...
  Topic: NWNX_Patch
Baaleos

Replies: 650
Views: 292671

PostForum: Windows development   Posted: Wed Jan 24, 2018 1:46   Subject: NWNX_Patch
Question around your possession code..

I am trying to integrate your possession code from nwnx_patch into my nwnx_cool implementation - which is where I have most of my hooks defined.


I am abl ...
  Topic: Maxrock - nwnx_funcs and nwnx_areas source code request pls
Baaleos

Replies: 19
Views: 11884

PostForum: Windows development   Posted: Tue Jan 16, 2018 17:09   Subject: Maxrock - nwnx_funcs and nwnx_areas source code request pls
The .net one may not have as much access to the NWN virtual machine / script methods - but giving it access is not impossible.

https://github.com/Baaleos/NWNDotNet/blob/master/NWNDefinitions/Entiti ...
  Topic: nwnx_visibility - win32 source anyone?
Baaleos

Replies: 2
Views: 3277

PostForum: Windows development   Posted: Mon Jan 15, 2018 12:00   Subject: nwnx_visibility - win32 source anyone?
Hi Guys,
I have a working nwnx_visibility.dll - although I think in the copy I have, there may be a little issue around the priority of the override vs the object -> object visibility checks.

I ...
  Topic: Maxrock - nwnx_funcs and nwnx_areas source code request pls
Baaleos

Replies: 19
Views: 11884

PostForum: Windows development   Posted: Tue Jan 09, 2018 13:34   Subject: Maxrock - nwnx_funcs and nwnx_areas source code request pls
#include "dotnetplugin_inc"


//////////////////////////////
///// PROTOTIPES /////////////
//////////////////////////////


//Effectively deletes the last saved char from the specif ...
  Topic: Possible incompatibiliyt nwnx_chat (terra version)
Baaleos

Replies: 0
Views: 2321

PostForum: Windows technical support   Posted: Tue Jan 09, 2018 0:07   Subject: Possible incompatibiliyt nwnx_chat (terra version)
It looks like a recursion is happening when using SIMTOOLS languages.

Speaking magic language, itterates on itself, until the server crashes.


Faelyn Mistral(Baaleos)
  Topic: Maxrock - nwnx_funcs and nwnx_areas source code request pls
Baaleos

Replies: 19
Views: 11884

PostForum: Windows development   Posted: Fri Jan 05, 2018 2:55   Subject: Maxrock - nwnx_funcs and nwnx_areas source code request pls
https://github.com/zunath/NWNXDotNet_Modified

Zunath put it on github a while back - a clone of the one I was working on.

It should be noted - for the C++ dll to build, the .Net Reflector dll ne ...
  Topic: Maxrock - nwnx_funcs and nwnx_areas source code request pls
Baaleos

Replies: 19
Views: 11884

PostForum: Windows development   Posted: Thu Jan 04, 2018 17:41   Subject: Maxrock - nwnx_funcs and nwnx_areas source code request pls
I have now got a functional nwnx_funcs - that has a set tag that works without crashing - touch wood.

As for the nwnx plugin for java - I think it only exists for linux at the moment.
It is part o ...
  Topic: Maxrock - nwnx_funcs and nwnx_areas source code request pls
Baaleos

Replies: 19
Views: 11884

PostForum: Windows development   Posted: Thu Jan 04, 2018 4:01   Subject: Maxrock - nwnx_funcs and nwnx_areas source code request pls
Yay - I got it working

So it wasnt anything to do with area tags per say, it was something weird with the way it was setting the door tags

My guess was that it was as I said - trying to squeeze ...
  Topic: Maxrock - nwnx_funcs and nwnx_areas source code request pls
Baaleos

Replies: 19
Views: 11884

PostForum: Windows development   Posted: Thu Jan 04, 2018 3:37   Subject: Maxrock - nwnx_funcs and nwnx_areas source code request pls
Ok... No luck with the crash - although, through debug strings, I have isolated the scenario that triggers it for me.


When generating a new area via nwnx_areas - I find a door object in the area ...
  Topic: Maxrock - nwnx_funcs and nwnx_areas source code request pls
Baaleos

Replies: 19
Views: 11884

PostForum: Windows development   Posted: Thu Jan 04, 2018 0:39   Subject: Maxrock - nwnx_funcs and nwnx_areas source code request pls
Im testing nwnx_mem from this url

https://github.com/TerrahKitsune/NWNX/releases

It was designed to hook the memory allocation and deallocation to try and resolve these issues.

I will report ...
  Topic: Maxrock - nwnx_funcs and nwnx_areas source code request pls
Baaleos

Replies: 19
Views: 11884

PostForum: Windows development   Posted: Thu Jan 04, 2018 0:27   Subject: Maxrock - nwnx_funcs and nwnx_areas source code request pls
I think I know the cause

Looking at the SetTag code that Maxrock was using - I dont think it takes into consideration setting of tags that are bigger than the original.

It results in trying to s ...
  Topic: Maxrock - nwnx_funcs and nwnx_areas source code request pls
Baaleos

Replies: 19
Views: 11884

PostForum: Windows development   Posted: Wed Jan 03, 2018 23:30   Subject: Maxrock - nwnx_funcs and nwnx_areas source code request pls
Hi Guys,
I've been recently looking to try and diagnose the crashes that kinda drove me out of hosting a nwn server.
I use Amazon AWS for all my hosting needs - including game servers- I suspect it ...
  Topic: NWNX_Patch
Baaleos

Replies: 650
Views: 292671

PostForum: Windows development   Posted: Wed Apr 19, 2017 1:56   Subject: NWNX_Patch
Here is a real challenge for you. Put a hook in for whenever an AI executes a pathfind call(doesn't need to be able to stop it, just a signal to know it's happening and ideally have it trigger for the ...
 
Page 1 of 56 Goto page 1, 2, 3 ... 54, 55, 56  Next
All times are GMT + 2 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group