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 
 
NWNX VaultSTER ALPHA
Goto page 1, 2, 3, 4, 5, 6  Next
 
Post new topic   Reply to topic    nwnx.org Forum Index -> General Discussion
View previous topic :: View next topic  
Author Message
JeroenB



Joined: 31 Dec 2004
Posts: 228
Location: Netherlands

PostPosted: Wed Jan 12, 2005 17:24    Post subject: NWNX VaultSTER ALPHA Reply with quote

I am glad to announce the newest release of the NWNX VaultSter plugin!

This version is released in an Alpha stage and can thus still contain errors. Please use this topic to give me some feedback about problems you encounter and successes you have. Additional features might be added during later developments. But compatibility with this release will be ensured.

Unfortunately it couldn't be avoided to make this version incompatible with the previous release of VaultSter. So before upgrading to this new version make sure the rest of the world you link to do so too! Crashes may occure otherwise!

JeroenB
Back to top
View user's profile Send private message Visit poster's website
NoMercy



Joined: 03 Jan 2005
Posts: 123
Location: UK

PostPosted: Wed Jan 12, 2005 17:37    Post subject: Reply with quote

To save people having to traverse to the download page to get it here's a direct link: http://www.nwnx.org/index.php?id=download

Can't wait to play around with it myself :)
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
greenbean



Joined: 22 Jan 2005
Posts: 2

PostPosted: Sat Jan 22, 2005 10:53    Post subject: Reply with quote

Does this version have linux support?

Just wondering as I saw a post from Dec where vaultster linux support was mentioned


Thanks,

greenbean
Back to top
View user's profile Send private message
JeroenB



Joined: 31 Dec 2004
Posts: 228
Location: Netherlands

PostPosted: Sat Jan 22, 2005 11:02    Post subject: Reply with quote

Yes, in the same package also a linux version (with sources) is included.
Back to top
View user's profile Send private message Visit poster's website
greenbean



Joined: 22 Jan 2005
Posts: 2

PostPosted: Thu Jan 27, 2005 4:25    Post subject: Reply with quote

great
Back to top
View user's profile Send private message
teleri



Joined: 28 Jan 2005
Posts: 21

PostPosted: Fri Jan 28, 2005 8:22    Post subject: Reply with quote

Are there any CoPaP servers running this version? I would like to know who else is using it.

Cheers,
teleri
Back to top
View user's profile Send private message
Orleron



Joined: 01 Jan 2005
Posts: 22
Location: Avlis

PostPosted: Wed Feb 02, 2005 5:02    Post subject: Reply with quote

Jeroen,

How long until this goes into beta stage and is declared reasonably stable?
_________________
____________________
Blackdagger: The World of Avlis
http://www.avlis.org

The Confederation of Planes & Planets
"Go anywhere. Do anything."
http://www.copap.org
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
JeroenB



Joined: 31 Dec 2004
Posts: 228
Location: Netherlands

PostPosted: Wed Feb 02, 2005 14:27    Post subject: Reply with quote

Unfortunately I havent got any replies on the behaviour of the new Vaultster, so either it works great, or nobody has tested it yet (which is more likely Sad).

I am pretty sure though that this new version is as stable as the old version.
Back to top
View user's profile Send private message Visit poster's website
monezz



Joined: 03 Jan 2005
Posts: 52
Location: The Netherlands

PostPosted: Wed Feb 02, 2005 17:32    Post subject: Reply with quote

I am going to test the linux version next week.

so fingers crossed Wink
Back to top
View user's profile Send private message Visit poster's website
teleri



Joined: 28 Jan 2005
Posts: 21

PostPosted: Fri Feb 04, 2005 4:23    Post subject: Reply with quote

I have it implemeted but no one to connect with as of yet
Back to top
View user's profile Send private message
JeroenB



Joined: 31 Dec 2004
Posts: 228
Location: Netherlands

PostPosted: Sun Feb 06, 2005 0:36    Post subject: Reply with quote

I have tested the plugin today with Sindol, a friend of me (and a well known DM on Avlis). We were successfull in sending over character files between our servers. I made some code changes which I will release soon:

* fixed 10093 error message bug
* fixed bug in search for latest character file
Back to top
View user's profile Send private message Visit poster's website
JeroenB



Joined: 31 Dec 2004
Posts: 228
Location: Netherlands

PostPosted: Sun Feb 06, 2005 18:02    Post subject: Reply with quote

More testing resulted in few other bugfixes. The windows plugin is now stable and I will release it as Beta soon. The Linux part is still no correct and needs some more attention.

* fixed creating empty directory bug
* fixed client id in NWScript vaultster_inc file
Back to top
View user's profile Send private message Visit poster's website
WPCWolfe



Joined: 06 Feb 2005
Posts: 7

PostPosted: Mon Feb 07, 2005 0:25    Post subject: Reply with quote

I am new to scripting and am having problems geting the portal working. The plugin is loaded per the log file so I know the problem is in my scripting. The profiler is saying that portalpc is being called when onuse is acitvated but nothing happens. I dont even get an error. I am using the script you have in the documentation.

void main ()
{
object oPC = GetEnteringObject();
int ret = PortalPC (oPC, "nwn.someserver.org");
if (ret == VAULTSTER_OK) {
SendMessageToPC (oPC, "Portalling...");
DelayCommand (1.0f, ExecuteScript ("CheckStatus", oPC));
}
else
SendMessageToPC (oPC, "Failure with portalling.");
}

Of course I am changing the nwn.someserver.org but thats all I am doing. Need some help please.
_________________
WolfePackClan
We are hunting you.
Back to top
View user's profile Send private message
JeroenB



Joined: 31 Dec 2004
Posts: 228
Location: Netherlands

PostPosted: Mon Feb 07, 2005 9:39    Post subject: Reply with quote

You must make a little fix in the vaultster_inc script. In the PortalStatus function you should at -1 right behind id, in the first SetLocalString function call. That will fix it.

But I will post a new Beta version soon which contains more bug fixes.
Back to top
View user's profile Send private message Visit poster's website
Artancreus



Joined: 06 Feb 2005
Posts: 1

PostPosted: Tue Feb 08, 2005 14:12    Post subject: Seting up problemo Reply with quote

well hello to you Smile

Im triing to set up vaultster in a lan, but the server receiving the character file always crashes, I get this error:

AppName: nwserver.exe AppVer: 1.6.5.0 ModName: nwnx_vaultster.dll
ModVer: 0.0.0.0 Offset: 000049fc

Im using the examples provided in the doc, changing only the host and correcting the bug in the previus post.

The conf in the sending server is this:

IP: 192.168.2.102

The vaultster log is:
[02/08/05 11:52:09] NWNX2 Vaultster version 1.4.2 for Windows.
[02/08/05 11:52:09] Copyright 2004 (C) Jeroen Broekhuizen

[02/08/05 11:52:09] Loading in 1 known servers.
[02/08/05 11:52:09] Added 192.168.2.8
[02/08/05 11:52:09] o Server started on port 5121.
[02/08/05 11:54:02] o New request: 2
[02/08/05 11:54:02] o Client thread started.

The vaultster conf is:
[SERVER]
Port = 5121
Path = C:\NeverwinterNights\NWN\servervault
Key = yourkey
Password = blabla
Startserver = 1
Validateclient = 1

[Link]
Count = 1
Server1 = 192.168.2.8

The conf in the receiving server is

IP: 192.168.2.8

The vaulster log is:
[02/08/05 11:52:32] NWNX2 Vaultster version 1.4.2 for Windows.
[02/08/05 11:52:32] Copyright 2004 (C) Jeroen Broekhuizen

[02/08/05 11:52:32] Loading in 1 known servers.
[02/08/05 11:52:32] Added 192.168.2.102
[02/08/05 11:52:32] o Server started on port 5121.

The conf file is:
[SERVER]
Port = 5121
Path = C:\NeverwinterNights\NWN\servervault
Key = yourkey
Password = blabla
Startserver = 1
Validateclient = 1

[Link]
Count = 1
Server1 = 192.168.2.102

Port 5121 is open both UDP and TCP in both machines

When i enter the transition i can read in the box
Portalling...
Hold on
Hold on
(5 or 6 times)

then the ActivatePortal works (it offer me use a character of my account in the receiving machine) but the original character file is not copied

Excuse the lenght of the post, and my bad english, but Im quite newbie so probably I am missing something but I have no clue of what it is.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    nwnx.org Forum Index -> General Discussion All times are GMT + 2 Hours
Goto page 1, 2, 3, 4, 5, 6  Next
Page 1 of 6

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group