View previous topic :: View next topic |
Author |
Message |
Nightdew
Joined: 07 Sep 2006 Posts: 2
|
Posted: Thu Sep 07, 2006 2:45 Post subject: C# |
|
|
What are the chances of c# plugins would be supported in this framework, without having to do too many tricks.
I would like to write most of the core for our NWN2 server in C# preferrably outside of the actual server. All the nwnscripts would be (caching)wrappers. |
|
Back to top |
|
|
chaoslink
Joined: 23 Aug 2006 Posts: 37
|
Posted: Fri Sep 08, 2006 0:12 Post subject: Re: C# |
|
|
Nightdew wrote: | What are the chances of c# plugins would be supported in this framework, without having to do too many tricks.
I would like to write most of the core for our NWN2 server in C# preferrably outside of the actual server. All the nwnscripts would be (caching)wrappers. |
If not, you could write an adapter plug-in in C++ that interfaces to the C# plug-ins (maybe via C-style exports or somesuch). |
|
Back to top |
|
|
|