![]() |
The Pixels Of Joxon - Printable Version +- The VG Resource (https://www.vg-resource.com) +-- Forum: Creativity (https://www.vg-resource.com/forum-126.html) +--- Forum: Custom Sprites / Pixel Art (https://www.vg-resource.com/forum-127.html) +--- Thread: The Pixels Of Joxon (/thread-26110.html) |
RE: PeanutButterGamer Sprites - Joxon - 12-12-2014 Well, I guess I'm doing the hand switch. I think I'll go with E-Man and have him face away from the player. (IE instead of facing forward-right he faces back-left) Now I have a pretty good idea of what it should look like but if some one could provide an example from an official good game that uses the sprite switch? Edit: I saw some nonoficial examples and iguess I could only do the back facing thing for the slash itself? All the others will just have the sword in the other hand and that's it. (12-06-2014, 09:38 PM)Joxon Wrote:Oh, and don't forget about these. (11-29-2014, 11:42 AM)Joxon Wrote:Or these. (12-07-2014, 07:59 PM)Joxon Wrote:Or him. (11-20-2014, 04:50 PM)Joxon Wrote: Here's something quick. Or this. RE: PeanutButterGamer Sprites - Paladin - 12-12-2014 The sword animation is bugging me. Each frame just seems like an edit of the previous, making it stiff and motion-less. It doesn't help that his hand and legs just seems to flap around, either. I'm not really that good at animation myself, but I did a quick example. ![]() My animation only includes one more frame than yours, but is pretty different. Here are three of them: ![]() ![]() ![]() As you can see, the sprite turns, moving the whole body rather than just one arm. Also, the arms and legs move logically rather than at random. You can't be lazy when animating, but you have to think 3D and make more unique frames. RE: PeanutButterGamer Sprites - Kelvin - 12-12-2014 Why not just do depth shading on the whole thing? It'll save time, and honestly, with sprites this small, I doubt many people are going to notice, much less take the time to appreciate the shading being done on two sides. Plus, selective depth shading makes the sprite look broken and inconsistent. Either do all or nothing. RE: PeanutButterGamer Sprites - DragonDePlatino - 12-12-2014 The hand-switch doesn't matter. I never notice that kind of thing when playing games and drawing things like that are just a waste of time when you could be working on other frames, or cleaning up existing ones. RE: PeanutButterGamer Sprites - Arkenova - 12-12-2014 (12-12-2014, 01:10 PM)DragonDePlatino Wrote: The hand-switch doesn't matter. I never notice that kind of thing when playing games and drawing things like that are just a waste of time when you could be working on other frames, or cleaning up existing ones. I can agree on that issue. It's a pain. RE: PeanutButterGamer Sprites - Joxon - 12-12-2014 (12-12-2014, 10:17 AM)Paladin Wrote: The sword animation is bugging me. Each frame just seems like an edit of the previous, making it stiff and motion-less. That'll kinda screw up what I'm looking for. I'm looking for a regular chop where he doesn't change where he's standing. Plus it'll screw with the collision. RE: PeanutButterGamer Sprites - Paladin - 12-12-2014 It doesn't need to be exactly like that, I just made it to show you that you should give your animation a bit more movement. It looks really lazy as it is now. I don't see why the character changing position would be a problem, as you could add a short animation of the character returning in place. As for hitboxes... I don't know much about programming, so I don't know how well you can define them, but still, you shouldn't sacrifice your animations. RE: PeanutButterGamer Sprites - Joxon - 12-12-2014 Not that I disagree, but does anyone else think the same thing? RE: PeanutButterGamer Sprites - Koh - 12-12-2014 That's pretty much what I was saying earlier. In terms of collisions, you don't have to change the collision mask at all. You just use a rectangle that tucked inside the bounds of the sprite outline (I'd go even further and say only on the bounds of the body portion, so you aren't getting nicked by the tiniest of pixels, and every hit is clearly visible). Whatever animation that happens doesn't need to affect the collision box. RE: PeanutButterGamer Sprites - Joxon - 12-12-2014 If I use that foot changing animation, I just realized how many problems this is causing. 1. The box CANNOT follow the sprite without changing it. Unless you have a fix in which case please provide an example. 2. It will take out if the 48x48 size I'm trying to contain this in. 3. It gets rid of the simple chop I was going for. Also looking at certain examples I've seem that Zero does the exact same type of chop as mine and he doesn't move his feet either. Also none of this is ment offensively. RE: PeanutButterGamer Sprites - Koh - 12-12-2014 If you're referring to this ![]() This works too. Notice how his body is fully in the motion of the swing, even if his legs don't move much. The step forward just allows for maximum range. RE: PeanutButterGamer Sprites - Joxon - 12-12-2014 ![]() I did try a little bit more to make the body flow. This one he pulls himself back a little after ![]() This one he doesn't. RE: PeanutButterGamer Sprites - TheShyGuy - 12-12-2014 How are you doing attack collisions? Maybe I can help you figure something out? RE: PeanutButterGamer Sprites - Joxon - 12-12-2014 So, PBG had his own collision mask represented by a rectangular mask (every sprite has the same collision). The sword has its own collision mask that is represented by an object with a collision representing the swords path. The sword mask lasts as long as PBG is swinging the sword. RE: PeanutButterGamer Sprites - TheShyGuy - 12-12-2014 So what would be the issue if the sprite moves? |