@@Winstreak1 I still mess with it here and there, but as a game dev with a family and Steam Deck - time is limited. The ease of use and mobile apps really drew me to GDevelop. I used GB Studio for a bit, but that’s a very small niche.
Just subscribed! Using these to make a game, watch the tutorials twice and wrote down all the sprites I’ll need. Going to work those our first then do the tutorial. Wish me luck. Hope to see Luigi, and Yoshi soon. 🎉 Keep up the amazing tutorials. Will be back to your channel when I start my RPG too.
THANK YOU SO MUCH FOR THIS !!!! I've been looking everywhere to make a similiar game to Super Mario World ! Btw when will we be able to tackle the subject of Player Lives and a Game Over ? I haven't found any tutorials on this... So it would be amazing if you'd be able to talk about it !
Glad you enjoyed it so far. I am not positive when we will get a video out tackling a life system, but I will be happy to try to walk you through creating one on my Discord channel: discord.gg/TQPJxNdn4k
Yes - but in the mean time you can create one relatively easily. You need a variable to hold your Number value of coins. Global Variable is fine, a name like 'Coins' and type of Number. You also need a text Object which I believe we already made. Event: on collision with coin - Delete coin AND add one to the Coins variable. Different Event: 'no condition' - Set the text Object's text to Coins
Hi! I need help! I want too make a way too add characters faces on my text eria you know like undertale? I also need help making a undertale battle systum... its becuse i'm making my own game but want a similar way too make it like in undertale. Inventory and stats would be cool too but i cant find any who looks like undertale ones-
Yes, it is going to be very difficult to find a tutorial on exactly what you want. You will have to figure out each mechanic individually and implement it into your game. As far as a chat bar with the face goes - the face is not part of the text object. You would just have an image of each face that shows up to the left of the text whenever each person is talking and hide it when the are not
The Legend is back! I’ve watched the whole series and completed the majority of the game basing off your tutorials. Thanks so much for the help
HAHA, thanks for the love and kind words! Happy to have helped.
Great 🎉❤🎉
Thanks Gabrie!!!
So good, Thank you very much
Love to hear it!
I'll see you around!
Just moved from Godot to GDevelop and wanted to make a Mario-like platformer. Sure enough your channel showed up. Good series, keep it going!
Welcome to the GDevelop family, glad you found me?
Curios, what made you leave Godot?
@@Winstreak1 I still mess with it here and there, but as a game dev with a family and Steam Deck - time is limited. The ease of use and mobile apps really drew me to GDevelop. I used GB Studio for a bit, but that’s a very small niche.
Just subscribed!
Using these to make a game, watch the tutorials twice and wrote down all the sprites I’ll need. Going to work those our first then do the tutorial. Wish me luck.
Hope to see Luigi, and Yoshi soon. 🎉 Keep up the amazing tutorials. Will be back to your channel when I start my RPG too.
Thanks for the sub!
Feel free to swing by my Discord channel if you bump into any issues on your Game Dev journey: discord.gg/4MXmeDdZY9
THANK YOU SO MUCH FOR THIS !!!!
I've been looking everywhere to make a similiar game to Super Mario World !
Btw when will we be able to tackle the subject of Player Lives and a Game Over ? I haven't found any tutorials on this... So it would be amazing if you'd be able to talk about it !
Glad you enjoyed it so far. I am not positive when we will get a video out tackling a life system, but I will be happy to try to walk you through creating one on my Discord channel:
discord.gg/TQPJxNdn4k
Damn It took too long . But The Legend Never Dies
Yes… yes it did take too long! Hopefully the others are a bit more reasonably spaced.
But the word legend, I could get used to that!! 😁
i really like the video but some day could you pls make the coin counter?
Yes - but in the mean time you can create one relatively easily.
You need a variable to hold your Number value of coins. Global Variable is fine, a name like 'Coins' and type of Number. You also need a text Object which I believe we already made.
Event: on collision with coin - Delete coin AND add one to the Coins variable.
Different Event: 'no condition' - Set the text Object's text to Coins
yooo its back
Huzzah!!
Hi! I need help! I want too make a way too add characters faces on my text eria you know like undertale? I also need help making a undertale battle systum... its becuse i'm making my own game but want a similar way too make it like in undertale. Inventory and stats would be cool too but i cant find any who looks like undertale ones-
Yes, it is going to be very difficult to find a tutorial on exactly what you want. You will have to figure out each mechanic individually and implement it into your game.
As far as a chat bar with the face goes - the face is not part of the text object. You would just have an image of each face that shows up to the left of the text whenever each person is talking and hide it when the are not