Skip to content

Multiplayer

Rufus Pearce edited this page Nov 11, 2025 · 20 revisions

Basic Multiplayer functionality has been implemented as a plugin (plugins/multiplayer ) and can be enabled via the Plugin manager

source: https://github.com/ViciousSquid/Dosidicus/tree/2.4.4_stable/plugins/multiplayer

When Multiplayer is enabled:

  • the client will search for and automatically connect to other running networked clients on LAN

  • Squids can leave their tanks via an edge and appear in other tanks where they may attempt to steal decorations and bring them back as trophies

  • Squids will automatically return home after a random duration (between 1 and 5 minutes)

  • Supports UDP(default) or TCP/IP via toggle

  • 'Dashboard' is included to see connected clients

  • Experimental work in progress

Clone this wiki locally