multiplayer game use state machine for our server to make game in gamemaker studio

Поділитися
Вставка
  • Опубліковано 7 лис 2024

КОМЕНТАРІ • 9

  • @TEHSOULREAPER
    @TEHSOULREAPER 9 місяців тому

    I already branched off from your videos to make my own stuff, but i came back as i really enjoy watching these and seeing how you do things. I kind of made my own state machine but seeing how you set things up just feels much cleaner to me and these videos are still really valuable. I hope you come back to making game maker videos and make a series about a huge project/code a project live on stream, would be really cool to see you build something like a tech demo for like a topdown mmorpg or something in gamemaker

  • @Secret21bobby
    @Secret21bobby 2 роки тому +4

    How does the server detect a disconnect?

    • @navidrct
      @navidrct  2 роки тому

      We will check the player state update . If it wasn't updated for a minute for example we will delete that player from server

  • @jaakkawinterroadofficial
    @jaakkawinterroadofficial 2 роки тому

    nice videos very helpful to understand connection to node js. i got server, but why you want use two servers? send and return data? are this problem if i use same server both?

  • @no_name4247
    @no_name4247 2 роки тому +3

    *Server and Client the best theme on gms2! You need build server and gms2 client. Ant put them on host*

    • @navidrct
      @navidrct  2 роки тому +1

      You just run node js code on host

  • @JasperCrow
    @JasperCrow 2 роки тому +3

    *BEST!*

  • @gamepatty
    @gamepatty Рік тому

    I can send data to the server, but I can't make the server send data to the GM. The async event is not receiving any data, and I'm getting a null error in the server. send