Skip to content

Interface to play the Dispel Multiplayer game

License

Notifications You must be signed in to change notification settings

dimspell/gladiator

Repository files navigation

Gladiator

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.

Usage

  1. After Dispel Colosseum installation, open regedit.exe to find HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\AbalonStudio\Dispel\Multi and replace Server key with localhost 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

Troubleshooting

"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