Author |
Message |
Topic: Visual 2005 SP1 |
Youx
Replies: 6
Views: 8809
|
Forum: Development Posted: Tue Feb 13, 2007 9:12 Subject: Visual 2005 SP1 |
@Grinning fool : I haven't used a rebuilt version, but even with the old exe, it worked on the dev machine
@Papillon : Yeah I know of this. It was a release build, I'm 100% sure of it (that's part of ... |
Topic: Visual 2005 SP1 |
Youx
Replies: 6
Views: 8809
|
Forum: Development Posted: Sat Feb 10, 2007 21:32 Subject: Visual 2005 SP1 |
Basically, I'm working on a plugin for nwnx4.
Everything was going pretty well, etc...
Last night, I upgraded to the SP1, and recompiled my plugin.
It would then work on my development computer, ... |
Topic: Visual 2005 SP1 |
Youx
Replies: 6
Views: 8809
|
Forum: Development Posted: Sat Feb 10, 2007 21:07 Subject: Visual 2005 SP1 |
Hi all.
Anyone tried upgrading to sp1? I had a pretty bad surprise with the plugin I develop when I installed the patch ... |
Topic: Help setting up multiple servers using one database |
Youx
Replies: 14
Views: 19779
|
Forum: General Discussion Posted: Sat Jan 20, 2007 19:25 Subject: Help setting up multiple servers using one database |
I'm not sure what do you want to do...
Have two different "physical" servers, each running a mod? Or two nwn2server running on the same pc? |
Topic: Help setting up multiple servers using one database |
Youx
Replies: 14
Views: 19779
|
Forum: General Discussion Posted: Sat Jan 20, 2007 18:42 Subject: Help setting up multiple servers using one database |
Hi Boggled.
I am working on a port of the vaultster plugin (nwnx2) to nwnx4.
It allows a module to "send" character files to another server .
Actually, the plugin compiles, and it seeme ... |
Topic: Retrieving configuration into plugins. |
Youx
Replies: 4
Views: 8934
|
Forum: Windows development Posted: Fri Feb 10, 2006 20:51 Subject: Retrieving configuration into plugins. |
i think i just found a nice way of doing this
*drums*
PID
1 )We can retrieve the pid from the launched server in nwnx (since we got a process handler)
2 )We can retrie ... |
Topic: Retrieving configuration into plugins. |
Youx
Replies: 4
Views: 8934
|
Forum: Windows development Posted: Sun Jan 15, 2006 14:23 Subject: Retrieving configuration into plugins. |
Since the plugins attach to the nwserver process and nwnx.exe is a totally seperate process, there is no easy way to exchange information between them (which, as I might add, is a shortcoming of the c ... |
Topic: Retrieving configuration into plugins. |
Youx
Replies: 4
Views: 8934
|
Forum: Windows development Posted: Mon Jan 09, 2006 8:38 Subject: Retrieving configuration into plugins. |
Hi all.
Since i'm not really used to the dll stuff, i'd like to know how i could retrieve configuration (ie port passed to nwnx2.exe in a commandline) into the dll.
Is it possible to
* pass argum ... |
Topic: Plug-in Development Questions |
Youx
Replies: 3
Views: 7475
|
Forum: Windows development Posted: Sun Jan 08, 2006 22:27 Subject: Plug-in Development Questions |
Got a question about how plugins work ...
Could someone please tell me the relationship (if there's one) between
- the class name (CNWNXSomething)
- the dll filename (nwnx_something.dll)
- the "!N ... |
|