View previous topic :: View next topic |
Author |
Message |
Senalaya
Joined: 29 Dec 2004 Posts: 82 Location: Germany
|
Posted: Tue Mar 20, 2012 7:54 Post subject: Player authentification plug-in possible? |
|
|
Given the situation with the GameSpy Master servers for NWN2, would it be possible to inject a form of manual authentification between the server connect and the character selection?
The idea would be to have a plug-in, that would pop-up a user/password dialog, which then is verified against a custom, configuarable MySQL query.
This would allow to either have your own user/password table in your NWNX database or you could link it for example against your forum accounts.
The benefit of the latter would be, that you wouldn't need any 'register account' method build into the plug-in. |
|
Back to top |
|
|
Dethia
Joined: 01 Oct 2009 Posts: 23
|
Posted: Sun Sep 23, 2012 4:27 Post subject: |
|
|
Not a plug-in but using nwnx something I wrote that runs at the pw level,
https://dl.dropbox.com/u/11050518/nwn2/dethia_login/dethia_login.zip
very easy to implement system. It will prompt users to create a password when they first log-in or if a password exists to enter it. The password is linked to each player's public cd-key. There is a readme included with more information. |
|
Back to top |
|
|
Magicalwisps
Joined: 12 Apr 2013 Posts: 1
|
Posted: Fri Apr 12, 2013 6:04 Post subject: |
|
|
Any way I could get you to make an Oncliententer script with the line I need for your script Dethia?
I tried to add the line you provided in Readme, but I did not get it to work.
I don't have an ModOnEnter script for my PW, so just something simple that runs your script would be all I would need.
PLEASE!! PLEASE!! |
|
Back to top |
|
|
|