Navigation

    Colyseus
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Users
    1. Home
    2. tomtom
    T

    tomtom

    @tomtom

    Chat Follow Unfollow
    0
    Reputation
    1
    Posts
    655
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    • Profile
    • More
      • Continue chat with tomtom
      • Flag Profile
      • Following
      • Followers
      • Topics
      • Posts
      • Best
      • Groups
    tomtom Follow

    Posts made by tomtom

    RE: Construct 2 porting

    this is excellent plugin,

    however how can I change the "END POINT" property ( URL of Colyseus srv) from the C2 script itself,
    now url needs to be hard coded through properties dialog which makes it very difficult to run both
    debug and release versions of game, there is a need to contact two different servers.

    It would be very handy feature to give the server URL as parameter to Colyseus.Connect( any server name here)
    instead of editing xml file by hand:

    <instance type="Colyseus" uid="3">
    <properties>
    <end-point>wss://srvnamehere</end-point>
    </properties>
    </instance>

    posted in Links & Resources •