How to get Voice Chat in GDevelop - Full Guide

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

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

  • @LemunDev
    @LemunDev 5 месяцев назад +2

    SHEESH BEEN WAITIN FOR THIS TUTORIAL !!

  • @arohanray2958
    @arohanray2958 5 месяцев назад +1

    Yes!! Finally a tutorial of voice chat... i needed this tutorial for years

    • @TheGemDev
      @TheGemDev  5 месяцев назад

      Glad it was helpful!

  • @yonkoibra975
    @yonkoibra975 5 месяцев назад +1

    Please keep going with gdevelop tutorials ty

  • @justNur_
    @justNur_ 5 месяцев назад +1

    COOL, THANKS ❤❤❤❤❤❤❤

  • @luizmattos9031
    @luizmattos9031 5 месяцев назад +1

    Cool. Very interessant

    • @TheGemDev
      @TheGemDev  5 месяцев назад +1

      Glad you think so!

  • @sviluppiamomaccheroni
    @sviluppiamomaccheroni 5 месяцев назад +1

    Simply WOW

  • @FunkyCatt
    @FunkyCatt 5 месяцев назад

    Hey i find ur tutorials really good and helpful can u keep making them and can u do a tutorial on how to make an npc dialogue chat bubble ( similar to the one from the game super cat tales ) i need it for my project ty

  • @juneru2
    @juneru2 5 месяцев назад

    So cool!! I'm curious, is it possible to change the voice volume during gameplay so it can be proximity voice-chat?
    (like voices getting quieter the further you're away from them)

  • @ESEGAME-Dev
    @ESEGAME-Dev 2 месяца назад

    can this work with THNK ? if yes
    should i put the "initialize call" action on "server code should run" condition ?
    and "join a call" action on the "a client has connected" condition ?

  • @VictrisGames
    @VictrisGames 5 месяцев назад +1

    Wow, I had no idea this could be done!
    Should the "Join a voice call" action use a TriggerOnce condition? I'm worried it's going to try 60 times a second (before it changes scenes).

    • @TheGemDev
      @TheGemDev  5 месяцев назад +1

      Glad you found it interesting. No, it's not needed, in the extension, i have a condition that check if a message was received from other players. That action is only true for one frame. so it's not going to do it 60 times.

    • @VictrisGames
      @VictrisGames 5 месяцев назад +1

      @@TheGemDev Thanks, that is great!

  • @Коробка-м9т
    @Коробка-м9т 4 месяца назад

    Nice work! But how to control player volume and change microphone? Is it actually possible? I wondering to make proximity voice chat for my game. I like your tutorials.

  • @naderb102
    @naderb102 5 месяцев назад +1

    thank you ,nice work, but I have a question and I think there is a problem.. If there is more than one lobby and each lobby has 4 players, won’t he bring them all together with one call even though they are not in the same lobby and this is a problem.. That is, he will not separate each lobby with a call alone, right??

    • @TheGemDev
      @TheGemDev  5 месяцев назад +1

      No. The extension works by sending the ID of players to other players in that lobby. Players in other lobbies won't receive the ID from a player in another lobby. You should end the call when going back to the lobby.

    • @naderb102
      @naderb102 5 месяцев назад

      @@TheGemDev Oh, this is great. I will start testing it..But I think we need a condition (a player has joined the lobby) so that we can start a call in the lobby while the players are waiting before the game or the lobby starts. This would be nice. Also, if you could add events to mute and unmute the sound, whether my voice or the sound of the players in the lobby with me, that would be very cool. It will enable us to add a button to control this in case I do not want my voice to be heard all the time or only to be heard when I press a button on the keyboard to speak...or if there is one of the players whose voice is annoying or cursing and I want to mute his voice...and perhaps control the volume level, but it is not as important as the first one. Sorry, I asked for too much. It may be considered a lack of appreciation for your wonderful work and effort. Sorry

  • @Playsomegames19
    @Playsomegames19 5 месяцев назад +2

    Can you make video for how to make own
    extension

  • @kidonyoutubeyt
    @kidonyoutubeyt 4 месяца назад

    Does this only work for web games, or will it function the same for desktop ones?

    • @TheGemDev
      @TheGemDev  3 месяца назад

      Yes only web games at the moment.

  • @Desert55696
    @Desert55696 5 месяцев назад

    Can You Make a Tutorial For 3D Medieval Game in GDevelop ?

  • @ZeeZoneZA
    @ZeeZoneZA 5 месяцев назад +3

    where's the extension?

    • @TheGemDev
      @TheGemDev  5 месяцев назад +2

      Link is in the description of the video.

    • @ZeeZoneZA
      @ZeeZoneZA 5 месяцев назад

      @@TheGemDev thanks

  • @Cartoonbooi
    @Cartoonbooi 4 месяца назад

    Hey give link this app express

    • @TheGemDev
      @TheGemDev  4 месяца назад

      www.expressturn.com/

  • @DefenDefault5
    @DefenDefault5 Месяц назад

    idk why it is not working :(

  • @Ajthingsandsuch
    @Ajthingsandsuch 3 месяца назад

    this simply doesnt work

    • @TheGemDev
      @TheGemDev  3 месяца назад

      Could you please provide details about the issue you encountered with it?

    • @Fenix-p2BR
      @Fenix-p2BR 2 месяца назад

      @@TheGemDev It didn't work for me either, I did exactly what you did in the tutorial but for some reason nothing happens

    • @LevelUpWithAlex
      @LevelUpWithAlex Месяц назад

      I am also having this experience. Perhaps in the newest builds of Gdevelop its broken?
      On Current build, cant seem to get it to function.