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. AnubisCode
  3. Posts
  • Profile
  • More
    • Continue chat with AnubisCode
    • Flag Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

Posts made by AnubisCode

RE: MMORPG - V1.2.6

Hi @dpastorini good luck with your project! do you have a link to live demo?

posted in Showcase • 1 Apr 2019, 03:35
RE: client dont have session id when join with room id

show what you see in logs:

onJoin (client, options) {
console.log(client.id, client.sessionId);
}
posted in Questions & Help • 25 Dec 2018, 04:49
RE: Archnemesis.io

the link don't work for me :(

posted in Showcase • 6 Oct 2018, 08:11
RE: How to connect colyseus monitor In java script

no sure what you mean under "connect in java script"
but to see monitor you need open in your browser: http://localhost:3553/colyseus/

posted in Questions & Help • 22 Aug 2018, 10:40
RE: EntityMap iterator

@plyoung updated the code, yeah missed one thing.

posted in Questions & Help • 19 Jun 2018, 09:55
RE: gunfight.io

@umen we have 3 servers now (each droplet of DigitanOcean 1 vCPUs 1GB / 25GB Disk), each server can keep about 500-600 users, but it's depends on logic of your server.

posted in Showcase • 19 Jun 2018, 06:37
RE: EntityMap iterator
    players: EntityMap<Player> = {};

    ........
    //add players something like this 
    const player = new Player(client.sessionId);
    this.players[client.sessionId] = player; 

    ........

    for (let sessionId in this.players) {
           this.players[sessionId].update();
    }
posted in Questions & Help • 19 Jun 2018, 06:31
RE: gunfight.io

@tyrus-shan Thanks!

posted in Showcase • 6 Jun 2018, 11:27
RE: gunfight.io

@crizzooo hi, thanks! for cliens side: PhaserJS. the art is made by my brother. :)

@Tyrus-Shan DigitanOcean, use my referral link to get free $10.

posted in Showcase • 6 Jun 2018, 05:13
RE: Colyseus Client for Unreal Engine

hi, for now that's no possible to do. here on github, you can follow the discussion.

posted in Links & Resources • 20 Apr 2018, 05:46
RE: gunfight.io

Beta 2.04 update:
Christmas Event! Hit 200 enemies and get you reward: Santa's hat!

posted in Showcase • 27 Dec 2017, 10:37
RE: run Colyseus on Windows 10 [SOLVED]

@endel thanks!

posted in Questions & Help • 27 Dec 2017, 10:25
RE: Making a loby

hey @Bfglix what do you mean under the lobby ? in gunfight, I just use rooms.

posted in Questions & Help • 11 Dec 2017, 17:23
RE: run Colyseus on Windows 10 [SOLVED]

after installing all this, run:
npm rebuild uws

I can't remember exactly what helped me from this list :) but after this command, I solved my issue after this line..

posted in Questions & Help • 11 Dec 2017, 13:46
run Colyseus on Windows 10 [SOLVED]

got the error:
Error: Compilation of µWebSockets has failed and there is no pre-compiled binary available for your system. Please install a supported C++11 compiler and reinstall the module 'uws'

system:

  • Windows 10 Version 1709 x64
  • Node 8.9.1
  • Visual Studio 2017
  • Visual Studio C++ core features
  • VC++ 2017 v141 toolset
  • Windows 10 SDK 10.0.14393.0
  • Universal CRT SDK

also this tool:
windows-build-tools

nothing help :(

does anyone work on Win10?

posted in Questions & Help • 11 Dec 2017, 10:46
gunfight.io

Hi Everyone,

GunFight.io - original HTML5 multiplayer game. Select your team Counter-terrorists or Terrorists and have fun!

^__^

Play

Any suggestion and feedback are welcome.

posted in Showcase • 18 Oct 2017, 11:57

© 2023 Endel Dreyer