Securing Your Games Network Connection in Godot 4.2!

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

КОМЕНТАРІ • 24

  • @schmo103
    @schmo103 7 місяців тому +1

    Wow! your timing is crazy. Keep up the work man!

  • @tamilcartoontv720
    @tamilcartoontv720 5 місяців тому +1

    Wow your videos are top tier..
    Pls update godot basics course which is uploaded 3 yrs ago.. for latest 4.2 version

  • @Asilhan
    @Asilhan 6 місяців тому

    Your videos are top-notch!

  • @mhd3ds
    @mhd3ds 7 місяців тому +2

    Please continue the multiplayer series!

    • @FinePointCGI
      @FinePointCGI  7 місяців тому +7

      I am!
      I have a user authentication system going right now. I wanted to do this tutorial first to go over the basics of encryption of data in transit before I talk about how to login.
      Currently on the WebRTC networking tutorials I want to have
      user login (that way you can save user information and have historical record of what has happened)
      lobby managment (like how to destory a lobby properly)
      hot joining (if a game is going and a player joins how does it handle it)
      how to transition between scenes
      how to pause your game remotely
      possibly a character selection screen though that may be a two parter how to make one then how to make it multiplayer
      I still want to do my elo system for the shooter i have that done but ive tried to explain it and the entire turorial becomes a mess so thats a thing...

    • @Andserk
      @Andserk 7 місяців тому

      ​@@FinePointCGIhey man, your videos are top tier. I wanted to ask, because I haven't gotten around most of them. have you covered syncing data? like world data and states between players? like two players having access to a chest in the world and stuff. anyway, keep up the good work!

  • @Namynnuz
    @Namynnuz 7 місяців тому +2

    A public key is used for encryption, while the private key can both encrypt and decrypt. The public key is derived from the private key.

  • @will7466
    @will7466 7 місяців тому

    Finally. I don't just like this I ❤ it

  • @notmousasalloum
    @notmousasalloum 7 місяців тому

    hey amazing videos!But i rlly liked the vidoo that you show how to deploy admob to godot.For me sadly,i use the latest version of godot.So it did not work,i even tried using a new admob file .But i did not umderstand anything!Like theres no costume build i had to clicl use gradle build and then when exporting lots of errors came up.Besides,you promised you would do an admob video of you using real admob ad units.Do it but with godot higher than 4!

  • @meezi2987
    @meezi2987 7 місяців тому

    Can you make video about rpc?

  • @Matthew_Fog
    @Matthew_Fog 7 місяців тому

    I heard that peer to peer isn't quite safe. Wouod this improve it's safety? If not, how would you go about making peer to peer safe? ( I heard it's easy for hackers to find players ip address in unprotected peer to peer games )

    • @FinePointCGI
      @FinePointCGI  7 місяців тому +2

      It will improve safety in the sense that the data thats going between the computers is now unable to be modified and read. However there really isnt a way to "hide" the users ip unless you go to a hub and spoke model which means it would have to have a central server that relays everything.

    • @Matthew_Fog
      @Matthew_Fog 7 місяців тому

      @@FinePointCGI aaah ok, thank you!

    • @jlebrech
      @jlebrech 7 місяців тому

      @@FinePointCGI what would you use for the hub? some kind of liteweight code written in rust or go or would you still make it in gdscript?

  • @jasonwilliams8730
    @jasonwilliams8730 7 місяців тому

    👍

  • @fer6010
    @fer6010 7 місяців тому +1

    Very nice and didactic. Certification and encryption is somehow a very ugly topic to learn, may be because nobody explains it clearly. Everybody seems to sound cool and technical about it, like it was some kind of black magic, only suitable for high-intellect people or something. I know is a bit convoluted, made for serious things and people who know what is dealing with, but when it is explained the right way (like this channel), you get it fast, and for good.

  • @darknetworld
    @darknetworld 7 місяців тому

    Skipping... stuff would public key be sniff when access to server when send to client? Later send to server to access.

  • @mars3142
    @mars3142 7 місяців тому

    That's great tutorial, but how can I use Let's Encrypt for key generation, so it's not a self signed.
    Is it possible to use the server with LE within a docker container?

  • @SKT802
    @SKT802 7 місяців тому

    Perfectly explained. Keep up the good work!

  • @kristenhawkins5453
    @kristenhawkins5453 7 місяців тому

    Welcome💙 🧡🙏🏼

  • @gderuki
    @gderuki 7 місяців тому

    Thanks

  • @uphillway5208
    @uphillway5208 7 місяців тому

    Mitch, thank you for the tutorials, they are very detailed and informative, keep up the good work, you are the best!