КОМЕНТАРІ •

  • @GDevelopApp
    @GDevelopApp Рік тому +26

    Comment and tell us what you'd like to see next. 👍
    1. Power Ups
    2. Enemies
    3. Other

  • @craigcashman2275
    @craigcashman2275 Рік тому +16

    After struggling for years with other game engines and making very little progress, I just can't believe how great GDevelop is.

  • @clementpasteau4539
    @clementpasteau4539 Рік тому +7

    I find this series super complete, it helps a lot, thanks!

  • @alexandre_1883
    @alexandre_1883 Рік тому +4

    Level up systems are always a bit frightening when you're about to implement them, thanks for sharing your way to do it!

  • @FlorianRival
    @FlorianRival Рік тому +5

    That's a super complete tutorial about character stats, leveling up - very clear once you understand it's a matter of properly connecting variables between objects!

    • @GDevelopApp
      @GDevelopApp Рік тому +2

      The resource bar makes it super easy to link the variables to a physical object to display them on screen, and it only needs a single action! 👍
      -Wesley

  • @StellarGamingDev
    @StellarGamingDev Рік тому +3

    Good job, my current game has a crazy leveling up system. I had already started on a level up method that is/was kicking my butt to implement before this video but as usual, the video provides a clearer picture on how to do it. This ensures that I will have a valuable resource if I run into any issues in the future. Making the game creation process less burdensome. 🎉❤

  • @Pixelartarabic
    @Pixelartarabic Рік тому +2

    GDevelop is getting better and better Thanks you guys

  • @MarcosCodas
    @MarcosCodas Рік тому +2

    Wow, that accuracy thing is pretty amazing.

  • @milanmajm
    @milanmajm Рік тому +2

    Wesley is an underrated sigma mad respect!

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

    plz go to 0:50 and tell me how a newbie following this tutorial is supposed to know what you clicked on. plz slow down.

  • @MarcosCodas
    @MarcosCodas Рік тому +1

    The "greater or equal to" trick seems small but has saved me from so many headaches.

  • @Shawieshawsz
    @Shawieshawsz 11 місяців тому +10

    I dont care if its an hour video atleast make it slow for us noobies,

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

    as newbie Even after reducing the playback speed to 0.25, I'm still unable to follow the tutorial properly. Gosh, could you please slow down a bit next time you upload a video?

  • @jeffnunemaker7284
    @jeffnunemaker7284 Рік тому +2

    I think better enemy ai for platformers specifically, like jumping up on ledges and whatnot or following player within a certain distance. Thanks for the videos!

  • @rohanvandersandt2995
    @rohanvandersandt2995 Рік тому +1

    Thanks so much for this Wesley! Really appreciate these, sorry I missed live.
    Still geared for 1. Power Ups. Hehe but the leveling goes a long way.
    There was a comment about game difficulty progression which I think is also rather important but assume that will come with the 2. Enemies video.
    Would be cool to have enemies spawn according the player level.

  • @aurel3117
    @aurel3117 Рік тому +3

    Custom objects health bar, buttons, etc... ease many of the events linked to the UI, it is easy to use them!

    • @GDevelopApp
      @GDevelopApp Рік тому +1

      It's super easy to use these custom UI objects in GDevelop!
      The resource bar object and buttons cut down the amount of time it takes to set those things up by at least half. 👍
      -Wesley

  • @Milliondollarcup
    @Milliondollarcup Рік тому +3

    Hello, Can you make a tutorial when a player enters a room the way out gets blocked by doors and it only unlocks if all enemies are killed in a room?

    • @GamerXPlayz
      @GamerXPlayz Рік тому +3

      First when the player enters the room "create an object at the door" the object should be separated from player, hide the object.
      If all the enemies or enemy group in the scene is = 0 then delete the object

    • @Milliondollarcup
      @Milliondollarcup Рік тому +1

      @@GamerXPlayz Thank you for the tip, also how do I tell the object to scan the room if the player has entered so the doors close? sorry I'm a few days new to gdevelop

    • @GamerXPlayz
      @GamerXPlayz Рік тому +2

      @@Milliondollarcup it's ok,
      To scan the room, add a condition of "if player is in collision with room" or your room object....
      Then do the above things..

  • @corruptedpixelz
    @corruptedpixelz Рік тому

    Yo, I'm here to ask for help because idk how to contact you. I fixed one issue of the pre made flappy bird thing bringing me to tutorials and stuff, but now the pipes won't stay the proper size and either don't show up or are too big, usually in that exact order and I don't know how to fix it. Is the sprite required to be a specific size just to work properly or something???

  • @LegendsOyaAnime
    @LegendsOyaAnime Рік тому +1

    pls. i want to make a sonicfan game in gdevelop . pls can you make video about that? . please

  • @efeylmaz909
    @efeylmaz909 Рік тому +1

    I started to make games thanks to you even though I don't know software languages, I can't thank you enough. do you have any suggestions for me?

  • @TypAusHamburg
    @TypAusHamburg Рік тому +2

    Another great Tutorial! Thanks
    There is only one big thing missing in GDevelop, and thats an easy way to insert a good drag&drop inventory. All examples I look into so far, are really much more complex than every other function. or am I missing something here?

    • @GDevelopApp
      @GDevelopApp Рік тому +1

      It definitely possible to do, but it's not as easy as something like adding the platformer behavior to an object.
      But you can achieve something quickly if you use the draggable behavior, install the "snap to grid" extension, and then trigger snap to grid whenever you release a drag. Then you need to manage positions and make sure things aren't able to overlap, and that's probably best done with object variables(To record their old position/new position) and collision masks to check if something is overlapping. Our tile based city builder video uses both of these for placing tiles, that might be worth checking out.
      Hope that helps. 👍
      -Wesley

    • @TypAusHamburg
      @TypAusHamburg Рік тому +1

      @@GDevelopApp thx Wesley, I will check it out.

  • @jacktherabbit2375
    @jacktherabbit2375 Рік тому

    we want to see longer videos!!! 2 hours let's gooooo, hehehe sorry for being greedy, I do appreciate everything you do. :)

  • @sergi_diaz
    @sergi_diaz 9 місяців тому +1

    Very great tutorials in general therms, but hol sht, this velocity to click is insane, this is a tutorial not a speedrun, need constantly to change the vel of vid, i alternate constantly between a drunk clicker version of Wesley and a Scatman codemmaster.

  • @StaxxDaBeatmachine
    @StaxxDaBeatmachine 3 місяці тому

    Hi, this might be a dumb thing but my buttons are not in line with the Stats Text every time I place them they are all over the place?
    I don't know what I did wrong there.

  • @RosleStudio358
    @RosleStudio358 Рік тому +1

    Hello, I just came. I don’t know how a premier works in UA-cam so is this live or is only the chat live?

    • @GDevelopApp
      @GDevelopApp Рік тому +1

      Just live chat. The video was made ahead of time. 👍
      -Wesley

  • @reoniknak7468
    @reoniknak7468 Рік тому +2

    could someone send me the whole code in this video i made a fatal mistake in my code and cant find the source of the error
    would really apreciate it so i can check my code. Thanks!

    • @GDevelopApp
      @GDevelopApp Рік тому

      Here: editor.gdevelop.io/?project=raw.githubusercontent.com/GDevelopApp/GDevelop-examples/wave-defense-shooter-example/examples/wave-defense-shooter/wave-defense-shooter.json
      This version is being reviewed by the folks over on github, so some things may change before it's released as an example, but this is the version made in this series. 👍
      Hope that helps. 👍
      -Wesley

    • @reoniknak7468
      @reoniknak7468 Рік тому +1

      @@GDevelopApp thank you so much

  • @markzoid
    @markzoid Рік тому

    Tutorials that I’m waiting to see in GDevelop for a 2D puzzle platformer I’m making
    1.) Character’s Fire Power (like in Super Mario)
    mine works but the fire doesn’t seem to disappear once I fire them. I don’t know how to fix it.
    2.) switching to secondary character or making 2 player games on a single screen for platformers
    3.) making the enemy follow the player.
    4.)dragging items using a controller (draggable objects)
    I also want to see some tips on getting good at level design
    I am still new in making games and would like to get some feedback as well from the GDevelop community
    :)

  • @casualcrisp
    @casualcrisp Рік тому

    Can you pleeeease make more 3D tutorials there’s basically no documentation (maybe for a 3D platformer with gravity)

  • @yuotube-
    @yuotube- Рік тому +1

    Best mobile game engine ever

  • @Retro_Mech
    @Retro_Mech Рік тому +1

    i am excited

  • @gameulated7399
    @gameulated7399 Рік тому

    Found a bug. When leveled up fire rate to a machine gun, suddenly one healthbar of an enemy wasn't deleted. More than one collison in one frame or the linked function is not save? What could be the reason?

  • @agb202
    @agb202 Рік тому +1

    i would instead of drawing a "darken" recktangle add an effect on the Layer, like a gausian blure and a adjustment and put there the brightness down

  • @anasmohamed9858
    @anasmohamed9858 Рік тому

    I have a problem. I'm making a game. I use Analog to shoot. The gun shoots without clicking on it

  • @DewerPlayErCube
    @DewerPlayErCube Рік тому

    I have a doubt or more than doubt I want help and the thing is that when you press the letter k to open the stats and keep pressing while the stats are open, you stop increasing the EXP bar and how to do that only Do they give you points when you level up to prevent them from gaining points without having to level up? the rest of the video gave me great satisfaction

  • @dumpanimator
    @dumpanimator Рік тому

    Thx gdevelop i can make game easy like in old day game maker 8
    Game maker now a day so hard to learn for me

  • @janminator232
    @janminator232 Рік тому

    Is their a way to stick sprites to 3d cube so I can animate them?

  • @kid_sings_songs
    @kid_sings_songs Рік тому

    so i cant fix when i click on the buy more accuracy button it get more fire rate insted of accuracy. Can someone help me?

  • @seanboe7198
    @seanboe7198 Рік тому +1

    2 - I'd love to see better enemies, random movement in an area, random attacks and so on!

  • @chinjdazeus5065
    @chinjdazeus5065 Рік тому +1

    is the templates allloewd for to turn it to your own game

  • @BotRiggy2
    @BotRiggy2 Рік тому

    How do i solve the bug that when u play sometimes it randomly gave u stat boost like power 15 power 5 fire rate 5 fire rate 4 and it happens randomly if you do something

    • @GDevelopApp
      @GDevelopApp Рік тому

      Someone else brought it up before, and it gets fixed later in the series. Add a condition to the leveling up event so it only works if the level up layer is visible. What's happening is that people are clicking where the button is, the button can still be clicked even though it's hidden, so adding that condition will fix that.
      Sorry about that, hope you're enjoying the series though. 👍
      -Wesley

    • @BotRiggy2
      @BotRiggy2 Рік тому +1

      @@GDevelopApp Thanks for helping!

    • @said1095
      @said1095 4 місяці тому

      What if it is adding 3-4 power randomly each time even when using the cheat code and not clickong during gameplay at all?

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

    I am having trouble with 14:00 The stats option i cannot click out of. No matter which power up i choose it just wil not resume my game but my code looks just like yours

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

      It wont resume play afterwards of clicking a power up

  • @jacktherabbit2375
    @jacktherabbit2375 Рік тому

    how do you pick up weapons and switch them, each with different stats

  • @d4rkyy_
    @d4rkyy_ Рік тому +1

    How can you create a leaderboard?

    • @GDevelopApp
      @GDevelopApp Рік тому +1

      We have a leaderboard video on this channel. But if people ask for it for this series, we can add one in here too. 👀
      -Wesley

  • @manijani413
    @manijani413 Рік тому

    How can i join the discord server?

  • @saikisoftdev
    @saikisoftdev Рік тому +1

    Power Ups are good
    But i kinda dont know how to add an apropriate AI to my enemies (i hae watched the tutorial taht explains how to create ai for enemies, kinda did not work for what i was expecting ;-;)

    • @GDevelopApp
      @GDevelopApp Рік тому

      The conviction of gun dude example has a few different enemies that do different things and react to the player differently. Maybe open that example game up and look to see if that will help. 👍
      -Wesley

    • @saikisoftdev
      @saikisoftdev Рік тому +1

      ​@@GDevelopApp Oh... Okay lets see what i can do with it. Thanks

  • @santhosh026
    @santhosh026 Рік тому

    17:23 can we make an iris wipe transition using shape painter?

  • @aneshappy
    @aneshappy Рік тому +1

    I hope you gdevelop team to make for us 3d game tutorial because there is no tutorial in youtube.
    -Thank you

    • @GDevelopApp
      @GDevelopApp Рік тому +1

      The 3D features are still being developed and things are changing quickly, so I'm waiting until the features are closer to "finished" before making a video on it.
      But once they get to that point, we'll definitely be making videos for it. 👍
      -Wesley

    • @aneshappy
      @aneshappy Рік тому

      ​@@GDevelopApp Please get fast because me and gdevelop community are excited for this amazing features . Thank you ❤
      -Anes

  • @badorialzaabi1
    @badorialzaabi1 Рік тому

    This Video Is Perfect But Could You Make A Video For Mobile Support?

  • @ihsaner.m.i5222
    @ihsaner.m.i5222 Рік тому +4

    Others:
    Game gets hard with time

    • @GDevelopApp
      @GDevelopApp Рік тому +2

      Definitely, we'll probably make the enemies scale over time when we do a video for more enemies. 👍
      -Wesley

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

    @GDevelopApp i can't update bitmap text i can't see that option in action pls help

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

      Some names for conditions/actions have been shortened, try searching for just "text". 👍
      -Wesley

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

      @@GDevelopAppexp bar is increasing when i clicked the buttons but the text is not updating

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

      @@GDevelopApp problem solved it was is clicked condition is on button states i changed that into panel sprite and worked

  • @kuronya3582
    @kuronya3582 Рік тому

    For cheats i using console extension, but since text entry object has gone that extension is broken

    • @GDevelopApp
      @GDevelopApp Рік тому

      The console extension? I haven't used that one before. 🤔
      I usually link my cheats to a single key press and then remember to disable them when I publish the game.
      -Wesley

    • @kuronya3582
      @kuronya3582 Рік тому

      @@GDevelopApp console extension is very useful when you needs set exact value(like level or money), i cant recreate it because i dont know javascript even on beginner level

  • @Animer15-07
    @Animer15-07 2 місяці тому

    Why when i upgrade it pass from 10 to 320?

    • @GDevelopApp
      @GDevelopApp 2 місяці тому

      The finished version of the game is linked in the video description, you can open that version of the game up to see what might be done differently than in your game. 👍
      -Wesley

  • @jgarcin666
    @jgarcin666 Рік тому

    It is hard to make charcter shoot and add some shoot effect, the particle object is too complex

    • @GDevelopApp
      @GDevelopApp Рік тому

      There's a video on this channel about the particle emitter, maybe that will help. 👍
      -Wesley

    • @jgarcin666
      @jgarcin666 Рік тому

      @@GDevelopApp thank you bro

  • @MRURUTTU99
    @MRURUTTU99 Рік тому

    How to make 3D game bro please tell me

  • @cuberM77984
    @cuberM77984 Рік тому +2

    Better AI for Enemies please

  • @guitarsteelportales
    @guitarsteelportales Рік тому +2

    Power ups Please!

  • @Банзай322
    @Банзай322 11 місяців тому +1

    I think marksmanship had a place, but then you should condition ghosts that the main character misses on them with a random probability, with accuracy pumping up the chance of hitting increasing, not the other way around. Otherwise this method looked like a complication rather than a skill improvement xDD

  • @iliasiliasarxontis361arxon2

    i made the entire game exactly the same way back the power up buttons keep getting pressed while im not seeing them HELP!!!!!!!!!

    • @GDevelopApp
      @GDevelopApp Рік тому +1

      I noticed that after putting this video out, I'll correct it in the next one.
      For you though, add a condition to the power up button being clicked events, where you check the visibility of the power up layer. You should be able to find that condition by searching "visibility" or "layer".
      Hope that helps.
      -Wesley

  • @progamer-xw4gr
    @progamer-xw4gr Рік тому

    Im loving the vids but PLS slow down

  • @BOOwF
    @BOOwF Рік тому +1

    power ups!!

  • @АрсланИлюмжинов

    Yeeeeees

  • @universalgamer9615
    @universalgamer9615 Рік тому

    I’m surprised that there’s no inventory tutorial yet

  • @kjcrafts751
    @kjcrafts751 Рік тому +1

    make a 3d game tutorial

    • @GDevelopApp
      @GDevelopApp Рік тому +1

      The 3D features are still being developed and might change a lot over the next few months, so I won't be doing any videos until things get closer to being "finalized". To avoid making a video that's out of date a week later. 😅
      But once that time comes, we'll definitely be putting out videos for 3D! 👍
      -Wesley

  • @motivationalai1420
    @motivationalai1420 Рік тому +1

    More enemy’s next video

  • @TypAusHamburg
    @TypAusHamburg Рік тому +1

    PowerUps!

  • @masterkuby
    @masterkuby Рік тому

    What are you guys planning for the next 3D update? I'm curious.

  • @marcomusitelli1044
    @marcomusitelli1044 Рік тому +1

    2 enemies

  • @DanielMalocha-ww3of
    @DanielMalocha-ww3of 5 місяців тому

    My game is only freazing

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

    Never been so frustrated trying to follow a teaching video on Fast Forward. Great content…worst video format I have seen in many years. What is your goal here?

  • @stilkplayz
    @stilkplayz Рік тому

    0:40

    • @GDevelopApp
      @GDevelopApp Рік тому +1

      Is there an issue with the video at that time stamp?
      -Wesley

    • @stilkplayz
      @stilkplayz Рік тому +1

      @@GDevelopApp no i just thought that was funny (a random person puts a random time on youre vid) wasnt it funny? :(

    • @stilkplayz
      @stilkplayz Рік тому +2

      @@GDevelopApp oh yea if i stressed you out becouse of that sorry

  • @BadTranzlator
    @BadTranzlator Рік тому +1

    Now imagine implementing this into other things like stats. *wink*