[Multiplayer] Ue4 Advanced Sessions Team Selection with Custom Spawns

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 16

  • @jongofett2343
    @jongofett2343 Год назад

    Amazing work man, truly amazing.

  • @AZTolls
    @AZTolls 3 года назад

    vert Nice tutorial keep going ❤️

  • @rickfreiberg39
    @rickfreiberg39 2 года назад +1

    Thank you for the tutorials. Everything works great. Was wondering if you could do something with a character selection at the lobby level. I have 6 different characters I would like to choose from at game start. I've looked and can't seem to find a tutorial that works well in multiplayer. Thanks again !!!

  • @lmbits1047
    @lmbits1047 2 года назад +1

    So in this case you don't have the lobby menu and instead you show the team selection only? Everything up until this videos was butter smooth but somehow this one is even though easy to understand I can't get it to work I guess is because you got more stuff done in the same project and it can become confusing. The thing that doesn't work is spawning to the right location for each player. Yours doesn't spawn anyone and only the camera moves. Is it a first person character? Mine doesn't even move to the right CustomSpawn location.

    • @0rb1tal16
      @0rb1tal16  2 года назад +1

      sorry for the confusion, my character's hands are not seen unless free looking or running, as far as spawning to the correct location there is no fault I have found, if there are spawns found then it sets the bool to true and allows spawning to happen, if it cannot find spawns then it will not allow the spawn to happen, if you can message me on discord I can help work you through it

    • @lmbits1047
      @lmbits1047 2 года назад

      @@0rb1tal16 Will do tomorrow. Thanks.

  • @UltraMonS12
    @UltraMonS12 2 года назад

    How Can I change the skeleton mesh with the change of team

  • @Ali-1992
    @Ali-1992 2 года назад

    How can I make a player enter the A team?For example, I have an A and B team. I want to make the player enter randomly with one of these teams, how?

  • @thobbern
    @thobbern 2 года назад +1

    Hi, did you test this as a client too? I have tried to do something similar, but it seems to only work if you are the host choosing a team. This is most likely due to the gamemode only calling functions on the server. So if you call "Spawn Player" through UI-widget as a client playercontroller it will not do anything, im trying to fix this problem myself. Tell me if you have a solution :D

    • @emirisik
      @emirisik 2 года назад

      Hey, 2 months late but I faced the same problem. What I did to fix it was change TeamSelected function in the PC to run on server. Hope it helps!

    • @kornyDoesVFX
      @kornyDoesVFX 2 года назад

      im having the same Problem, if you found a fix please let us know!

    • @kornyDoesVFX
      @kornyDoesVFX 2 года назад

      ok vmnd, just set the Team selected function to Run on Server aswell!

  • @mael8407
    @mael8407 2 года назад

    that works on UE5?