how to make gdevelop multiplayer (EASY TUTORIAL)

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ต.ค. 2024

ความคิดเห็น • 12

  • @AeroZone
    @AeroZone 2 หลายเดือนก่อน

    Nice video mr kravataf but i just wish they allowed three lobbys for free instead of one. If your game gets popular and there is only one server then alot of people cant play

    • @kravataf
      @kravataf  2 หลายเดือนก่อน

      @@AeroZone if you have gdevelop premium then you get unlimited servers

    • @AeroZone
      @AeroZone 2 หลายเดือนก่อน

      @@kravataf I know but I just wish there were one or two more lobbys for free. I have no money 😐

    • @kravataf
      @kravataf  2 หลายเดือนก่อน

      @@AeroZone well maybe then you could make multiplayer using the THNK framework which allows unlimited amount of players playing at the same time (depends on what adapter to use) the only problem is theres literally almost no support/documentation for it + its a little bit less smooth than the official one... heres link if you want to try it out thnk.cloud

    • @AeroZone
      @AeroZone 2 หลายเดือนก่อน +1

      @@kravataf oh dang. Ive already started my game using the in built multiplayer. That's tough 😭

  • @SweetTea14
    @SweetTea14 2 หลายเดือนก่อน

    Can you make a tutorial for a 2d platformer ragdoll? Thank you.

    • @kravataf
      @kravataf  2 หลายเดือนก่อน

      @@SweetTea14 you mean that the player will be physics based and move arouns using legs not by updating position?

    • @SweetTea14
      @SweetTea14 2 หลายเดือนก่อน +1

      @@kravataf like how gang beasts and human fall flat do it but as a 2d platformer

    • @kravataf
      @kravataf  2 หลายเดือนก่อน

      @@SweetTea14 i could try look into how to make it, but im currently busy working on other project so after im done with that i can try and make gang beasts styled player controller :)

    • @SweetTea14
      @SweetTea14 2 หลายเดือนก่อน +1

      @@kravataf oh thank you and good luck with your project!

  • @CokieTutorials
    @CokieTutorials 29 วันที่ผ่านมา +1

    how dare u do it this way. thats not how u do it... u have 1 player object and u create one when a player joins then the player takes ownership of that object

    • @kravataf
      @kravataf  29 วันที่ผ่านมา

      this is the easiest way to do it using the official multiplayer. but i do use the technique as u said when using THNK