1. hosts file edit is the main method which works right now, as reported by users. I have not tried this.
ie
http://www.neverwint...lders_hosts.htm
199.193.152.27 nwmaster.bioware.com # SkywingL's substitute listing server
2. The above is a stop gap, a NWNx plugin for linux and windows is in development. This will allow the ip address to change, hoping the above works. ( the people doing this just completed NWNCX, and this will take time, once completed it will be the primary means PW's use to do this )
3. The method of doing this is open, anyone can step up to the plate and code it themselves. ( I can send you working php examples that includes enough detail so you can recreate in any language )
4. nwnlist.com has an error on it's register page, hopefully they can fix this, and then it will be much easier for some people.
5. Those wanting to set something up on their servers, I can provide a php class which should be able to be integrated with any system with php installed, so it registers upon starting the server. I can provide the code in php, and help you test it, but I'd need you to setup how it's called and help me test it. ( there are nwnx features that let you run command line scripts when you start the server up )
Not perfect, but generally this is how things are before the various issues are resolved while the community makes it work. nwnlist.com's registration seems the easiest method right now, except for it not working, but my testing and reporting of issues has not had a response yet. Part of having a community of unpaid volunteers is that things can often take a while to get fixed until after real life is dealt with first.
Methods i know of
* NWNCX ( Virusman who you know ) and NWN2 Client Extender ( similar project, NWNCX is largely based on this ), extender projects by those involved heavily in NWNx, and the API was developed by the author of xp_bugfix - most of what is happening now is porting the system which is fully working for NWN2 so it also works for NWN1.
* A NWNx plugin is being developed for NWN1, one already is installed for NWN2 which autoupdates called xp_bugfix, which is almost universally used, using the API. This should be the preferred method for PW admins using NWNx ( generally all the established worlds use this for one reason or another )
* http:\\\\www.nwnlist.com ( registration does not work ) Just lists the sites and is using the API.
* NWN2 server monitor desktop app,
http://nwvault.ign.c...r.Detail&id=295\ and is using the API, looks like NWN2 only
* isleclostridia's website ->
http://www.isleclost...stnwns1html.cgi ( using the API )
*
http://nwnserverlist.com/ ( this is who i did the php class for originally, and they report it's working, and users seem to say they are much faster now, not sure how they are using the API but they said they are using it. Is probably the most established with links from Gog.com )
*
http://nwnserverlists.boards.net/ which is manual
* Game Ranger - not sure how this works but remember seeing it at one point
* xFire - you discussed, crowdsourced data from xfire users, manual, requires using their windows program.
* Visavant
http://www.nwncore.net/ - he has agreed to partner with skywing, but has yet to launch, hoping he gets his server up.
* Neverwinterconnections is planning their own system, using hosts file edits like skywing is doing now, saying "so it's redundant", but technically this makes no sense as anyone choosing one or the other, disappears to the one not chosen, unless they also use another method in addition to hosts. This is the simplest method though for non technical users.
* Vault, there is a field to enter ip address ( manual )
My app which is still in development also will address some of the issues in its role of "handholding" the user to make things easier. ( Gamespy and launching is actually only in my app to facilitate version checking of the custom content the user has installed, so I can get the latest and greatest for that user ). I have quite a few experimental solutions though already in place ( patching the hosts file, registering with the API when you direct connect, listing the PW's and launching them with any required haks and files partially working )
Those using the NWN2 Client extender actually add servers to the list just by direct connecting, similar to xFire, adding this feature to NWNCX would really help round out what is listed.
I also did a php class, which I can send folks, which can help others know how to drop this into their apps, or easily add a register feature to their systems. ( has example raw headers which should help people recreate in other languages too.
Modifié par painofdungeoneternal, 04 mars 2013 - 08:38 .