dimspell / gladiator

Interface to play the Dispel Multiplayer game
Other
2 stars 0 forks source link
dispel dispel-multi fyne golang multiplayer-game-server

Gladiator

This repository is a monorepo that contains multiple projects that helps to play a Dispel Multiplayer game.

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