Cool! This looks like it's pretty well put together already. I watched the video in your first post, and I have some feedback based on that. The gameplay looks pretty solid already, so this is mostly about graphical and audio stuff:
- Some of the sound effects seemed out of balance with the rest. The sounds for picking up potions and the ones played when the character or an enemy takes a hit seemed way too quiet - like, getting hit especially is an important event, so I'd expect a big punchy sound to call attention to it. On the other hand, the alternate weapon sounds seemed way louder than I'd expect - they kind of drown out everything else while they're happening. There's also an eating sound effect at 5:08 in the video that's super loud and seems to only play in the right audio channel for some reason.
- There are a lot of mixed pixel sizes being used. I'd suggest choosing a base resolution and rendering everything to a buffer at that size, then scaling up to draw it to the screen. By changing the scale of the main framebuffer, you could still get the camera zoom effects you're using, but all of the places where the overall pixel grid is broken would be fixed. This might require redrawing some stuff or presenting it at a different scale, but it would be a huge upgrade in visual quality.
- In addition to mixed pixel sizes, a few things seem to be drawn at the wrong aspect ratio. The lightning subweapon is stretched horizontally, as are the snowflakes falling in the background.
- The "Stance ready" icon is at an especially awkward scale level. See how the mixed pixel sizes make the lines in the checkmark and the circle around it look like it's broken up at certain places.
- Something is weird with the main character's walk cycle. The frame where his legs are farthest back places his head way farther back than the other two frames, making it look really jolty. I'd suggest offsetting this frame so that the head stays more or less at the same horizontal position, and it might look a lot better.
- It took me a while to figure out that the periodic thumping in the background wasn't part of the music, and was actually the sound of cannons firing. Maybe it would make sense to attenuate this sound effect if you're farther away from it? Like, only make it audible if it's onscreen or close.
Anyway, nice work on this!
Hey thanks a lot for the feedback, some of those things are already beeing worked on, so i can say you are rigth on them (mostly the grafic part). About the trailer sounds that was a case of "bad edditing" on my part. I made the video and I am not that good in doing that, so in the end the sounds turned out a bit out of place or too loud.
About that walk cicle you are not he first one to tell me that. I will try to add at least a few more frames to it to make it look better.
Thank you for your help mate Smiley
All the best. Toast Right