Let's Create a 3D Sonic Stage in Game Builder Garage | Making Sonic Part 5

  Рет қаралды 17,746

DaveNodon

DaveNodon

Күн бұрын

Пікірлер: 104
@johnstamamos4618
@johnstamamos4618 9 ай бұрын
That’s pretty interesting. I never thought about how neatly the parts of a sonic stage are separated from each other.
@SparkyMK3
@SparkyMK3 9 ай бұрын
Glad to see GBG is still getting some love. I barely see anyone talking about it anymore. :(
@varietychan
@varietychan 9 ай бұрын
that's because Nintendo killed it, they didn't have a course world like Mario Maker and barely a community like for Mario Maker.
@DaveNodon
@DaveNodon 9 ай бұрын
I will be here for my GBG fam forever until Nintendo has to make a sequel or successor 🤣
@Experiment-3087
@Experiment-3087 7 ай бұрын
If it does, then still revisit this game cause it's like going back to what started it all!​@@DaveNodon
@Da_BaconKing
@Da_BaconKing 4 ай бұрын
They killed it on purpose, like they’re isn’t a online mode to play random “games”
@Kimonia6
@Kimonia6 9 ай бұрын
Woah! I never expected a new upload right now!
@SHOTS_YT_2
@SHOTS_YT_2 9 ай бұрын
Ditto
@GREYanimationofficial
@GREYanimationofficial 6 ай бұрын
*GUYS JUST SAY RANDOM POKÉMON NAMES LIKE FURRET OR PIKACHU OR DITTO OR ANY OTHER POKÉMON AND JUST REPLY TO MY COMMENT!* (But if Dave nodon wants us to stop let’s listen to him)
@gold3374
@gold3374 9 ай бұрын
Now that I think of it, a homing attack would be hard, but interesting to implement. 🤔
@Castawayleaf
@Castawayleaf 7 ай бұрын
I’m glad so many ppl are still in the community
@maximusnotlive5366
@maximusnotlive5366 9 ай бұрын
Im excited for persona 3 reload 🙂
@DaveNodon
@DaveNodon 9 ай бұрын
Me too! Have you played one of the already released version?
@maximusnotlive5366
@maximusnotlive5366 9 ай бұрын
@@DaveNodon Yes I have been playing Persona 3 FES and I am in love with the game, I'm happy its getting a remastered version with up to date graphics!
@willmcdono
@willmcdono 9 ай бұрын
Nice! Looking forward to the boss fight.
@diskoBonez
@diskoBonez 9 ай бұрын
Really cool take on Metal Harbor! Great stuff!
@gay_bagel
@gay_bagel 4 ай бұрын
Did not expect Persona 3 Reload to come out here, but I am very happy it's getting recognition
@immunesnow
@immunesnow 9 ай бұрын
Thanks!!!
@mugglymoo
@mugglymoo 7 ай бұрын
Hey Dave! I am currently working on a Baldi’s Basics game, and I want the characters to move around randomly. Is there a way I can do that without them getting stuck anywhere? I also want Baldi to only start moving after 10 seconds. (Unrelated: I’ve been playing this game since it came out in 2021. Man, time flies.)
@gold3374
@gold3374 9 ай бұрын
I always love your videos! This is so great. I will definitely use this for my level design in gbg.
@Bash-Turtle1737
@Bash-Turtle1737 2 ай бұрын
I'm on the enemy tutorial and I have made some extra moves like a punch that porpells you toward a bit, a side step, and a stomp that propels you down, resets the speed and cancels the spin dash
@ZephyrYTOFFICIAL5464
@ZephyrYTOFFICIAL5464 7 ай бұрын
Is there a way to make the homing attack?
@CallMeScriptedOFFICIAL
@CallMeScriptedOFFICIAL 9 ай бұрын
I had the OG switch since 2018 and I just bought an OLED today
@DaveNodon
@DaveNodon 9 ай бұрын
How is it? I’ve been thinking about getting one my OG switch is getting old starting to fail at things randomly 😩
@CallMeScriptedOFFICIAL
@CallMeScriptedOFFICIAL 9 ай бұрын
@@DaveNodon It's significantly better than the old one. It's slightly bigger with very thin bezels and it has a lot more storage, sharper graphics, and an amazing dock/kickstand. i would recommend you pick one up
@PsydoToxic
@PsydoToxic 8 ай бұрын
As far as stage layout goes, how do you come up with with the layout. I can think of a mechanic easier than than a roaches not going extinct but, always draw a blank as far as atage layout.
@natalieerib
@natalieerib 9 ай бұрын
Chao garden mentioned ✨😍🥭
@jaxolotl41
@jaxolotl41 9 ай бұрын
Cool
@noidea5597
@noidea5597 9 ай бұрын
Couldn´t you make everything smaller to get more space to run around?
@DaveNodon
@DaveNodon 8 ай бұрын
Yes, the problem is we’d have to Re-do all the numbers on all the mechanics we made so far. And physics start to act funny on really tiny objects. I would have just had to think about that from the beginning 😩
@IJegaming
@IJegaming 9 ай бұрын
Finally a new video
@SHOTS_YT_2
@SHOTS_YT_2 9 ай бұрын
Ikr
@FizzTheCookie
@FizzTheCookie 6 ай бұрын
@Davenodon I have a special request for a game it's about a game where person nodons chase you and you have bat and you hit them to knock them out I want to make a game like that but I really don't know how to, so I'm ok with any answer of yes and no I would really appreciate if you could make a video On how to do it :)
@nodonguy1228
@nodonguy1228 9 ай бұрын
This was really cool! I wonder though, is there a way to remake the homing attack like in Sonic Adventure? Teleport Nodons wouldn't work because you can't use more than 8, and attract nodons aren't very consistent.
@DaveNodon
@DaveNodon 9 ай бұрын
I’ve thought about it and might actually add it to the boss fight when I get around to it. The only way I can imagine a homing attack work is really annoying and needs to be coded in to each enemy. You could do the moving object distance method. Where you subtract the x,y,z coordinates of the target from the player, then move a moving object attached to player to close the gap. Maybe also add an upward force to make gravity affect player less. But you’d need the subtraction math to be running and hooked up to each enemy or homing point. Even then, finding out which enemy is closer to you is a nightmare 😆 you would need to get absolute distance and have a tree of comparisons to see which is closest to you. It’s one of those things that’s so easy to do with programming but borderline impossible in GBG. The reason it could work on a small scale like a boss fight is that it would be relatively easy to do if it was just one to three “weak points”
@diskoBonez
@diskoBonez 9 ай бұрын
I would really like to see a homing attack attempted in some form, interested to see how you'd go about it in this engine@@DaveNodon
@romanimations2022
@romanimations2022 8 ай бұрын
@@DaveNodon I have actually given it a shot, and although it’s pretty complicated, I have succeeded in it. It involves touch censors with the object honed in on and the person, along with having a different teleport nodon and a UFO/Moving object. It’s fairly complicated and not perfect, but it does work. I can give the code if you really want to try it out and give feedback. It only costs 2 teleport nodon, too.
@THEMEMEGODD
@THEMEMEGODD 8 ай бұрын
can u make a gbg tutorial on how to block launching items ive been trying to make a 2p game with a block mechanic
@JustCallMeRaito
@JustCallMeRaito 3 ай бұрын
Any chance you could program Sonic loops? (I'm making a Sonic "fangame" and I'd like some help please. Your tutorials so far have helped me, and I thank you for that.)
@Taeyeon-d3s
@Taeyeon-d3s 6 ай бұрын
Is it possible to use a team camera nodons without a game screen nodon to follow the character on a 2D screen?
@QuentinTordo
@QuentinTordo 3 ай бұрын
I have a question if you can answer please how can we throw objects at random intervals (with the nodon throw objects)?😭🙏
@GameKnight404
@GameKnight404 8 ай бұрын
Imagine what would happen if he downloaded Unity or any other more advanced game making software, he’d e unstoppable.
@DaveNodon
@DaveNodon 8 ай бұрын
Completely crippled by decision fatigue haha. I’ve made projects in Unity and never finish anything because of how open ended it is. GBG is so simple that it’s easy for anyone to make a semi finished product and move. I’m planning some forays into teaching people to use the Godot engine maybe for when it’s time to go a little deeper then GBG tho
@GameKnight404
@GameKnight404 8 ай бұрын
@@DaveNodon I get what you’re saying, I can barely understand GBG let alone any more complex stuff. So I’m just glad you found something you’re fond of. Really I just heard you speak of its limitations and hate seeing potential untapped due to those things, I’d honestly just love to see what you could do without them.
@Naturalkay
@Naturalkay 8 ай бұрын
Cool video I never thought about sonic levels like this! I also made my own version of the spin dash but the programming screen is a bit messy.
@jaredscott4029
@jaredscott4029 9 ай бұрын
Missed ya vid out of nowhere
@PsydoToxic
@PsydoToxic 8 ай бұрын
What I do in my games is redecuce all the characters by half so the characters have more room to move on.
@HEXCAT10008
@HEXCAT10008 4 ай бұрын
Loved the meme at the end lol
@marcelol_196
@marcelol_196 7 ай бұрын
Does someone know why this is hapenning? Im placing an object in a place and in game it placed in a completly diffrent spot.
@SHOTS_YT_2
@SHOTS_YT_2 8 ай бұрын
Here are some ideas you can use for your next tutorial: Tails (flying) Peel out Homing Attack Chaos Emeralds Item Boxes Loop-de-loop (works in 3D) If you do Tails, do Tails carrying Sonic If you do one of these thanks!
@SHADOWTH3H3DG3H0G3
@SHADOWTH3H3DG3H0G3 6 ай бұрын
Is there any way you could make the homing attack please?
@Dr.Robotnik220
@Dr.Robotnik220 6 ай бұрын
Please make the homing attack!
@Rouge_the_Bat-o3i
@Rouge_the_Bat-o3i 6 ай бұрын
That _would_ be nice to see
@JustCallMeRaito
@JustCallMeRaito 3 ай бұрын
Yeah! Homing attack!
@mattanimations6997
@mattanimations6997 8 ай бұрын
Hey I have a question? Do you think it would be possible to make a vr game in gbg?
@SHOTS_YT_2
@SHOTS_YT_2 8 ай бұрын
Indeed!
@Experiment-3087
@Experiment-3087 7 ай бұрын
I wish that nintendo still cared For this game, its really sad. But i have a suggestion, could you make an advanced headbon tutorial like G 001 W45 9K7? Imaging how much better it would be to do this rather than copying the game just so you could delete everything to make just the headbob (ahem, me) But as always, you are literally one of the last people on this game (im not sure if you noticed, but orbloop seemed to quit) so congrats and hopefully you get a lot more appreciation than now!
@thelightbringer3219
@thelightbringer3219 9 ай бұрын
Cool idea but heres the problem. the last sonic project you did took up like 120 nodons. Now the level has to be short :(
@DaveNodon
@DaveNodon 9 ай бұрын
You could do a surprising amount. In here I put about an hour and half in, made some progress with only adding about 130 nodon to the count. The size of the game world is almost more restricting
@thelightbringer3219
@thelightbringer3219 9 ай бұрын
@@DaveNodon who said it has to be on the ground when you can go up? Then when you're running out of space then go down . Lastly set an lacation sensor so when you fall you'll die. that's the best idea I can come up with :)
@DaveNodon
@DaveNodon 9 ай бұрын
@@thelightbringer3219 you’re right! I’m thinking of some sonic space stages that are completely floating , that would lend to a vertical style level. And you could just get rid of the floor altogether
@thelightbringer3219
@thelightbringer3219 9 ай бұрын
true this is why i love gbg!@@DaveNodon
@Kimonia6
@Kimonia6 9 ай бұрын
​@@DaveNodonAnd there's many other ways to do Sonic stages! For example, treasure hunting stages where you're finding 3 objects!
@GREYanimationofficial
@GREYanimationofficial 3 ай бұрын
Hey Dave can you try to add a loopdy loop?
@dasunnyboi
@dasunnyboi 7 ай бұрын
May you make a tutorial about how to make procedural generation?
@NeighborMan-b4e
@NeighborMan-b4e 7 ай бұрын
Hey, I’m trying to make a game about exploring planets but I need a way to give planets gravity, can you make a tutorial how to do that?
@FelipeGarcia-gp2ng
@FelipeGarcia-gp2ng 9 ай бұрын
Programming screen is starting to look crazy
@SHOTS_YT_2
@SHOTS_YT_2 9 ай бұрын
Part 6: 487 Nodon and 926 Connections
@EtHaN_DuDo8-.
@EtHaN_DuDo8-. 7 ай бұрын
i have a question how make a homming attack for sonic
@dawnviola54
@dawnviola54 7 ай бұрын
I like to see The Boost mechanic
@hyakin7818
@hyakin7818 2 ай бұрын
why are you still using the outdated method of animating sprites?
@NickReyes-vd2ke
@NickReyes-vd2ke 6 ай бұрын
I know this video is old but can you teach how to make homing attack
@MckadeHancock
@MckadeHancock 8 ай бұрын
Bro how did u get sponsored by Sega man??
@DaveNodon
@DaveNodon 8 ай бұрын
Because of all the awesome subscribers and viewers who watch my videos 🙏. Sega publishes the Persona games and P3 Reload comes out in a few days
@STChannelYT
@STChannelYT 17 күн бұрын
When is boss fight’s coming?
@blackhoggaming
@blackhoggaming 8 ай бұрын
This is sick
@harleymeeeooow5066
@harleymeeeooow5066 8 күн бұрын
Disturbing the PEACEEEEEEEE 🗣️🔥🔥🔥🔥 3:12
@therebe_a_LAD
@therebe_a_LAD 6 ай бұрын
On my way to make person adventure 1 Something I do in gbg when I want to make big levels I’d too make the character smaller
@ericricardoalonso8765
@ericricardoalonso8765 9 ай бұрын
Hi
@SHOTS_YT_2
@SHOTS_YT_2 9 ай бұрын
Hello you seem first
@biggerbluebubble
@biggerbluebubble 6 ай бұрын
can you try to make a tower defense?
@magictnt
@magictnt 9 ай бұрын
Subscribed ❤
@Sammio-Bros
@Sammio-Bros 4 ай бұрын
Geez GBG died out. Barely anyone talks about it anymore, and I decided to go back into it to make a new Mario Sunshine game starring a real Mario rig. It's a bit janky and Fludd might come off if you aren't careful. Just don't spin fludd at a wall. Anyway, no one really is talking about this game being almost 3 years old.
@ROMV443
@ROMV443 4 ай бұрын
I made a spooky version of the level Game Id: G 003 LVC F7H
@lavbubl
@lavbubl 9 ай бұрын
I wish I could run like sonic
@DaveNodon
@DaveNodon 9 ай бұрын
Same!
@ruudsiegel1848
@ruudsiegel1848 7 ай бұрын
make a gbg tutorial if something gets destroyed a texture changes
@IJegaming
@IJegaming 8 ай бұрын
Can you make a video on how to make the spin attack in gbg
@SHOTS_YT_2
@SHOTS_YT_2 8 ай бұрын
He did
@IJegaming
@IJegaming 8 ай бұрын
Bruh spin jump attack
@adelmodoria684
@adelmodoria684 8 ай бұрын
Can you make the Xbox startup
@TheMushroomKing7709
@TheMushroomKing7709 8 ай бұрын
Video Idea: How to make the Parachute Cap from Super Mario Bros. Wonder in GBG
@DorkyTries
@DorkyTries 7 ай бұрын
He did that, actually. Search for the paraglider on his channel, and all you need to do is translate it to 2d. Pretty simple, actually :P
@randomstuffforfunny
@randomstuffforfunny 7 ай бұрын
Hey can you help me by making a tutorial on making a gorilla tag climbing system
@Camiloalastorandvoxtime
@Camiloalastorandvoxtime 6 ай бұрын
1 hour ❤❤❤❤❤❤❤
@dawnviola54
@dawnviola54 7 ай бұрын
Im (almost)made A working 3D Loop it’s in Sonic & Rabbid Test
@kasiapapatya1194
@kasiapapatya1194 8 ай бұрын
Can you make an tutorial for the fnaf monsters
@IJegaming
@IJegaming 6 ай бұрын
Make a new tutorial sometime
@dawnviola54
@dawnviola54 7 ай бұрын
Make a Tails Series My friend Likes Tails
@SHOTS_YT_2
@SHOTS_YT_2 9 ай бұрын
GAME CODE: G 002 021 P7B
How to Use Touch Controls in Game Builder Garage
8:20
DaveNodon
Рет қаралды 8 М.
Сюрприз для Златы на день рождения
00:10
Victoria Portfolio
Рет қаралды 2,4 МЛН
А что бы ты сделал? @LimbLossBoss
00:17
История одного вокалиста
Рет қаралды 10 МЛН
ROSÉ & Bruno Mars - APT. (Official Music Video)
02:54
ROSÉ
Рет қаралды 94 МЛН
How I Made a 3D Platformer in 2D Game Engine
21:23
ggenije
Рет қаралды 523 М.
I got SO FRUSTRATED playing Game Builder Garage games YOU made
15:37
A Game Builder Garage Showcase (40+ Games) - DPadGamer
15:35
DPadGamer
Рет қаралды 418 М.
Why Do People STILL Love Sonic? - Sonic Character Design Spotlight
9:27
Brookes Eggleston - Character Design Forge
Рет қаралды 22 М.
Сюрприз для Златы на день рождения
00:10
Victoria Portfolio
Рет қаралды 2,4 МЛН