-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server list syncing #4
Comments
After working on this for a bit I have a simple prototype running that does (mostly) what it's expected to do.
So far only one function has to be hooked exclusively and rewritten: The main issues I found so far:
It's far from being ready to be released but I thought I should inform of the progress and hopefully get some feedback. Mainly regarding what other functionality could be useful and how to deal with the current issues. |
Clean up NWNX_Administration & Update run-server.sh patch
Update CormyrDalelands branch to 8193.36-12
The ability to sync player lists between servers (and allow cross-server tells as if they were native) would be very useful to many major servers.
This will probably require a separate server binary which handled synchronising the player list and communicating cross-server tells and shouts. The flow being:
Rinse and repeat for disconnected users and for sending tell/shout messages.
Sync server must receive a heartbeat every seconds or it will trigger disconnect notification for that server's players to all other servers.
It's pretty complicated but up for grabs if anyone wants to work on something like this.
The text was updated successfully, but these errors were encountered: