Game Development for Beginners: Building Super Mario World with GDevelop - Episode 2 Enemies Edition

  Рет қаралды 13,079

Winstreak!

Winstreak!

Күн бұрын

Пікірлер: 95
@nicholasjackson8709
@nicholasjackson8709 8 ай бұрын
I just installed gdevelop and have been trying to find good tutorials. The ones from Gdevelop go crazy fast and i find myself constantly rewinding. You are by far one of the best channels on here for this. I've only found 1 other channel that is even close to you.
@Winstreak1
@Winstreak1 8 ай бұрын
That's Great to hear!! Hopefully you enjoy your Gdevelop Journey, it's a fun tool.
@tjv189
@tjv189 2 жыл бұрын
This is an absolutely great project to follow along with to learn GDevelop! I'm really looking forward to your next video tutorials in this series!!!
@Winstreak1
@Winstreak1 2 жыл бұрын
Super glad you are enjoying the series; I am having fun making it as well. I'll take it as far as people stay interested, hopefully I can get to the point where I can make a full level or more!
@booba-fan
@booba-fan 2 жыл бұрын
@@Winstreak1 please, keep going! you're helping a lot
@Winstreak1
@Winstreak1 2 жыл бұрын
I plan on it - already started on the 3rd episode!
@tjv189
@tjv189 2 жыл бұрын
@@Winstreak1 If I could make a request for future tutorials.....it would be awesome to see how to make a small overworld map and also how to enter/exit pipes to warp between scenes and how to handle all of that! I look forward to seeing your 3rd episode the minute it is live!!!
@Winstreak1
@Winstreak1 2 жыл бұрын
@@tjv189 Requests are always welcome. I will do my best to hit every mechanic atleast once by the end, as well as have a full level to play. Hopefully I can make it that far!
@ALmt5lf
@ALmt5lf 2 жыл бұрын
Please don't stop. I love your educational videos. They help me a lot
@Winstreak1
@Winstreak1 2 жыл бұрын
Comments like this mean a lot, thank you! I have no plans to stop.
@nerdycode
@nerdycode Жыл бұрын
Thanks for the videos! Using your same angle for the "Add to points a permanent force" around 8:35 I still get a weird angle to the side and can't get it to just go straight upwards.
@Winstreak1
@Winstreak1 Жыл бұрын
Hey there nerdy! Thanks for the comment. I would be happy to try to help you get everything working perfect. If you want to pick a problem and let me know in my discord, and share a screen shot of your code (event sheet) I’ll do my best to help you out. discord.gg/PUY7gEuFch
@_cul8r_
@_cul8r_ 2 жыл бұрын
Great quality tutorials. Looking forward to the next one! Thanks for your work. liked & subbed
@Winstreak1
@Winstreak1 2 жыл бұрын
🥰Thanks for the Support CuL8tR. Should be coming out in about 2 weeks!
@demeterlopescunha7012
@demeterlopescunha7012 Жыл бұрын
I can't change the value of an object variable like you did at 8:19. It doesn't give me that option?
@Winstreak1
@Winstreak1 Жыл бұрын
You need to make sure the text object has that variable created first - Make sure that variable is set to Number. Then there are multiple variable choices, so make sure you are on value of object variable.
@lee-ann-drevanzyl4770
@lee-ann-drevanzyl4770 Жыл бұрын
@@Winstreak1 Im also having this problem, I followed your video directly and its not giving me this option
@demeterlopescunha7012
@demeterlopescunha7012 Жыл бұрын
@@Winstreak1 I DID IT! Thanks for the help
@Winstreak1
@Winstreak1 Жыл бұрын
@@demeterlopescunha7012 Good job! Share what you had to do, maybe it will help others?
@Winstreak1
@Winstreak1 Жыл бұрын
@@lee-ann-drevanzyl4770 Did you verify you had everything set up as I said in Response to Demeter yet?
@verdere5679
@verdere5679 2 жыл бұрын
I subscribe and like)) I look forward to the next series and do everything according to your lessons))
@Winstreak1
@Winstreak1 2 жыл бұрын
I’m glad you’re enjoying it! My next video should be out at the end of this weekend. 🤩
@gaia8857
@gaia8857 Жыл бұрын
Thanks a lot! You are great at doing this!
@Winstreak1
@Winstreak1 Жыл бұрын
Thank you so much, that means a lot! :)
@zeusdelolimpo2882
@zeusdelolimpo2882 Жыл бұрын
me suscribo enseñas muy bien, a question How can I go from the iddle animation to run by pressing left or right + a button on the keyboard at the same time, as well as in Mario Bros, where you have to press the crosshair + the button, so that Mario can accelerate and jump higher , saludos to Peru
@Winstreak1
@Winstreak1 Жыл бұрын
The first video covers creating your animations: kzbin.info/www/bejne/p3jGk4SOfZyihbs As far as creating a run time while holding down a direction plus an extra button. In one event you can have multiple conditions. Something like Mario is Moving, Mario is on floor, X Button is pressed. This would be just the condition to start the run to sprint charge up. While those 3 conditions mentioned above are met start a timer, if they are lost you can delete the timer (to make it restart each time). If the timer starts and makes it to 1 or 2 seconds then you will have made it to sprint. Add a new Sprint animation and change Mario's Platform Character movement speed.
@Phantom_Corps
@Phantom_Corps 7 ай бұрын
Really enjoying that you picked a classic game that is well known for this tutorial. Would you have any advice on remaking Return Of Double Dragon?
@Winstreak1
@Winstreak1 7 ай бұрын
Ohhh 😮 I only played Double Dragon Battle Toads - I assume they’re similar. Would just need a combat system that allows for combos - so a punch would check if it lands - then add up a variable - if it makes it to 3 or 4 they will do do a stronger hit/knockup. Hit box for attacks would just create a hidden sprite as a rectangle in front of your character to see if the hit lands or misses. Then you would just need stats for the player and enemies. I won’t be making a video in it but if you wanted to dabble with making your own I will be happy to help you with some ideas or if you get stuck in the code. I recommend you contact me through my discord though, I check it more than my KZbin
@Phantom_Corps
@Phantom_Corps 7 ай бұрын
@@Winstreak1 Sounds great and thank you! :D
@mikey_oof
@mikey_oof 7 ай бұрын
I need help with a problem I have, so when I open up the project I've copied your code but for some reason my koopa shell is floating in the air as soon as I get in to the game do you know what that could be be also my score system does not work
@Winstreak1
@Winstreak1 7 ай бұрын
I'll need to see your Events - swing by my Discord and I will try to help you out!
@byronvassell618
@byronvassell618 4 ай бұрын
I have that same problem to but I don’t have discord
@se_wingless5605
@se_wingless5605 Жыл бұрын
I have an issue with the move mechanic in gdevelop when I can move my character. When I press forward or back as the first buttons being pressed, the Animation works good. But when I jump while holding forward. When my character lands on the ground, he moves but the walk animation doesn't happen. I don't know why this but if there is a solution, thank you so much.
@Winstreak1
@Winstreak1 Жыл бұрын
It sounds like you are over-writing the walk command with jump. It’s really hard to troubleshoot for you without being able to see your code. If you want to join my Discord you can give me some screen shots of your move code and I can probably help you out though. discord.gg/ThCwVv6GAd
@learngdevelop
@learngdevelop Жыл бұрын
I cant find value of an object variable need help please
@Winstreak1
@Winstreak1 Жыл бұрын
If I had to guess, you might have set an Object variable and are looking under a different type of variable (Scene or Global), so the variable doesn't show up. (Or maybe the reverse of this). If this doesn't help, feel free to hop on my discord so you can share screen shots and I can better help you. discord.gg/nGBQPcYHrs
@Mario-hq6cl
@Mario-hq6cl 2 жыл бұрын
SubStr("000000",0,6-ToNumber(ToString(StrLength(Hud_Points.VariableString(totalPoints))))) + Hud_Points.VariableString(totalPoints) if it doesn't work, change Hud to HUD. It works for me beacause I named the text/object "Hud_Points" . also the "p" might be lowercase or uppercase for you. Change it how you need it. also the " _ " if you don't have it in the name, just delete it.
@Winstreak1
@Winstreak1 2 жыл бұрын
Correct, make sure you are referencing your object that holds your 'score' mine is in totalPoints which is an instance variable on my Hud_Points Object. Also, I love that a YoutTuber with the name Mario commented on this video!!!
@Idk-t5c3e
@Idk-t5c3e Жыл бұрын
um this might be a new version im using but i dont see a value of object variable plz help
@Winstreak1
@Winstreak1 Жыл бұрын
It’s hard to help you without knowing what you are doing and what you are trying to do. Easiest way is if you post a screenshot of the code you have and tell me what what you want to be happening. discord.gg/4HXm48PSTk
@xdtopi30
@xdtopi30 Жыл бұрын
how to fix the hud point bug?(a bug that yours is ups to 400 mine is lines a bunch of 200's)
@Winstreak1
@Winstreak1 Жыл бұрын
Not sure what you are asking. Sounds like your Points is not adding correctly? I going to need screen shots of your bug and the code you have that should be working, you can send me those on my Discord channel. discord.gg/B74N5qrpvU
@miguellilly8859
@miguellilly8859 Жыл бұрын
Havening problems with the smooth camera ,every time I follow the instructions my character end up floating
@Winstreak1
@Winstreak1 Жыл бұрын
Well that's not right 😅 Hop on my discord and share your code and I will try to help you out! discord.gg/4HXm48PSTk
@learngdevelop
@learngdevelop Жыл бұрын
what editor are you using to draw your images?
@Winstreak1
@Winstreak1 Жыл бұрын
I was using Construct's editor - only because I am used to that one. Piskel always seems to bug out so I suggest you find a different one that you like and learn that. ^.^
@byronvassell618
@byronvassell618 4 ай бұрын
I need help, when I click choose a file it does not say the text and I installed it to ,I need help
@Winstreak1
@Winstreak1 4 ай бұрын
Sorry Bryon, I have no idea what your problem is. Please be more specific and I'll try to help ya out.
@byronvassell618
@byronvassell618 4 ай бұрын
I don’t know how to put the Mario text in GDevelop😊
@Winstreak1
@Winstreak1 4 ай бұрын
@@byronvassell618 Are you talking about the Mario font - @3:28 ? You need to find a font file and download it to your PC first - then load it into Gdevelop
@byronvassell618
@byronvassell618 4 ай бұрын
Thanks
@chengxuyuanderprogrammiere4639
@chengxuyuanderprogrammiere4639 Жыл бұрын
collition does nto work in later version
@Winstreak1
@Winstreak1 Жыл бұрын
I am not sure what you were doing when it stopped working. I have had a few issues where things broke in GDevelop until I closed and re-opened the application. This may be worth a try, make sure you save first. If you want to send me screen shots of your code events you can do so in my Discord channel: discord.gg/x5bcUhKFQd
@chengxuyuanderprogrammiere4639
@chengxuyuanderprogrammiere4639 Жыл бұрын
@@Winstreak1 it was my fault lol, I messed up the order inside the events window
@Winstreak1
@Winstreak1 Жыл бұрын
@@chengxuyuanderprogrammiere4639 Haha no worries, it happens. Where you able to fix it?
@chengxuyuanderprogrammiere4639
@chengxuyuanderprogrammiere4639 Жыл бұрын
@@Winstreak1 yes, i heard a voice in my head which helps me step by step
@faisalwachid4418
@faisalwachid4418 Жыл бұрын
thank you buddy
@Winstreak1
@Winstreak1 Жыл бұрын
It is my pleasure! 😁
@danielpalma1523
@danielpalma1523 2 жыл бұрын
Can u do a tutorial on how to make a hollow knight attack with up down left right attack and no bugs? I hope u made a tutorial like this i really want to make a metroidvania game but idont know how :)
@Winstreak1
@Winstreak1 2 жыл бұрын
I don't have time to make a tutorial video on it, but I will be happy to help you out if you show me what you have so far and what is causing you problems.
@byronvassell618
@byronvassell618 4 ай бұрын
I’m on then third Ep but my BeachKoopa and my shell is floating
@Winstreak1
@Winstreak1 4 ай бұрын
If an object is floating, this means 1 of 2 things is happening. You don't have a behavior tied to the object that uses a force to bring your object down to the ground - Platform Character in this case. OR You have a collision box that is larger than your image - so your image is technically on the ground but looks like it is floating.
@isfunart
@isfunart Жыл бұрын
Noice tutirial
@Winstreak1
@Winstreak1 Жыл бұрын
Thank you, glad you enjoyed it!
@Kjx9Beats
@Kjx9Beats 2 жыл бұрын
Hey Winstreak, Could you make a tutorial on daily quests. Nobody has done it yet …:)
@Winstreak1
@Winstreak1 2 жыл бұрын
This is not something I have much experience in, I will play around with the code and see what I can figure out. If I find something useful I will pass it along either in the comments or in a video.
@tuhinbiswas98
@tuhinbiswas98 Жыл бұрын
make fuill video show how to make full game like mario :)
@Winstreak1
@Winstreak1 Жыл бұрын
They are a lot of time and work to make. I have a playlist with 7 videos, which covers a lot of the mechanics. Super Mario World kzbin.info/aero/PLw5g5gde9ONIRi1wJAa5nEMaYlAAcugdW
@tuhinbiswas98
@tuhinbiswas98 Жыл бұрын
@@Winstreak1 ty ty but if you have time make more video i want to learn Gdev
@craijai
@craijai Жыл бұрын
it didn't work i can't jump in the goomba without disapearing
@Winstreak1
@Winstreak1 Жыл бұрын
If you are disappearing that means you're still triggering the event for 'Delete Mario'. Did you invert the 'Mario is falling' condition? or Are you setting Goomba isFlipped to true? If you still can't figure it out, you can send me screen shots on my Discord: discord.gg/v8pZpj7yB8
@craijai
@craijai 7 ай бұрын
@@Winstreak1 I kinda deleted the project and gave up on it
@VanshParmar-s2n
@VanshParmar-s2n Жыл бұрын
AY YOO. my goomba is not walking with animation
@Winstreak1
@Winstreak1 Жыл бұрын
No worries, we'll get them sorted out. I'll need to see some screen shots of your code and ask you a few questions. Hop onto my Discord and Ill do my best to help ya out! discord.gg/B74N5qrpvU
@VanshParmar-s2n
@VanshParmar-s2n Жыл бұрын
@@Winstreak1 ok Thnx
@CoffeeMations64
@CoffeeMations64 Жыл бұрын
The turtle shell just jitter’s in the air
@Winstreak1
@Winstreak1 Жыл бұрын
Well what’d you do?! 😅 If you want to swing by my discord channel you can share screenshots, it will be a lot easier to assist you. discord.gg/5kXEsJmEbu
@CoffeeMations64
@CoffeeMations64 Жыл бұрын
@@Winstreak1 I followed the instructions you said and followed the code correctly but when I jump on the Koopa trope the shell will stay in mid air and go in this falling loop
@ed5142
@ed5142 11 ай бұрын
These are good tutorials, thanks! the official ones by GDev are trash, the go too fast
@Winstreak1
@Winstreak1 11 ай бұрын
Then I’m glad you found my channel!
@facts-s1w9d
@facts-s1w9d Жыл бұрын
My goomba is not going on the platform
@Winstreak1
@Winstreak1 Жыл бұрын
Can you be more specific about the issue? In what way is your goomba not going to the platform, what’s it doing ?
@facts-s1w9d
@facts-s1w9d Жыл бұрын
o sorry i just fixed it Thx btw and love your vids
@Winstreak1
@Winstreak1 Жыл бұрын
@@facts-s1w9d No problem! Glad you are enjoying them. :)
@hbffcghhfgggggbf
@hbffcghhfgggggbf 5 ай бұрын
Bro, I just wanna ask you something.... Are you Swole?🤔
@Winstreak1
@Winstreak1 5 ай бұрын
I'm probably stronger than any 3rd grader you've ever met... 💪
@hbffcghhfgggggbf
@hbffcghhfgggggbf 5 ай бұрын
@@Winstreak1 SO you're not Swolebenji who is another KZbinr who plays games like albion online etc. I thought you're him becaue his way of speaking and the voice is so much similar to yours.
@Winstreak1
@Winstreak1 5 ай бұрын
@@hbffcghhfgggggbf Ohhh - Nah I don't have any other channels.
@saturnjrb64
@saturnjrb64 6 ай бұрын
when i jump on the goomba me and the goomba died
@Winstreak1
@Winstreak1 6 ай бұрын
Time to start the Debug process - Find your events where your goomba dies - and find the event where your player dies (that involves colliding with goomba) These are probably both sub events, but each one should have different conditions, stopping the code from completing both actions. If you are not comfortable with the Event Sheet, this short video will give you the basics: kzbin.info/www/bejne/gHm7an-aa7Gep9U
@saturnjrb64
@saturnjrb64 6 ай бұрын
@@Winstreak1 ok thanks
@Winstreak1
@Winstreak1 6 ай бұрын
@@saturnjrb64 If you struggle finding the fix needed, swing by my discord channel so you can send screen shots of your code
I Made the Same Game in 8 Engines
12:34
Emeral
Рет қаралды 4,3 МЛН
Hilarious FAKE TONGUE Prank by WEDNESDAY😏🖤
0:39
La La Life Shorts
Рет қаралды 44 МЛН
Ozoda - Alamlar (Official Video 2023)
6:22
Ozoda Official
Рет қаралды 10 МЛН
Counter-Strike 2 - Новый кс. Cтарый я
13:10
Marmok
Рет қаралды 2,8 МЛН
진짜✅ 아님 가짜❌???
0:21
승비니 Seungbini
Рет қаралды 10 МЛН
no, stop calling it that.
8:45
GettingMadz
Рет қаралды 27 М.
The Most Impressive Scratch Projects
11:00
DenshiVideo
Рет қаралды 5 МЛН
How Do Game Devs NOT Overscope??
9:04
Green Light Dev
Рет қаралды 16 М.
I Paid Fiverr Game Developers to Make the Same Game
10:25
BadGameDev
Рет қаралды 754 М.
I Made a Graphics Engine in Scratch
8:27
Zyger
Рет қаралды 211 М.
How to Create a SUPER WORLD - Mario Maker 2 World Maker
13:47
Tobias Bergdorf
Рет қаралды 329 М.
The Best FREE Software for Game Development! (In my Opinion)
11:06
How I made an Excellent Platformer
8:25
GoldenEvolution
Рет қаралды 300 М.
Everything You Need To Start Making Games (As A Beginner)
16:11
Juniper Dev
Рет қаралды 202 М.
Hilarious FAKE TONGUE Prank by WEDNESDAY😏🖤
0:39
La La Life Shorts
Рет қаралды 44 МЛН