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 Speech plugin!
Goto page 1, 2, 3, 4, 5, 6, 7, 8, 9  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: Thu Jan 13, 2005 14:25    Post subject: NWNX Speech plugin! Reply with quote

After a request of some people I desided to spend some time at it and here it is: the Talus Listener program embedded in a NWNX plugin! You can download it directly from here here. It is currently only available for Windows.

The plugin uses the original source code of the excellent Talus Listener program written by Lanthar (all credits go to him Smile). So instead of running the seperate executable you can now install this plugin as described here here and continue using the system. It is fully compatible with the scripts written by Lanthar e.a.

It does still use a database for storing the messages as the original Talus Listener executable does. Only now the database will be selected based on your configuration of the nwnx_odbc plugin (so direct MySQL access is now possible too!).

Have fun with it!

Copyright (c) 1999 - 2002 Politecnico di Torino. All rights reserved.[/url]


Last edited by JeroenB on Sat Feb 12, 2005 10:59; edited 1 time in total
Back to top
View user's profile Send private message Visit poster's website
JeroenB



Joined: 31 Dec 2004
Posts: 228
Location: Netherlands

PostPosted: Thu Jan 13, 2005 16:40    Post subject: Reply with quote

Fixed a minor bug in the source. Please redownload the package if you have it already installed and overwrite the nwnx_speec.dll file.

ps. The webserver cache has been not been updated correctly so I suggest waiting a couple of hours before starting to download. The file size should be around 74Kb (cache still has a 1.6M file... )
Back to top
View user's profile Send private message Visit poster's website
Papillon
x-man


Joined: 28 Dec 2004
Posts: 1060
Location: Germany

PostPosted: Thu Jan 13, 2005 17:39    Post subject: Reply with quote

Download link updated.
_________________
Papillon
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
JeroenB



Joined: 31 Dec 2004
Posts: 228
Location: Netherlands

PostPosted: Thu Jan 13, 2005 18:06    Post subject: Reply with quote

I also made a linux version which I stil have to upload. Note that this will be an ALPHA version. I hope to be able to put it online soon.
Back to top
View user's profile Send private message Visit poster's website
dguntner



Joined: 31 Dec 2004
Posts: 116

PostPosted: Fri Jan 14, 2005 1:02    Post subject: Reply with quote

You'll be my hero as long as it works with the current Linux version of NWNX. Laughing

I, for one, am looking forward to it. Then I can *finally* drop the DMFI listening stuff (which doesn't work all that well, anyway...).

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



Joined: 31 Dec 2004
Posts: 228
Location: Netherlands

PostPosted: Sat Jan 15, 2005 13:29    Post subject: Reply with quote

Linux version has been released. It is an ALPHA version so it could have some problems to run correctly. Note that it should be run as root user, or another user that has query rights on network interfaces. You will also need to install the libpcap and libpcap-devel RPM's.

For the Windows version I am currently developing a version which does not need a database at all Very Happy. I have to test it thoroughly though before I will release it, unless one of you wants to test it for me.
Back to top
View user's profile Send private message Visit poster's website
Blacksting



Joined: 03 Jan 2005
Posts: 107

PostPosted: Sat Jan 15, 2005 19:44    Post subject: Reply with quote

I will test it vigorously Smile
Back to top
View user's profile Send private message
JeroenB



Joined: 31 Dec 2004
Posts: 228
Location: Netherlands

PostPosted: Sat Jan 15, 2005 22:57    Post subject: Reply with quote

Ok, I uploaded an Alpha package. Please read the documentation that I included good before starting with it. The scripting part is very important Smile
Back to top
View user's profile Send private message Visit poster's website
Blacksting



Joined: 03 Jan 2005
Posts: 107

PostPosted: Sun Jan 16, 2005 0:16    Post subject: Reply with quote

The new version still crashes on me Sad It also crashes on my other server now instead of just defaulting to ODBC and not connecting.

I will try moving up to the new version of WinPCap.
Back to top
View user's profile Send private message
JeroenB



Joined: 31 Dec 2004
Posts: 228
Location: Netherlands

PostPosted: Sun Jan 16, 2005 0:39    Post subject: Reply with quote

yes, that might help. can you also show me how you set things up? are you using the database?
Back to top
View user's profile Send private message Visit poster's website
Blacksting



Joined: 03 Jan 2005
Posts: 107

PostPosted: Sun Jan 16, 2005 0:49    Post subject: Reply with quote

I was using version 3.0 WinPCap. I upgraded to 3.1 beta 4 and the crashes stopped. Serves me right for using Talus for so long!
Back to top
View user's profile Send private message
JeroenB



Joined: 31 Dec 2004
Posts: 228
Location: Netherlands

PostPosted: Sun Jan 16, 2005 0:52    Post subject: Reply with quote

Yeah, I will update the documentation right away. I used the newest library of WinPCap to build the module. Thanks! Keep me informed if it still works!
Back to top
View user's profile Send private message Visit poster's website
Blacksting



Joined: 03 Jan 2005
Posts: 107

PostPosted: Sun Jan 16, 2005 1:21    Post subject: Reply with quote

One problem I have is that the log is not rotated. Is it possible to write the log rotation as "all" files? It would seem to make things easier in that department.

My earlier post saying things were working was inaccurate. I had a Talus Emulator NPC hanging around and it was doing the work Sad. At the moment traffic is passed to the log but not passed in to NWN. I am investigating.
Back to top
View user's profile Send private message
dguntner



Joined: 31 Dec 2004
Posts: 116

PostPosted: Sun Jan 16, 2005 7:46    Post subject: Reply with quote

JeroenB wrote:
For the Windows version I am currently developing a version which does not need a database at all Very Happy. I have to test it thoroughly though before I will release it, unless one of you wants to test it for me.


The Linux version requires database access to do its thing?

--Dave
Back to top
View user's profile Send private message
Manuel



Joined: 30 Dec 2004
Posts: 51

PostPosted: Sun Jan 16, 2005 8:32    Post subject: Re: NWNX Speech plugin! Reply with quote

JeroenB wrote:
It does still use a database for storing the messages as the original Talus Listener executable does. Only now the database will be selected based on your configuration of the nwnx_odbc plugin (so direct MySQL access is now possible too!).

_________________
I only know enough to be dangerous.
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, 7, 8, 9  Next
Page 1 of 9

 
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