RTS Game - Adding Unit Resource Costs & Tooltips

Sdílet
Vložit
  • čas přidán 26. 03. 2022
  • In this episode we'll introduce unit resource costs and enforcement of those costs when players try to produce units. We'll also add mouse-over tooltips for the unit production buttons to show the player basic information about each unit and the resource costs to produce it.

Komentáře • 42

  • @ZaynNaz
    @ZaynNaz Před rokem +26

    Hope you bring this series back one day! It was really good!

    • @Mr_Tummy
      @Mr_Tummy Před rokem +2

      Yes please consider continuing this, I'd like to see AI combat as a topic

  • @LFA_GM
    @LFA_GM Před 4 měsíci +2

    Thank you so much for this series. You've presented a great foundation for RTS games. I look forward to seeing your next iterations. Keep up the good work.

  • @mellobello74
    @mellobello74 Před rokem +4

    Dear Jon, I hope you continue the RTS series. I learned so much from you in a short time and I think your fans are waiting for you here. Please come Back 😘🎉

  • @topgear2019
    @topgear2019 Před rokem +3

    Would love to see a continuation of this series, it has been incredibly helpful!

  • @mathiasjohansson3538
    @mathiasjohansson3538 Před 4 měsíci

    Thanks so much for this! I've been a RTS enjoyer my whole life and even if my project won't amount to anything it's been a delight to experience these RTS-elements emerge piece by piece. It almost seemed like a good game already just waiting for these resource collectors as I decided to call them, gradually pile up these 10 worth of essences to macro up even resource collectors!

  • @FreQtik
    @FreQtik Před rokem +1

    It was a pleasure learning from you, I had a sometimes hard and in the end great time and learned a lot.
    Thank you, you are a great teacher !
    Your teachings are highly appreciated!
    If you ever pickup this series again, building buildings from/with units and automatically attacking tower would be superinteresting to learn!

  • @buystander
    @buystander Před rokem

    Dear John, I hope you continue this RTS series. I learned a lot from this. Thanks

  • @mikepainter2399
    @mikepainter2399 Před 5 měsíci

    Please continue, the interest is there! Would love to learn more with you 👍

  • @itanocircus2077
    @itanocircus2077 Před 8 měsíci

    Thanks for making this tutorial Jon and congratulations to everybody that made it this far!

  • @shonen991
    @shonen991 Před 3 měsíci +1

    Just finish the video. Thanks for the tutorial. Hope there's more eventually.

  • @franklingamedev
    @franklingamedev Před 10 měsíci

    Jon, thank you for this amazing series!! You are the best!

  • @user-ku5ix2tb8f
    @user-ku5ix2tb8f Před měsícem

    Hi Jon, I hope you continue the RTS series. AI combat is vital for RTS games.!!! Your fans are waiting for you here. Please come Back

  • @Ftradorex-oficial
    @Ftradorex-oficial Před rokem

    Thanks a lot. I'm learning to do a RTS game, hope you help me with more tutorials.

  • @Analpirat95
    @Analpirat95 Před 9 měsíci

    Please continue this Tutorial series it is really great!

  • @yudiarsana5383
    @yudiarsana5383 Před rokem +1

    Thankyou for the tutorial Jon i hope you bring back this series soon
    :((

  • @sorane8910
    @sorane8910 Před 8 měsíci

    I love those tutorial, I hope that you will continue to make new one !

  • @RTSEnjoyer
    @RTSEnjoyer Před rokem

    Thank you very much for making such an excellent tutorial ,really hope to see more content like ai combat, build building with units and upgrade for units can be added to this series.

    • @RTSEnjoyer
      @RTSEnjoyer Před rokem

      By the way, could you tell me where I can go if I want to continue learning more about making RTS games?

  • @user-mq6vf9nu8c
    @user-mq6vf9nu8c Před 2 lety +2

    so interesting keep it up plz

  • @MTMAJORGAMING
    @MTMAJORGAMING Před rokem

    Hey Jon! Thanks for the tutorials. Can you make one where we can see how to build more buildings? thast really the only thing thats missing.

  • @enzogenovesio9804
    @enzogenovesio9804 Před 2 lety

    Hi there, thank Jon for this amazing series. In this last video I've noted there are some parts missing : the RTS_Tooltips_interface creation and the "Not enought resources" ui part too. That said, thanks again for all the work you've done so far!

    • @buildgameswithjon7641
      @buildgameswithjon7641  Před 2 lety +3

      Hi thanks! The tool tips interface is created at 11:26 and the "not enough resources" ui part is created at 3:20.

    • @user-yh7ry7uu9o
      @user-yh7ry7uu9o Před 11 měsíci +1

      ​​@@buildgameswithjon7641, Hello, could you please give the source code of the project?

  • @codymccarty9327
    @codymccarty9327 Před 2 lety +8

    Will this be the last entry into the RTS series? Not sure of the scope.

    • @seba0456
      @seba0456 Před 2 lety +1

      +1

    • @buildgameswithjon7641
      @buildgameswithjon7641  Před 2 lety +6

      Unfortunately there was very low interest at the time of making the videos so I stopped making the series. I might revisit it again in the future!

    • @Gerfervonbob
      @Gerfervonbob Před 2 lety +4

      @@buildgameswithjon7641 No dig on you since your reasoning understandable but there are tons of RTS series that always seem to stop around the same time within a project. I think RTS series are cursed. lol

    • @roznetakiefajne
      @roznetakiefajne Před rokem +1

      @@buildgameswithjon7641 This is one of the best Unreal tutorials ive seen. It would be reallly nice to see next episodes. About AI, combat and stuff ;) Thanks for all ur work!

    • @ricko7901
      @ricko7901 Před 10 měsíci

      Great tutorial series...fingers crossed you come back to creating the remaining videos in the series. You may want to think about setting up a patreon to generate some funds for your effort.

  • @brunoverde2769
    @brunoverde2769 Před 2 lety +1

    Hey Jon, nice tutorials as always!
    I just wanted to ask: isn't it more efficient to just add a tooltip template for every unit and then modify it with like a datatable?
    To be clear, you duplicated the tooltip widget 3 times and changed its content to match the unit you were gonna link it into, but creating a dynamic tooltip changing based on the unit characteristics like resource cost, name, description etc. (maybe using a datatable?) seems a better way to do it since you probably wanna add many more different units to the game.
    I'm not an expert so I'm not sure if what I said is a better way to proceed or not.
    And Keep up the good work!

    • @buildgameswithjon7641
      @buildgameswithjon7641  Před 2 lety +1

      Yes you're absolutely right, I really should have made just one widget and load up the information directly from variables in the unit class!

  • @rage4662
    @rage4662 Před 6 dny

    bro, do you have a video on how to make an attack in rts?

  • @cassius2313
    @cassius2313 Před 8 měsíci

    Very nice tutorials, please make more, they are so helpful! It will be nice if you can make a building system with animations = villagers construct the building, soldiers following you (if they are on your side) or fight against you (enemy), etc... also, hwo to create procedural landscapes and make the building construction available/unavailable based on the terrain altitude or obstacles (ex: can`t build where is a tree/rock)... similar with Age of Empires. Can you please finish this series? Thank you!

  • @garethanderson6980
    @garethanderson6980 Před rokem

    If you do bring back these rts tutorials, could you please do more towards allowing to build additional buildings like radar towers and turrets etc, and dive into more AI elements.

  • @brim-skerdouglasson
    @brim-skerdouglasson Před měsícem

    Can you continue this and add Fog of War?

  • @pwfskippytheevilclown6441

    Question is this Multiplayer Jon ?

  • @stephenfredy3362
    @stephenfredy3362 Před 5 měsíci

    Please make video how to make game like clash of clans

  • @stephenfredy3362
    @stephenfredy3362 Před 5 měsíci

    please make game like RTS clash of clans