Nickel's Forum Posts

  • 5 posts
  • ...I can't be the only one?

    ... you don't because i try to do the same

    I work on a Open World Sandbox MMO with one big map (outworld) and a housing system (player can build and own) and even more. It works with a lot of workarounds. For example: to simulate the houses i open for each house a new tab in browser, the player on the outworld get disconnected from it and auto join the new created room. If no one is in the room after some minutes the "room" - tab close automatically to save server ressources. I have a dedicated Windows Server (2008R2) with Google Chrome and a master host for all rooms so that should be no problem.

  • Closing, it seems to work OK here, and your report needs to follow the guidelines for it to be investigated. Note we did not make any changes at all to the multiplayer engine in r198 so this is more likely to do with networking issues.

    It cant be a networking problem because it onlys happens in version R198. I reinstall version R197 and both multiplayer projects works fine for me.

    And no, i don't use any 3rd party plugin in the multiplayer realtime example.

  • Hi Guys,

    for my multiplayer project i need a context menu. It should show a menu with submenus if i click on a object for example. I found something like this on http://ignitersworld.com/lab/contextMenu.html. I dont know much about javascript. I am willing to pay if someone could help me.

    Thank you! <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy">

  • Problem Description

    In version R198 peers does not create anymore or only if i switch to host windows. If i switch back to peer windows i can move the peer but it will removed after some seconds from screen.

    I tested it with my multiplayer project and the official multiplayer example. On version R197 both works fine for me.

    Sorry for my bad english.

    Screenshots

    R198

    R197

    Affected Browsers

    • Chrome: (YES)
    • FireFox: (YES)
    • Opera: (YES)

    Construct 2 Version ID

    R198

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • hi,

    if i try to call "System.GetToken("test1,test2", 2, ",")" with Python it always says "TypeError: NoneType object is not callable". i have test some different variants but it does not work. always the same error. i use construct 0.99.91.

  • 5 posts