Geopopos - Gaming
Geopopos - Gaming
  • Видео 35
  • Просмотров 11 617
Further Understanding Of Composition in Godot 4
In today's video I am going to be extending on @uheartbeast tutorial on "Easy Composition In Godot 4"
You can find his original tutorial here: heartgamedev.substack.com/p/easy-composition-in-godot-4
I strongly advise checking it out before you proceed with this video!
What I'll be going over is how I implemented what I learned through Heart Beast tutorial and took it one step further to implement simple enemy AI movement.
Now why am I sharing this?
I feel too many times I find myself getting stuck in tutorial h3ll.
One thing I've found that allows me to escape that feeling of not knowing where to go next is taking what I learned and immediately implementing it.
So here it is!
Hope it helps!...
Просмотров: 508

Видео

Transform Videos to Blogs & Shorts with One Click: Discover Our Game-Changing Automation Tool!
Просмотров 4755 месяцев назад
Unlock the power of automation and elevate your content marketing strategy with our revolutionary tool that transforms your RUclips videos into blog posts and engaging shorts with just one click! This video gives you an insider's look at how to streamline your content creation process, saving you time and enhancing your online presence. 🚀 What You Will Learn: The capabilities of our new automat...
Go-High Level: Autofill Script for Surveys
Просмотров 93910 месяцев назад
Hey there, go-high level peeps! After receiving numerous requests, I've created a script that allows you to autofill addresses in surveys using go-high level. In this video, I'll demonstrate how the script works and show you how to set it up. You'll also find a link below where you can easily copy and paste the script into your high level surveys. So, let's dive in and make your life easier! vo...
Building a Conversational Appointment Setting Bot
Просмотров 21810 месяцев назад
Hey, y'all! In this video, I'll show you a variant of a voice appointment setting bot that I built. It has a conversation with me, finds availability on the go high level calendar, sets the appointment with the user, and sends a confirmation text. I'll demonstrate how it works in real-time. I'm facing two main issues: making the output sound more conversational and reducing latency. Watch the v...
Address Auto Complete Script for Go High Level Users
Просмотров 1,5 тыс.10 месяцев назад
Hey, all my go high level peeps! In this video, I'll be sharing a script that I created to auto complete addresses for teams using a claimant setter in Go High Level. This script makes it easy for your team to quickly and accurately enter street addresses for appointments. It provides options for address selection and auto completes the address, ensuring accuracy and efficiency. I'll also guide...
Improving Cold Email Outreach with Lang Chain and Open AI
Просмотров 47Год назад
Welcome to our RUclips channel where we specialize in Agency Automation and AI Automation Agency solutions. We are dedicated to helping businesses streamline their processes, generate more leads, and enhance existing leads. Our videos provide insights into the latest trends and strategies in AI automation for agencies, lead generation techniques, and lead enhancement methods. Subscribe to our c...
Dev Log #1: Enemy Combat System
Просмотров 128Год назад
Setting up my multiplayer game with a dedicated server in Godot. Using MultiplayerEnet. In this video, I will be discussing the enemy combat system I have created for my MMORPG being made in Godot. This system is designed to make combat with enemy NPCs possible. This currently works for one enemy type which is a bat, but I will be abstracting this system to be used with multiple different enemy...
Watch Me Make A Tic Tac Toe Game In Godot Using AI
Просмотров 497Год назад
Watch Me Make A Tic Tac Toe Game In Godot Using AI
Updated Account Creation System
Просмотров 128Год назад
Updated Account Creation System
Devlog #0.5: Setting Up My Multiplayer Game
Просмотров 843Год назад
Devlog #0.5: Setting Up My Multiplayer Game
My New Multiplayer Godot Game With A Dedicated Server
Просмотров 926Год назад
My New Multiplayer Godot Game With A Dedicated Server
Adding Multiple Lobbies To Godot TopDown Multiplayer Game
Просмотров 696Год назад
Adding Multiple Lobbies To Godot TopDown Multiplayer Game
Welcome To My Channel and Drone Talk
Просмотров 4997 лет назад
Welcome To My Channel and Drone Talk

Комментарии

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

    Does it also target the country field I think it does not as it is not doing that on my side

  • @jamesthomas4621
    @jamesthomas4621 2 месяца назад

    Can you help me for some reason when I put the code in when I start typing the address in the address bar turns grey and freezes, not sure what I’m doing wrong since the steps are pretty basic

  • @cliffordmpaulick
    @cliffordmpaulick 2 месяца назад

    missing piece of instructions is to add the Google Maps script: <script id="gmaps-api" src="maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&loading=async&libraries=places"></script>

  • @JohnIKinnunen
    @JohnIKinnunen 2 месяца назад

    what if you want it to auto complete an address in a ghl form on the web?

    • @geopopos
      @geopopos 2 месяца назад

      I had that functionality working for a bit but after a ghl update it stopped working 👀

    • @JohnIKinnunen
      @JohnIKinnunen 2 месяца назад

      @@geopopos I found your other video on how to make it work with surveys. I put that code in there and it auto fills, but I haven’t tested it on a live site yet. Does it not save the address? I think I read that in another comment on your other video.

    • @geopopos
      @geopopos 2 месяца назад

      @@JohnIKinnunen Yeah there seems to be an issue for some accounts where it doesn't save properly and for others it does. This is a completely hacked work around that technically should not work in GHL, but does

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

    Thank you for sharing this but it doesn't seem to be working for us. It's pretty simple instructions but I must be missing something. Please help!

    • @EileenCostello-qe5zt
      @EileenCostello-qe5zt 2 месяца назад

      same here. did you ever get it working?

    • @Kriwo14
      @Kriwo14 9 дней назад

      It's also not working on my end..

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

    Do you have a link to your code?

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

    Did you get the latency fixed? It sounds good, except for that delay! Have you used AirAI, or something else?

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

      Yep! Leveraging a faster LLM and a faster Text to speech model

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

    Did you stop working on it?

  • @MathewTurnbull-im4nk
    @MathewTurnbull-im4nk 3 месяца назад

    could this be done in opportunity?

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

      Hey Mathew unfortunately not the implementation i built requires the address field that will leverage that maps api to render on page load

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

    Would love a tutorial on this or some guidance, I'm trying to even get this far in godot

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

    Do you have any tutorials or source on how to get the framework for this game setup? I can't seem to find any good guides

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

      What do you mean by the framework of this game?

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

      @@geopopos I just mean how do I get started making this

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

      @@DrezelRS an action rpg? Online multiplayer?

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

      @@geopopos Online multiplayer. I'm trying to figure out how to just make a simple scene where multiple scenes can connect

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

      @@DrezelRS I created this video a while back a video a while back on my youtube channel but it is in godot 3.5 Godot 4 has some new features like multiplayer spawner and multiplayer synchronizer that makes multiplayer a lot easier. I might come out with new tutorials this year, but have been mostly focused on my 2 businesses. I would advise checking out @Battery Acid Dev

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

    Hey, is this connected to your Maps API key? Im trying to connect my own to GHL. Is the code same?

    • @robd3895
      @robd3895 2 месяца назад

      Did you figure this out? I am trying to upload a Google Maps API key into my GHL for a car service business.

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

    I can help you with the code. contact me

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

    let me know if you need help! I can provide the code.

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

    This is amazing @geopopos. I added it to our agency but it doesn't seem to be working. Has it changed since you made this video?

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

    it doesn't work. it says "This page can't load Google Maps correctly.".. I have another code that works but it doesn't populate the other fields. So, i'm pretty sure i'm correct with the token

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

    Thanks

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

    I do this naturally, due to my attention deficit disorder.

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

      Yeah I feel like naturally i do too, but it actually becomes a undefined cycles of semi-productivity and semi-rest. I also feel a bit of guilt resting if I don't set a defined time for work and rest. But when I set a timer, or pull up a pomodoro video on youtube it creates that defined time and takes away my guilt from resting

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

      thanks for your comment i've never had to formally write down why this works for me and it just opened my mind a bit more

  • @TanNguyen-bk7br
    @TanNguyen-bk7br 5 месяцев назад

    thank you sir!

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

      Thanks for watching!

  • @m.irtashsohail6378
    @m.irtashsohail6378 5 месяцев назад

    Hey, there's an issue with the script recently, it was previously working fine on my end. Although you're able to still receive recommendations and populate the address when selected, the data disappears after saving the contact and reloading it.

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

      interesting, i'm not seeing that issue on my end. did you copy the code exactly? where did you save the code?

    • @m.irtashsohail6378
      @m.irtashsohail6378 5 месяцев назад

      @@geopopos Yup, I've copied the code directly and pasted it in Javascript section on agency level. It suggests the address, the address gets autofilled, but when I hit save and reload the contact it doesn't appear.

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

    Hello how can i contact you to set up this for my bussines?

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

      Hey if you're looking for custom AI Integrations for your business that would be through my company forcemultiplied.ai/ feel free to reach out to me on Facebook to discuss further facebook.com/george.roros/

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

    How do you make a clickable google map link/widget in the contacts area?

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

      Hey Joshua, not sure what you're asking for there. Can you elaborate?

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

      @@geopopos Some GHL setups in the "contact" area have a Google Map widget above that property address that clicks out to a map

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

      @@originaljoshuabryant yes I've seen that as well. I'd love to have for google maps and zillow

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

    Hey, I just installed the code and it is not working in my end. Do you have any idea of what I can be doing wrong? Thank you for the video!

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

      Hey Dayan, are you getting any errors in your browsers console?

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

    Awesome!

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

      Thanks!

  • @advancedassociates9922
    @advancedassociates9922 6 месяцев назад

    This is great! If you can get the 'time lag' shortened it will be 'very natural'.

    • @geopopos
      @geopopos 6 месяцев назад

      thank ya!

  • @AdminAccount-w8x
    @AdminAccount-w8x 6 месяцев назад

    Is it the same for forms?

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

      Unfortunately not :(

  • @rmblocker
    @rmblocker 6 месяцев назад

    Hi. Were you able to get this working?

    • @geopopos
      @geopopos 6 месяцев назад

      Hey! i ended up moving away from ghl for something with quicker page load speeds and more customization options

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

      @@geopopos What did you move to?

  • @danielvalera8847
    @danielvalera8847 7 месяцев назад

    Really Nice, Thank you !

    • @geopopos
      @geopopos 7 месяцев назад

      Of course :)

  • @rmblocker
    @rmblocker 7 месяцев назад

    Did you ever get your script to work. This script supposedly works but dumps everything into the Address field and not split up. Maybe you can check it out to see if it holds and then add some of your script to it to separate the fields propertly. See snippet below: <script type="text/javascript" src="maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&libraries=places"></script> <script> var input = document.querySelector('input[name="address"]'); var options = { types: ['address'] }; autocomplete = new google.maps.places.Autocomplete(input, options); autocomplete.setFields(['address_component']); autocomplete.addListener('place_changed', fillInAddress); function fillInAddress() { var address = document.querySelector('input[name="address"]') var e = document.createEvent('HTMLEvents'); e.initEvent('input', true, true); address.dispatchEvent(e); setTimeout(function () { document.querySelector(".pac-container").style.display = "none" },1000) } </script>

  • @haskine
    @haskine 7 месяцев назад

    Bro - you are a beast! Nice work.

    • @geopopos
      @geopopos 7 месяцев назад

      Thank ya!

  • @rmblocker
    @rmblocker 7 месяцев назад

    Great job.

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

      Thanks for the visit

  • @youngviccc
    @youngviccc 7 месяцев назад

    does this work in the app also?

    • @geopopos
      @geopopos 7 месяцев назад

      I don’t believe so

  • @BelieverStarcraft
    @BelieverStarcraft 7 месяцев назад

    Hmm For whatever reason can't seem to get it to populate followed these steps exactly lol.

    • @geopopos
      @geopopos 7 месяцев назад

      Updates coming

  • @yicksonramirez8080
    @yicksonramirez8080 9 месяцев назад

    Great I wait for more videos 😊

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

      I've unfortunately chased the AI fad down a rabbit hole and took a hiatus from game dev 🫢

  • @David-bc1tw
    @David-bc1tw 9 месяцев назад

    Im having issues with the script. I get it to autofill but when i submit the entire form erases and only submits the number i initially put in.

    • @geopopos
      @geopopos 9 месяцев назад

      My team noticed the same thing this week. working on a fix now!

    • @webuyhousesin
      @webuyhousesin 9 месяцев назад

      @@geopopos I am getting this also. Did you get it figured out?

    • @geopopos
      @geopopos 9 месяцев назад

      @@webuyhousesin nope ghl support just said they couldn’t do anything about it and closed the ticket

    • @webuyhousesin
      @webuyhousesin 9 месяцев назад

      uuug ggg figures. thank you!@@geopopos

    • @odigoleads
      @odigoleads 8 месяцев назад

      Were you ever able to find a work around for this? I have real estate clients and having auto fill for address would be super nice. @@geopopos

  • @SeyfNasr
    @SeyfNasr 9 месяцев назад

    I just messaged you on FB because I have been STRUGGLING. Can you help? I keep running into errors

    • @geopopos
      @geopopos 9 месяцев назад

      For sure my dms have been slammed message me again

  • @luminamediallc
    @luminamediallc 9 месяцев назад

    Thank you

    • @geopopos
      @geopopos 7 месяцев назад

      Of course!

  • @ShredSchool1
    @ShredSchool1 10 месяцев назад

    boss!

    • @geopopos
      @geopopos 10 месяцев назад

      Thank ya

  • @HookedGrip
    @HookedGrip 10 месяцев назад

    I've been struggling to configure this but for a address field in a Go High Level Survey. Any advice or would you be able to point me in the right direction?

    • @geopopos
      @geopopos 10 месяцев назад

      Thanks for reaching out! I’ve had quite a few requests for this and will be releasing a RUclips video this weekend 💪

    • @HookedGrip
      @HookedGrip 10 месяцев назад

      Awesome I really appreciate that! @@geopopos

    • @jumpcontact2472
      @jumpcontact2472 9 месяцев назад

      @@geopopos Any news on how to do this for Surveys?

    • @geopopos
      @geopopos 9 месяцев назад

      @@jumpcontact2472 I released a video on that but I need to make an update go high level deletes the autofill on submission

    • @hiah3937
      @hiah3937 6 месяцев назад

      @@geopopos I am also stuck on GHL deleting the autofill on submission in my survey. Are you releasing a video on that soon? Btw thanks for this video. Becoming a new sub

  • @MrJunioSmith
    @MrJunioSmith 11 месяцев назад

    Nice man Brasil 🎉

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

    We all do that if you dont do that tou won't learn anything

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

    If this work i will subscribe from all my accounts and like all of your videos and comment

    • @geopopos
      @geopopos 10 месяцев назад

      Did it work for you XD

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

    YOU KIDDING ME I BEEN SEARCHING FOR THIS TUTORIAL FOR MONTHS

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

    Bro this is fucking 🔥. 10/10 need this for my biz

    • @geopopos
      @geopopos 10 месяцев назад

      dillon appreciate that! let me know if you want to connect and we can set it up

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

    Would this be efficient really for handling huge traffic? I doubt that, i come up with a solution where you can create multiple sockets and each socket handle x amount of clients and lobbies/rooms when a player tries to create/join a lobby publicly or with code the server then retieve the socket info related with that and sends it back, the client disconnects from the master server and connects to that socket and now his actions can be processed etc, and ofc I'm using a new thread for each socket, what do you think about this ?

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

      Can you share the link for this solution?

    • @geopopos
      @geopopos 10 месяцев назад

      No it would be terrible at handling high volumes of traffic XD

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

    That's nice, I'm doing platform multiplayer game too and I would like a tutorial to show us how to receive the animation of the other player throw the server. I also like how you use the screen on the server to see all players connected. Usually people doesn't use the interface on the server.

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

      That's awesome let me know how that goes :)

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

    Thank you so much for the tutorial, is the only video I found about multiple lobbies. Sorry for asking, but could you do en extra edit of this tutorial so you can choose the lobby where you want to connect ? In case you want to play with a friend and not with random people. Anyway thanks again for the tutorial !!

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

      This code is a bit old but if I can find it for sure I’m happy to

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

      ​@@geopoposcan you please update the code i know you updated it in github but please please make a tutorial

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

    efficient solution, I had several days looking for this, thank you very much for taking the time to make this tutorial

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

    Nice work!

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

    burnout

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

      What? 😂

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

      @@geopopos If your working on something every single day, it can make you burnt out, it's ok to take breaks<3

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

      @@AlternateJelly I thought you were calling me a burnout 😂 I was hurt

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

      @@AlternateJelly Maybe. I believe burnout is completely made up, and an excuse used to allow yourself to take a break from achieving your dreams. even when you're feeling low, putting in 5 minutes a day won't kill anyone. One of my favorite quotes, is you can make excuses or you can make progress. BUT we all are entitled to different opinion on this earth 💪

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

      @@geopopos I appreciate that you respect others opinions :) I believe burnout is real and can make you feel really down, to the point where you start hating what your doing.