This repository is a monorepo that contains multiple projects that helps to play a Dispel Multiplayer game.
- console - A main server handling the state preservation and communication with the clients.
- backend - A backend server that handles the commands send by the
DispelMulti.exe
. It exchanges the data with the console. - launcher - A launcher for the game. It is a GUI app that is responsible for resolving all problems with interconnecting the game, the console and the backend.
- After Dispel Colosseum installation, open
regedit.exe
to findHKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\AbalonStudio\Dispel\Multi
and replaceServer
key withlocalhost
as a new value.
- HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\AbalonStudio\Dispel\Multi\Server dispel.e2soft.com
+ HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\AbalonStudio\Dispel\Multi\Server localhost
"An attempt was made to access a socket in a way forbidden by its access permissions."
Restart of the Host Network Service on Windows might fix this error. Open an elevated (with admin permissions) Command Prompt and run:
net stop hns
net start hns