Author Topic: NWNX2 - Dot Net Plugin?  (Read 1044 times)

Baaleos

  • Administrator
  • Hero Member
  • *****
  • Posts: 1916
  • Karma: +0/-0
NWNX2 - Dot Net Plugin?
« on: October 13, 2011, 01:35:22 pm »


               Does anyone have a copy of the .Net plugin that roncheese released for nwnx2?

It allowed people to develop in C# and interface into nwnx.

The vault's links appear to have gone out of date.

Posted on nwnx.org  - just repeating the post here, as this forum gets more attention.
               
               

               
            

Legacy_Vanes

  • Newbie
  • *
  • Posts: 2
  • Karma: +0/-0
NWNX2 - Dot Net Plugin?
« Reply #1 on: April 05, 2012, 12:57:53 am »


               Yeah I'm interested in this as well...
               
               

               
            

Baaleos

  • Administrator
  • Hero Member
  • *****
  • Posts: 1916
  • Karma: +0/-0
NWNX2 - Dot Net Plugin?
« Reply #2 on: April 05, 2012, 11:26:49 am »


               http://www.nwnx.org/...opic.php?t=1890

I might try creating my own.

I'd also be interested in trying to make nwnx com accessible.
eg- External Application can make requests to nwnx, and then fire events inside nwn.
               
               

               
            

Legacy_SkywingvL

  • Full Member
  • ***
  • Posts: 115
  • Karma: +0/-0
NWNX2 - Dot Net Plugin?
« Reply #3 on: April 21, 2012, 10:17:52 pm »


               You could look into porting the NWScript Accelerator to NWN1.  This will enable you to write scripts in C# and call the NWScript.nss APIs (as well as call functions on nwscript compiled scripts).
               
               

               
            

Legacy_henesua

  • Hero Member
  • *****
  • Posts: 6519
  • Karma: +0/-0
NWNX2 - Dot Net Plugin?
« Reply #4 on: April 23, 2012, 06:54:55 pm »


               This would be better in mono.
               
               

               
            

Baaleos

  • Administrator
  • Hero Member
  • *****
  • Posts: 1916
  • Karma: +0/-0
NWNX2 - Dot Net Plugin?
« Reply #5 on: April 25, 2012, 03:18:35 pm »


               That script accelerator looks cool.
The managed C# Code compatibility looks useful too.

I just wouldnt know where to start for porting it over though.