BIG GDevelop Game Jam - Theme Reveal
2:39
How To Tackle Your First Game Jam
6:09
Free asset packs for subscribers!
3:10
6 Reasons To Use GDevelop
2:44
Жыл бұрын
Пікірлер
@Gumbibull
@Gumbibull Сағат бұрын
my character doesnt flip?
@kravataf
@kravataf 2 сағат бұрын
✨️
@JanWynd
@JanWynd 4 сағат бұрын
I'm loving these tutorials. I'm on a mission to learn how to develop turn-based hex strategy games. These videos have been helping me one day at a time. This journey is amazing!...
@GeneralChrisGaming
@GeneralChrisGaming 8 сағат бұрын
This actually looks cool. I'm currently learning godot and my God this looked so much easier to learn and remember
@Finixthegames
@Finixthegames 8 сағат бұрын
Hi, can you make a pathfinding video? But for the platform, a Terraria style for the slimes. Thank you very much.
@MilaBush-h1x
@MilaBush-h1x 13 сағат бұрын
How would you differentiate 2 sides of a character if they are different like my character has a scar on one side of his face but when he moves to his side it shows the scar as if it’s on both sides when it’s only on one side and I can’t figure out how to fix it
@GDevelopApp
@GDevelopApp 6 сағат бұрын
That would be a little more complicated than just flipping the character. Our "How to make zelda" videos combine two text(string) variables together to pick an animation, so: Up, Down, Right, Left + Idle, Walk, Attack = An animation name, like "UpWalk". So you might be able to learn from that and use Left/Right instead of Top/Down/Right/Left, where: Left, Right + Walk, Jump, Fall = An animation name, like "RightJump" _____________ Hope that helps. 👍 -Wesley
@MikeyGardner1524
@MikeyGardner1524 15 сағат бұрын
Happy Thanksgiving ❤️‍🩹 🦃 🙏 🫂 😇 😊
@Buttonsimulater
@Buttonsimulater 16 сағат бұрын
Hey can I get pined and get a comment I want to flex ebout it on my Friends that a cool company has pined me Ty❤❤❤❤❤❤
@vladcristian5869
@vladcristian5869 19 сағат бұрын
Is there a way to do this using events?
@OscarLeites
@OscarLeites 19 сағат бұрын
yeah!
@ahmadriqzasetiawan450
@ahmadriqzasetiawan450 20 сағат бұрын
Amazing
@beedly10
@beedly10 21 сағат бұрын
My stromgsuit is 100% sound but my large project Dealing With The Devil is going to be one of the best artistic things i habe ever made! Cant wait to showcase it! Im around 3/4 done with this project and its going on steam!
@windadar211
@windadar211 Күн бұрын
so we can use this external layout for Menu too ?
@Sickmmaner
@Sickmmaner Күн бұрын
If you make a platform like this, can you assign one side to be a left wall, one side a right wall, the top a floor, and the bottom a ceiling? I mean, can they be assigned for the purposes of using them in events?
@GDevelopApp
@GDevelopApp Күн бұрын
You would need to make them from different objects to reference them separately like that. If you're using it for a platformer, it would be easier to just check where the one single tilemap object is relative to the player, maybe with points or raycasting, and use the information as the condition for your events instead. -Wesley
@Guester1tt
@Guester1tt Күн бұрын
Nope yall are noy first scratch did for mobile before yall with scratch jr
@RipperJack666
@RipperJack666 2 күн бұрын
Too fast
@GDevelopApp
@GDevelopApp Күн бұрын
If you're just starting out with GDevelop, watching the intro tutorial playlist might help you more than this video. It goes over the different parts of the engine, everything from objects to event logic and optimization basics. kzbin.info/www/bejne/qJC9aYFvltiHZ5Y Hope that helps. 👍 -Wesley
@matheuspena475
@matheuspena475 2 күн бұрын
Seriously these tutorials do not trully explain/teach the tools
@stLy-k9m
@stLy-k9m 2 күн бұрын
hello,i have a question,if there are 100 actions of an actor,is there any ealier way to add them?thanks so much
@stLy-k9m
@stLy-k9m 2 күн бұрын
oh i got it,just name the files regularly and add them together,it,s a nice function👍
@shahmeer-v4t
@shahmeer-v4t 2 күн бұрын
i no understand
@Bromie6969
@Bromie6969 2 күн бұрын
How do I make it non repetitive
@bearfather54
@bearfather54 2 күн бұрын
I am doing an Rougelike game, now I got into a problem. I cant remove the picked card from Randominrange, it was still showing up again and again. How do I remove a number in RandomInRange so that the card will not show up again? ex: I have 5 animations so I use Randominrange (0,4), I picked up the second animation so I want it will not show up again. And one more question, how can you make the card system not repeat itself ? I used "RandomInRange" to random the animation, it always pick the same card
@bearfather54
@bearfather54 2 күн бұрын
I am doing an Rougelike game, now I got into a problem. I cant remove the picked card from Randominrange, it was still showing up again and again. How do I remove a number in RandomInRange so that the card will not show up again? ex: I have 5 animations so I use Randominrange (0,4), I picked up the second animation so I want it will not show up again.
@dumpmail-xz2qp
@dumpmail-xz2qp 3 күн бұрын
very cool! So how to make it rotate faster when it gets closer to the character?
@matheuspena475
@matheuspena475 3 күн бұрын
You guys should start to make really IN DEPTH tutorials with bigger videos or many episodes for one subject or a whole game project, I know these are short and begginer friendly but I feel they are not enough to learn the tool completely
@Pixeljelly_only
@Pixeljelly_only 3 күн бұрын
Pls do the 3d editor🥺 Pls reply
@abdulazizrafie4051
@abdulazizrafie4051 3 күн бұрын
Gdevelop help I made a game and tried adding new levels but when I made a new one it would always glitch out and show the level I made in the game scene and when I deleted that level it would never show amlevel
@TerraFlaME
@TerraFlaME 3 күн бұрын
Add tutorial for top down
@TerraFlaME
@TerraFlaME 3 күн бұрын
topdown multiplayer
@GDevelopApp
@GDevelopApp 3 күн бұрын
It's the same concept as the platformer behavior. Add the top down behavior to the player object, give it the multiplayer behavior, and then select who owns which object in the game. Hope that helps. 👍 -Wesley
@TerraFlaME
@TerraFlaME 3 күн бұрын
@@GDevelopApp thanks but i already made that) (its a bit laggy) can you tell me why it has inputlag in desktop app?
@TerraFlaME
@TerraFlaME 3 күн бұрын
also i want to know, when in the engine there will be 10-15 player limit?
@3emad.305
@3emad.305 3 күн бұрын
I thought punk was cringe. Now im sure of it
@muteepk
@muteepk 3 күн бұрын
W00t! My game was featured here and I missed it?
@williamramos3350
@williamramos3350 4 күн бұрын
I am wanting to create my own game. Was wondering what I can do which does not require programming. This is starting to attract my interest. Great video. Thank you.
@Dukana_
@Dukana_ 4 күн бұрын
Hello can somebody help me? How to make a custom Cutscen in my game
@JonathanGift-b3t
@JonathanGift-b3t 4 күн бұрын
THANKS!, my brain was so tied, you really helped.
@Levi_7525
@Levi_7525 4 күн бұрын
tostring(round(variable(cookie))) + " Cookies"
@Levi_7525
@Levi_7525 4 күн бұрын
1:41
@stantovayamaha1781
@stantovayamaha1781 5 күн бұрын
But please 🙏🏻 keep it free
@Weeybeey
@Weeybeey 5 күн бұрын
Are you and your team able to make a something like a ai assistant to help people with stuff? (It will make it 100x easier)
@zeebpc
@zeebpc 5 күн бұрын
how do walk on anything that isnt a flat ground? how to do going up and down slopes, stairs, bumps, etc?
@RikkiRB
@RikkiRB 5 күн бұрын
I have been interested in gamedev since 2008 when I discovered World of Goo on my iPad and found out that this was developed by only two people, it blew my mind and I have been following it ever since. Now I have made two games that will be launched very soon and this is all thanks to Gdevelop, I have played around with many game engines and Godot was my last engine but Gdevelop has gotten better and better every month, I am so grateful for all the work you all have put into this tool, it has changed my life at 43 years old, thank you.
@Kieranultimateplay
@Kieranultimateplay 5 күн бұрын
I have been dreaming to make a game, but im just thst bad at coding. GDevelip definitely made me closer to my dreams!
@windadar211
@windadar211 6 күн бұрын
can we simplify with the rectangular movement behavior for the zombies ?
@Ziedmac
@Ziedmac 6 күн бұрын
Why the fuck is their ai art in this?
@aburro13
@aburro13 6 күн бұрын
I'm confused on the health bars