Creating Sprites & Walk Cycles: GBG Tutorial ** OUTDATED: New Method In The Description**

Поделиться
HTML-код
  • Опубликовано: 14 дек 2024

Комментарии • 280

  • @AllDaBois
    @AllDaBois  3 года назад +26

    Thank you guys for all of the support! The next tutorial will cover how to add a Jump Sprite, Attack Sprites, and other miscellaneous sprites to your character! Stay tuned!

    • @nytrobros.4810
      @nytrobros.4810 3 года назад +3

      Your welcome. This is actually informational. I've been looking for a video like this.

    • @fallout187
      @fallout187 3 года назад +1

      Thanks again for making videos like this. Not sure if this is possible, but is there a way save your sprites for use in other projects? Ideally I’d like to make all of my assets in one project and then transfer them to others. It seems right now that you can’t but that just might be user error on my end.

    • @AllDaBois
      @AllDaBois  3 года назад

      @@fallout187 From what I’ve saw there isn’t anyway to transfer/save sprites across games/projects. Making a copy of your whole project and then modifying the copy is sadly the only way to achieve this.

    • @aliyahwilliams8168
      @aliyahwilliams8168 3 года назад +1

      @@AllDaBois can you make a roster like Street fighter like? And have each different character a different moveset?

    • @aliyahwilliams8168
      @aliyahwilliams8168 3 года назад

      @@AllDaBois also can you make CPUs that are the characters you made?

  • @VVM2024
    @VVM2024 3 года назад +160

    It still amazes me how nobody tried Paper Mario in GBG when the *TURN-AROUND ANIMATION, IS LITERALLY PAPER MARIO*

    • @thatoneninja4007
      @thatoneninja4007 3 года назад +17

      It's so simple that people don't think of it I guess.

    • @AllDaBois
      @AllDaBois  3 года назад +30

      That’s such a great point! Maybe no one has been willing to take the time to recreate all his sprites lol. But that’s a great point, Paper Mario would be the perfect 3d game to make in GBG with a 2D player character!

    • @Rad-Dude63andathird
      @Rad-Dude63andathird 3 года назад +7

      Remember, it's only been out for a few days now.

    • @a_pufferfish2936
      @a_pufferfish2936 3 года назад +4

      I've actually been doing that, I can link my twitter where I post my progress, it's going really well!

    • @souldierlinkgaming247
      @souldierlinkgaming247 3 года назад +1

      @@a_pufferfish2936 id love to see your progress!

  • @TechnoTejay
    @TechnoTejay 3 года назад +24

    8:40 there’s an easy fix for that. Go to the person’s settings and adjust the y-axis rotation to -90 or 90 degrees.

    • @AllDaBois
      @AllDaBois  3 года назад +6

      Thank you very much, I didn’t even think about the player facing the camera upon startup. Simple fix, I appreciate the help!

    • @AkaThemeParkTycoon2Addict
      @AkaThemeParkTycoon2Addict Год назад +2

      -90 degrees works best beacuse from side to side right is the most common first player input

  • @quintonio-Gaming
    @quintonio-Gaming 3 года назад +19

    You can set your y-angle as -90⁰ to set how he faces at first.

    • @AllDaBois
      @AllDaBois  3 года назад +4

      Oh nice! I’ll have to try it out, thank you!

    • @CarlosJimenez-kk6bv
      @CarlosJimenez-kk6bv 3 года назад +1

      Omg been trying to fix this problem for a week. It was driving me nuts. Love you

  • @creepingandhealing
    @creepingandhealing 3 года назад +2

    Wow, this is a much cleaner way to do it than I figured out. I also have Jump, Shoot, Jump/Shoot, and Walk/Shoot textures, and getting them all to work took me a while.

  • @AvvengeMatt
    @AvvengeMatt 3 года назад +13

    its only been days. already tutorials on this game? nice!

  • @thatoneninja4007
    @thatoneninja4007 3 года назад +17

    Nintendo probably expected people to figure this stuff out in the first few days of launch so that could be why they didn't add this stuff in the lessons. (I hope GBG gets an "advanced lessons" update or something like that some day because that's not an excuse to not add things like this into the game.) Great tutorial dude. Can you make a tutorial on how to make an FPS game (and custom sprites if you can)?

    • @AllDaBois
      @AllDaBois  3 года назад +1

      True, I hope they’ll release some more lessons in the future too. They really didn’t include much on sprites in the lessons. I’m currently working on a few tutorials and will make sure to keep an FPS game with sprites in mind for the future! Thank you for the suggestion!

  • @saraflinn5705
    @saraflinn5705 3 года назад +1

    You make a tutorial and you use bootleg kart fighter sprite for making this video. GENIUS!!!!!!

    • @AllDaBois
      @AllDaBois  3 года назад

      lmao I gotta show off the goods

  • @fallout187
    @fallout187 3 года назад +10

    Great video! Keep making tutorials on all things pixel related. I’m trying to make a game like link to the past. Maybe a top down tutorial on how to design a pixel level?

    • @AllDaBois
      @AllDaBois  3 года назад +4

      Thank you so much! I’ve begun working on some more tutorials. I’ll keep in mind doing a top down sprite based tutorial!

  • @ambientkacper
    @ambientkacper 3 года назад

    It took me a little bit of rage quits but now it works thanks!

  • @saraflinn5705
    @saraflinn5705 3 года назад +1

    How to make a camera behind the 2d sprite because I'm making a 3d Sonic project

  • @Thetrashmaster43
    @Thetrashmaster43 3 года назад +1

    this is awesome i was hoping people would start making tutorials in this game and i see people have told you about how to turn ur sprite in the beginning

    • @AllDaBois
      @AllDaBois  3 года назад +1

      Thank you and I’ll have to touch on turning the sprite at the start, briefly in a future tutorial. I’ve appreciated all of the feedback and help from the community!

  • @giboleum
    @giboleum 3 года назад +2

    Great, clean aproach. Thanks!

  • @mikeandmax750
    @mikeandmax750 3 года назад +1

    You can make the person face any direction by rotating it across the y axis. That being said, it means that if you only wanted it to be in 2D, you would also have to map the left/right stick movement to the person’s forward and back movement, since technically he would be facing forward when he’s going left o right on screen.

    • @AllDaBois
      @AllDaBois  3 года назад

      Oh gotcha, that’s a pretty clever way of getting around it! Thank you for info, I appreciate it!

  • @cringekiddo
    @cringekiddo Год назад +1

    This is great, but I worked so hard on a certain sprite (I don’t find it easy to draw on the switch with a pro controller) and he is set closer to the right than the centre so my drawing gets cut off and there’s no selection tool so I can’t move it over just a little, now I got redraw it all

  • @PhantomBoi-ru9ci
    @PhantomBoi-ru9ci 3 года назад +1

    Very nice tutorial! Hope to see more of them like these!

  • @pixel_poppies
    @pixel_poppies 3 года назад +1

    Great tutorial man! Keep up the good work ☺

  • @Madchimpz
    @Madchimpz 3 года назад +1

    For 3D games, is there a way to make enemy sprites always face the camera so they don't practically disappear when they're facing the side?

  • @VKGamingKR215
    @VKGamingKR215 3 года назад +1

    While using the mouse, you can double click and drag to select multiple objects to make copying easier.

    • @AllDaBois
      @AllDaBois  3 года назад +1

      Thank you for the tip! I found out shortly after making this video about holding down ZL but I had no idea about the mouse shortcut! Thank you again!

    • @Buplo
      @Buplo 2 года назад

      Double tap works on touchscreen

  • @_Krist00F_
    @_Krist00F_ 3 года назад +1

    How do u do this in a 3d game, like I made some back and front sprites and I tried doing it and I can’t figure it out

  • @lord_caccum
    @lord_caccum 3 года назад +1

    I did this exact thing, but with 2 sprites, and for some reason when the animation ends my character disappears for a second insteand of looping. What do I do to fix it?

  • @NovaAnimations365
    @NovaAnimations365 Год назад

    Yes, so beautiful. If I were to recreate bootleg sprites I would make Zook from Zook Hero Z

  • @GXSCChater
    @GXSCChater 3 года назад +1

    Thanks for the tutorial! Very Nice!

    • @AllDaBois
      @AllDaBois  3 года назад

      No problem! Glad you enjoyed it!

  • @_Bren__
    @_Bren__ 3 года назад +1

    I got the walk cycle working properly.
    I just can’t get the idle animation to work. If I attach my idle sprite to my person, the walk cycle stops working and he just slides across the screen. But when I disconnected the idle sprite, the walking looks great, but when my character is idle, he disappears. I do have a jumping sprite which may be causing some of my problems, but I am really unsure why my idle sprite isn’t working

  • @christianr.5868
    @christianr.5868 3 года назад +6

    That's so clean looking dude! Howd you get the sprites to look so consistent to eachother? Since there's no onion skin, that's pretty hard to pull off

    • @hojasverdes
      @hojasverdes 3 года назад +4

      just copy the first sprite and modify- then repeat.

    • @AllDaBois
      @AllDaBois  3 года назад +3

      Thank you! Just like @VRicoleur said copy and pasting a Sprite will help to keep the Sprite consistent across frames. Another important thing to note, is when you create a Sprite make sure you center the Sprite in a way that compliments the artwork. For the koopa his center line is right down the center of his Torso

  • @SNESpool
    @SNESpool 3 года назад +2

    This seems like a really convoluted way to get three frames of animation (not a criticism of you, just the game). I'm thinking of picking it up, but I hope they add a more intuitive way to animate sprites in future updates. You'd think that, being Nintendo, they'd put a bit more work into mechanics that are suited to retro/2D games. I have to imagine that a big chunk of the player base will be people who grew up with an SNES, but maybe I just think that cuz I'm old 🤷
    They should partner with the people who made Aseprite, that program would integrate well with this.

    • @IceMetalPunk
      @IceMetalPunk 3 года назад

      Keep in mind this game isn't meant to be a full game engine. It's meant to be educational, to teach people how to think programmatically and analyze how the different bits of logic and data fit together in a game or program.

  • @godsunit
    @godsunit 3 года назад +1

    Couldn't u use on start nodon to move it a tiny bit so it starts normal?

    • @AllDaBois
      @AllDaBois  3 года назад

      That could work, but a few people have let me know that if you take the actual Person Nodon and rotate the Y to -90 it’ll fix it. Since the player will now face to the side instead of straight forward at the start

    • @godsunit
      @godsunit 3 года назад

      @@AllDaBois ah I see. Very cool thanks

  • @stevepetrovich1169
    @stevepetrovich1169 3 года назад +1

    This is great, thanks!

  • @WowTeh
    @WowTeh 3 года назад +2

    do u have tutorial for how to make a score in the top left of your screen? Im making a platformer where you collect "bits" which are like coins but I dont know how to make the score stick in the top left of my screen at all times, so even if I move to left or right or if I fall down or jump up

    • @IceMetalPunk
      @IceMetalPunk 3 года назад +2

      I'm not 100% sure this will work, but if you control the game screen's position based on some input explicitly (a position sensor, for instance, maybe with some calculations applied), then you can hook up a number display nodon to that same input and it'll stick to the screen position. I think that might work, though it might need some fiddling to get it right.

    • @AllDaBois
      @AllDaBois  3 года назад +1

      I do not have a tutorial on this yet, but like IceMetalPunk said you should be able to link a Number Display Nodon to the Game Screen Nodon and it should stay linked to where you put it. I have saw a few people in the Game Builder Garage Reddit create a hud like you’re looking for

    • @Wildbirdpo0
      @Wildbirdpo0 3 года назад

      Same in trying to make sonic green hills and im trying to make the Rings and time follow with the screen

  • @diskoBonez
    @diskoBonez 3 года назад +1

    Really good tutorial thankyou!

  • @rileymacegustave5431
    @rileymacegustave5431 3 года назад +2

    How do i make mine not a box?

    • @AllDaBois
      @AllDaBois  3 года назад

      You can link all the blue lines directly to the player nodon instead

    • @rileymacegustave5431
      @rileymacegustave5431 3 года назад

      @@AllDaBois ok

  • @MKroni1
    @MKroni1 3 года назад

    Thank you for this tutorial so much!

    • @AllDaBois
      @AllDaBois  3 года назад

      No problem, I’m glad you found it useful!

  • @TophatPie
    @TophatPie 3 года назад

    Dude thanks SO MUCH, without this video what i’m making would be impossible to figure out lol.

    • @AllDaBois
      @AllDaBois  3 года назад +1

      No problem! I’m glad it helped you out! Good luck with your project!

    • @TophatPie
      @TophatPie 3 года назад +1

      @@AllDaBois I actually just finished it! It was really fun to make! Thanks again for the help
      (Code is G 005 TGD JJV if you wanna try it, it’s a Demake / Recreation of Cave Story (not the whole game, of course. Just an edited version of the first cave). it’s pretty short but i think i did a decent job)

    • @AllDaBois
      @AllDaBois  3 года назад +1

      Sweet that’s awesome! We will definitely be checking it out! Thank you!

  • @therunawaykid6523
    @therunawaykid6523 3 года назад +2

    Would it be possible to make my donkey Kong drawing into a walking sprite? How do I know which part to change for each of the three drawings

    • @AllDaBois
      @AllDaBois  3 года назад +1

      I suggest making a copy of your initial sprite and try shifting the legs and arms a bit forward and back. It’s one of those things that takes time and lots of trial and error

    • @therunawaykid6523
      @therunawaykid6523 3 года назад

      @@AllDaBois thanks for the reply, I may give it a go I would love to make a 2d donkey Kong country level using him! But one of the things I don’t like as much as dreams is placing objects onto the programming screen to me is quite difficult and when you think you are putting an object somewhere it turns out it’s either in totally the wrong place or covering something important I don’t understand how putting some items such as say a collectible apple on top of something seems quite difficult so when you are high up in your game and place one on top of a platform it just puts it down below on the ground. I wish it was possible in the programming to actually grab things on screen and drag the item exactly where you want it like you can in dreams, I do really like gbg though

  • @drayrichmond
    @drayrichmond 3 года назад +2

    Sorry if this is obvious, but how do you use a mouse with this game? Can I just plug any mouse into the switch?

    • @AllDaBois
      @AllDaBois  3 года назад

      Pretty much yes, you just plug in your mouse to your dock while in Game Builder Garage and a mouse icon will pop up in screen. I’ve heard some brands don’t work, but all the ones I’ve tried have worked nicely.

  • @suspiciousduck8927
    @suspiciousduck8927 3 года назад +4

    8:43 Go to the Y view and rotate the person
    do you know how to add a walking animation and a jumping animation at the same time? I can do them individually but when I
    have them both, it glitches out (also, I added a NOT nodon, but it still glitches)

    • @AllDaBois
      @AllDaBois  3 года назад +3

      I’m currently working on a tutorial for adding jump animations and attack animations. It’ll be up in the next day or two. But in the meantime I’ll try and explain the jump animation that I have setup.
      I added a Button Nodon for my jump button, I linked the Button Nodon to the already existing NOT Nodon, then I also linked the jump button to the jump on the Person, to the Texture Nodon with my jump sprite, and finally to the 3rd Port on the Counter Nodon (RESET). Then I linked the Blue line from my Jump Texture Nodon to my Box Object Nodon.
      I hope that explanation helps you out. Like I said previously I’ll have a more clear tutorial on adding additional Sprites soon! Best of luck!

    • @suspiciousduck8927
      @suspiciousduck8927 3 года назад

      YES I finally figured it out (but using a different method). But the way I did it is so hard to look at I can't explain it.
      I can finally have a non-sliding and jumping Mario!!!

  • @chetoss1
    @chetoss1 3 года назад +1

    every time I test my sprite it starts to blink and every time it walks and when I stop walking it teleports

  • @therealskiff
    @therealskiff 3 года назад

    I've actually started a Mario game called Mario's quest for spaghetti this helped alot

    • @AllDaBois
      @AllDaBois  3 года назад

      That sounds like a great title! Lol looking forward to it!

  • @alfredmeatball3789
    @alfredmeatball3789 3 года назад

    everything seems connected but when i try it only the first frame of animation seems to work

  • @boi6043
    @boi6043 3 года назад

    My pixel goomba is broken.
    Every time I use left stick to move it only shows the 2nd walking animation and it comes a 3d shape thing. What should I do.

  • @WorldJumperJoe
    @WorldJumperJoe 2 года назад

    Thx! Worked nice, but after my first 2 sprites, my character just disappears! How do I fix this?

  • @littleguy6637
    @littleguy6637 2 года назад

    I followed the steps and whenever i move the Left Joy Stick, the texture nodon vanishes and doesn't play a walk cycle.

  • @joonboi84
    @joonboi84 3 года назад +1

    Set person nodon’s y axis rotation to -90.00

    • @AllDaBois
      @AllDaBois  3 года назад

      Thank you! Easy solution to my silly problem, I appreciate the help!

  • @pjthegreat1
    @pjthegreat1 3 года назад

    Thanks; this is a VERY useful tutorial.... ONE problem: after I did everything and test how my character walks, it keeps disappearing and re-apperig. You know how to fix that?

  • @Wildeb33stPlays
    @Wildeb33stPlays 3 года назад +2

    Dude this is great thank you. I’ve done very similar but my sprite doesn’t seem to turn back around when you move left. It’s on a ufo though. Wondering what I’m doing wrong

    • @AllDaBois
      @AllDaBois  3 года назад

      No problem! After some testing I was getting it to work as intended with the UFO. I didn’t have to do anything different for it. Maybe make sure the textures are set to the right axis In the Texture Nodon Settings

  • @mattvercammen5394
    @mattvercammen5394 3 года назад

    To change the starting position to the correct one go to top-down physician and rotate your character up

  • @practicallyagenius2016
    @practicallyagenius2016 3 года назад

    How do I make one of my frames (my last) last longer, you can’t even tell it is there. Help would me great.

  • @a-ramenartist9734
    @a-ramenartist9734 3 года назад +1

    wouldnt it be more efficient with a bullseye and marker(switch statement)

    • @AllDaBois
      @AllDaBois  3 года назад

      Yes I have an updated tutorial on just that. This tutorial was made the day after launch and is outdated based on our knowledge now.

    • @a-ramenartist9734
      @a-ramenartist9734 3 года назад

      @@AllDaBois oh ok

  • @glyon506
    @glyon506 3 года назад

    How do you get it to turn around with the same cycle? I’ve been trying to make a megaman fangame and I’m struggling with that…

  • @kacperkiebasa9942
    @kacperkiebasa9942 3 года назад

    Hi how can i make it so it only does the animation once and restarts instead of going backwards

  • @Enriquito445
    @Enriquito445 2 года назад

    I did everything but I’m still getting the sprite on the top, bottom, and the sides

  • @lolman34
    @lolman34 2 года назад

    I’m late but the first time it worked and the second time my character is just stuck levitateing in the air. How to fix?

  • @silvally5464
    @silvally5464 3 года назад

    how do you make such complex sprites in the first place im having trouble even doing that

  • @TheoddBoy
    @TheoddBoy 3 года назад

    When my character moves The box makes the Sprite go on all sides of the invisible box, can someone help me with that?

  • @beepboopboppitybop
    @beepboopboppitybop 3 года назад +1

    I'm only using 2 sprites and it has a blank space where it should just continue doing the cycle

    • @AllDaBois
      @AllDaBois  3 года назад

      If you want to have a 2 frame walk cycle. All you have to do is reduce the counter to 1 instead of 2. Right now it is currently setup for 3 so that’s why you’re seeing it disappear.

  • @thewatcher3223
    @thewatcher3223 3 года назад +1

    There’s a problem with my sprite it has 3 copy’s of it shaped all around each other
    Edit: fixed it but now any time I walk around and let go on one spot it returns to the starting spot

    • @AllDaBois
      @AllDaBois  3 года назад +1

      Gotcha, double check that the texture face settings on the texture nodons are only set to X Center.

    • @thewatcher3223
      @thewatcher3223 3 года назад

      @@AllDaBois thanks it worked but now my when my sprite stops walking it returns to its starting area so I’m stuck In one place forever basically.

    • @thewatcher3223
      @thewatcher3223 3 года назад

      @@AllDaBois I did the tutorial over again and it fixed thanks so much you got a sub!

  • @OfficialMrBurns
    @OfficialMrBurns 4 месяца назад

    Could you make a tutorial on beatemup games?

  • @chetoss1
    @chetoss1 3 года назад

    What do I configure so that my sprite every time I go backwards not a big lap?

  • @masterfarr8265
    @masterfarr8265 3 года назад

    hey how do you make it so when you press r for example it changes sprites to anothet character with different moves

  • @rogeranimates3357
    @rogeranimates3357 3 года назад

    I need help with my game my character is moving around in a weird way:G 008 FJD RCG

  • @cappyadams
    @cappyadams 3 года назад

    For some reason when I play my game, the idle sprite flashes but when I walk I see the normal walking animation. Could you help me please?

  • @vintendo1208
    @vintendo1208 3 года назад

    I want to make my sprite look as if he is always moving, and not stop moving If i stop moving, always moving no matter what, how do I do that?

  • @NovaAnimations365
    @NovaAnimations365 Год назад +1

    The new method does not work for me.(update it did work but the attack animation was screwed up.)

  • @WorldJumperJoe
    @WorldJumperJoe 3 года назад

    Hi! Can you help me? When i attach sprites to the person nodon, It becomes a tornado of the same sprite!

  • @ashleymakebyterminalmontag3362
    @ashleymakebyterminalmontag3362 3 года назад

    (I did a level in 2d)
    When i do a wall jump my character goes backwards of the map is it normal?

  • @KetwunsGamingPad
    @KetwunsGamingPad 3 года назад +1

    But the number one question is: you still have to manually replicate or trace the textures don’t you? How do we do that well? Generally on pc mods we use a tool for spritesheets but I’m not sure how else we do this without a good digital tracer or something.

    • @AllDaBois
      @AllDaBois  3 года назад

      I’ve done a lot of Rom hacking stuff in the past and I really miss having a nice sprite editor for working with sprites. For game builder garage I’ve been downloading the sprite sheet I want, opening it up in GIMP and turning on/configuring the grid. That way I can see exactly how heigh each section is. Then I’ll generally zip around and complete the outline of my sprite in game builder garage and then fill it in and shade it. It’s obviously a lot more work bringing them into game builder garage but I still enjoy seeing the outcome non the less.

  • @AutoJudge
    @AutoJudge 3 года назад

    Thx for the tutorial.

  • @SupraViperhead
    @SupraViperhead 3 года назад +1

    Are there any tutorials on how to actually draw sprites? I guess if I actually knew how to draw, it'd be easier.

  • @michaelhermanson2985
    @michaelhermanson2985 3 года назад +1

    How do you adjust how the sprite actual starts? Mine is invisible until I move, that's because the person object (which is invisible) starts off with a front profile. I would like this to start off on idle with my "idle sprite". Please assist

    • @AllDaBois
      @AllDaBois  3 года назад +1

      Rotate the actual Person Nodon to a y of -90 degrees. That should rotate him so he’s facing the right way upon start up

    • @michaelhermanson2985
      @michaelhermanson2985 3 года назад

      @@AllDaBois Fricken cool! I'm going to have to try that. Thank you.

    • @michaelhermanson2985
      @michaelhermanson2985 3 года назад

      When reading that with my extremely limited program knowledge, that makes actual sense.

    • @michaelhermanson2985
      @michaelhermanson2985 3 года назад

      OMG IT WORKED!!

  • @then8mac
    @then8mac 3 года назад

    Where online are you getting game codes from?

  • @viket8316
    @viket8316 3 года назад

    i find really limited game just allow 2 sprites and have the flip thing

  • @ssaysosays
    @ssaysosays 3 года назад

    I finally did it but when i started it my sprite was clipping though the ground and when my standing animation played you could see a little bit of half of the sprite

  • @freehdmcgee2761
    @freehdmcgee2761 3 года назад +2

    I seem to have an issue where the character blips out of existence for one frame after the cycle is complete. I'm using two frames for the walk cycle, and of course only one frame for the idle animation. Do you think adding a third sprite may help? I'm also not using the Box Method, if that helps at all.

    • @AllDaBois
      @AllDaBois  3 года назад +1

      If you are only using 2 walk animation sprites try turning the counter at the top down to 1 instead of 2. I just tested this method out with a 2 sprite walk cycle and it seems to have worked. I wouldn’t think that not using the box method would have anything to do with the issue.

    • @freehdmcgee2761
      @freehdmcgee2761 3 года назад

      @@AllDaBois Cool beans, thanks! I'll give it a whirl.

    • @stoneparadox7624
      @stoneparadox7624 3 года назад

      @@AllDaBois I tried but it still wont work

    • @stoneparadox7624
      @stoneparadox7624 3 года назад

      Nvm i got it working

  • @that1plays550
    @that1plays550 3 года назад +2

    lmao man's making kart fighter

    • @AllDaBois
      @AllDaBois  3 года назад

      It’s very tempting lol

    • @that1plays550
      @that1plays550 3 года назад

      well, if you make the menu and the game itself separate games, it could be possible, though there would be a lot of different games for all the characters fighting each other, or if you want to not spend that long making all the separate fights, you can just have 1 fight with like mario and yoshi or something

  • @mastergamerinfinity4862
    @mastergamerinfinity4862 3 года назад

    Can this also work for cars or ufos too or no?

  • @Buplo
    @Buplo 2 года назад

    Can someone help me out? I was trying to use this tutorial to make a 4 panel walk animation instead of 3 but instead of going 0123 over and over it's going 012323 over and over and looks akward

  • @djsharpmclive1221
    @djsharpmclive1221 3 года назад +1

    Good video

  • @WorldJumperJoe
    @WorldJumperJoe 2 года назад

    Never mind again, but how do I make a death animation? 🤔

  • @northweast5857
    @northweast5857 3 года назад

    To change how your sprites starting rotation looks, go into rotation and rotate it 90 degrees.

  • @NiNja10Doh
    @NiNja10Doh 3 года назад

    I did all this down to the bone and my sprite is not showing up. Not even my idle sprite stance, which should appear without me even touching the controller. The character/sprite I'm using is much smaller and doesn't have three frames for his walk animation, he only has two. It's all connected to the object, which matches the size of the sprite and Person. I'm confused on what's wrong.

    • @NiNja10Doh
      @NiNja10Doh 3 года назад

      I figured it out. My sprite was too small to fully show up on the object. I'm gonna have to make a bigger version of a tiny sprite.

  • @Wildbirdpo0
    @Wildbirdpo0 3 года назад

    Doesent work. I did this 8 times and all that happends is my character there and when i move my L stick Hes gone and i stop hes back again he dident move of anything i he doesent move and i dont see the walk cycles

  • @BenTheDragon
    @BenTheDragon 3 года назад

    I imagine its great for the paper mario effect, but what if I don't want any sprite turning and would rather create different sprites when facing different directions? I know it may take a ton of time, but I think its worth it!

  • @IceMetalPunk
    @IceMetalPunk 3 года назад +1

    I think it's awesome that you're making tutorials for a game that just came out! :) Is there any way to change the width of a box based on some input (like a counter or other variable)? I ask because so far the only health bar design I've seen destroys discrete blocks, which means you can't really heal, and I was hoping there's some better way to make a health bar.

    • @AllDaBois
      @AllDaBois  3 года назад +1

      Thank you, I’m glad you enjoyed the tutorial! I haven’t messed with this nodon yet, but their is a nodon called the Extrudable Object Nodon. It’s description is “An object which can change size during game play via inputs.” I’m not sure how variable it is, but this could have potential for what you’re looking for. I’ll have to do some messing around with it here in the future.

    • @IceMetalPunk
      @IceMetalPunk 3 года назад

      @@AllDaBois Oooh, I didn't know that existed, but it sounds exactly like what a health bar needs! Thank you!

  • @8-bitsteve500
    @8-bitsteve500 3 года назад

    So like 20+ Nodons needed just to do a simple 3 frame animation. This is the only reason I stopped using GBG. The 512 limit is way too low and means all your projects have to be really small or very simple. So I use Fuze on my Switch which allows me more freedom to create 2d games and I can make 200 frame animations for each sprite if I so wish. GBG is a great idea but very badly needs to be expanded with some patches. Maybe then I'll go back to it?

  • @ChonkyYT
    @ChonkyYT 3 года назад +3

    Thank you for this tutorial! The only thing… it’s so hard to draw 😂

    • @AllDaBois
      @AllDaBois  3 года назад +1

      I completely agree, plus it takes a lot of time. I highly recommend plugging in a mouse to your switch if you can. I can’t imagine how it’d be without a mouse

    • @ChonkyYT
      @ChonkyYT 3 года назад +2

      @@AllDaBois My mouse has never worked in my dock. Would you mind explaining how it works?

    • @AllDaBois
      @AllDaBois  3 года назад

      So as far as I’m concerned the only switch game that supports a mouse is Game Builder Garage, when you’re in the programming mode section of the game you should just be able to plug in a usb mouse to the dock and a mouse cursor will pop up on the screen. I’m unsure if there are certain mouse brands that are unsupported or not. But the ones I’ve tried to use have all worked nicely.

    • @Kvngxkris
      @Kvngxkris 3 года назад

      @@ChonkyYT Logitech brand mouse works good with the switch! Found that out today lol

    • @therunawaykid6523
      @therunawaykid6523 2 года назад

      I use a stylus for all my drawings works much more accurately than using your finger

  • @fawfulthegreat64
    @fawfulthegreat64 3 года назад +1

    The character clips into the ground a little, is there a fix for that? Other than making all your sprites positioned a few pixels up (my sprite uses the entire pixel height available)

    • @AllDaBois
      @AllDaBois  3 года назад

      From what I’ve tested unfortunately there isn’t a way to fix it besides having 3 rows of pixels left blank on the bottom of the sprite. I’m really not sure why the texture sinks into the ground, because I doubt it’s intentional. If you added a small thin box below the object and link it to the box your sprite is on, that might give the sprite some extra height? But I’m not sure if that’d actually work how I’m thinking it would

    • @fawfulthegreat64
      @fawfulthegreat64 3 года назад

      @@AllDaBois I see. What about fixing the landing when you jump with a sprite character? No matter what I do, they do a weird bounce on the ground when they land if there's a sprite attached. The person itself, when made visible, bounces with the sprite, but a person without a sprite lands cleanly with no bounce. How would I fix that?

  • @SuperSamuel0208
    @SuperSamuel0208 2 года назад

    Issues I Had While Doing This: Unable To Jump Because The Block Is In The Way, And If You Shrink The Block, The Sprites Get Messed Up.

  • @sluggygamingscars5858
    @sluggygamingscars5858 Год назад

    Can you make a rechargeable flashlight

  • @MackMightMakeMusic
    @MackMightMakeMusic 3 года назад

    This is so cool. I can’t wait to get the game because I already have ideas for a character design, its attacks, and the stage. Also, would it be possible to make an idle animation for the sprites?

    • @AllDaBois
      @AllDaBois  3 года назад +1

      That’s good that you’re already brainstorming! It should be possible to make a moving idle animation. It’d be setup similar to how the walk cycle switches between frames. I’ll have to do some testing with that.

    • @MackMightMakeMusic
      @MackMightMakeMusic 3 года назад

      @@AllDaBois Also, sorry if you already mentioned this in the video, but is there a limit to the amount of frames an animation can have?

  • @andreas.2494
    @andreas.2494 3 года назад

    I've been using my finger ever since I got this game I plan on ordering a stylus off of Amazon that'll help me with my sprite making better. :)

    • @AllDaBois
      @AllDaBois  3 года назад

      Nice, I’m sure a stylus will help immensely. I’ve been having a blast re-creating and making sprites, it’s fun to see it all come together

  • @mribygaming
    @mribygaming 2 года назад

    Thx man!

  • @TheEpicSquash
    @TheEpicSquash Год назад

    My characters feet just get stuck in the ground

  • @CryOverdage
    @CryOverdage 3 года назад

    can you draw the 4 koopa sprites in one and animate it?
    Or do you have to draw every frame in a new nodon?

    • @AllDaBois
      @AllDaBois  3 года назад

      Unfortunately you have to make a separate texture for each frame. But you can copy and paste each sprite, so you don't have to start from scratch each time.

    • @CryOverdage
      @CryOverdage 3 года назад

      @@AllDaBois i think its a feature we need :)

  • @Sock3rWasTaken
    @Sock3rWasTaken 3 года назад

    I'm trying to make a among us game this is what I needed I am now happy 🙂

  • @kappapond
    @kappapond 3 года назад

    Is there any way for the game to differentiate between up and down and left and right (dpad). Im using top down sprites and its hard to fix it

    • @kappapond
      @kappapond 3 года назад

      Also my four loop animation only plays 3 of the frames
      And wont show up when Im not moving

  • @SquallyCoin5664
    @SquallyCoin5664 3 года назад

    Ima recreate FNF and my first song will either be Ugh, Bopeebo, or Spookeez, (I keep on switching around.) I’ll use this to make it so Skid and Pump Spooky Dance when, y’know. They’re not singing.

  • @HypercatZ
    @HypercatZ 3 года назад +1

    Question: Did you redraw the sprites completely or did you download them from internet somehow?

    • @AllDaBois
      @AllDaBois  3 года назад

      Unfortunately, I had to completely redraw them in Game builder Garage, I used the sprite sheet from The Sprite Resource as a guide

    • @HypercatZ
      @HypercatZ 3 года назад +1

      @@AllDaBois Well. You have my admiration.

  • @studioarentain3960
    @studioarentain3960 3 года назад +1

    Is it possible to have a 2d sprite character in a 3d game?

    • @AllDaBois
      @AllDaBois  3 года назад +2

      I’ve saw a few people make games that have a 2d character in a 3d world. So I know it’s possible. I have not done any testing on this myself, using the method I’ve shown off here. However, it is something I’m definitely going to look into and cover at some point. I feel it should be possible to use the same logic from the walk cycle and map it to an extra joystick and direction. I’ll have to test it out and make a tutorial in the future.

    • @studioarentain3960
      @studioarentain3960 3 года назад

      @@AllDaBois Thank you! I love the 2d sprite in a 3d setting, as i would love to make A paper Mario platformer game

  • @-NicoIDK-
    @-NicoIDK- 3 года назад

    I don’t know to to make it jump it won’t work

  • @HydroOnVR
    @HydroOnVR 2 года назад +1

    help, it doesn’t work
    edit: ok I did it, but marios feet were cut off
    edit 2: yay I messed about and I fixed it