Navigation

  • Recent
  • Tags
  • Users
  • Search
  • Login
Colyseus
  • Login
  • Search
  • Recent
  • Tags
  • Users

Documentation GitHub

We're migrating to GitHub Discussions. This forum does not accept new registrations since April 6, 2023.
  1. Home
  2. seiyria
  3. Best
  • Profile
  • More
    • Continue chat with seiyria
    • Flag Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

Best posts made by seiyria

RE: Sync part of state with only one client

Right now you are not able to. You can, however, client.send() specific parts to specific clients so the knowledge remains private.

posted in Questions & Help • 23 Feb 2019, 20:12
Land of the Rair

Hey folks!

I've been working on a multiplayer rpg using colyseus. You can find it at https://rair.land. It's pretty old-style, and it currently looks like this:

alt text

I make use of colyseus by making each room correspond to a map in the world. That way, empty maps aren't loaded or taking any resources. Rooms with fewer players will still take fewer resources than a normal, populated one, since anything not near a player slows down significantly. The loot on the ground is persistent, same with boss timers, so you can't cheat the system.

posted in Showcase • 18 Oct 2017, 18:49
RE: Restore room handlers after server restart

One thing you can do is set room.autoDispose to false, which will let it keep going after all users have disconnected.

posted in Questions & Help • 18 Jan 2019, 22:52

© 2023 Endel Dreyer