• Register

Bogarash is a hack and slash role-leplaying game using prerendered sprites in isometric perspective. Set in the medieval Balkans, the player's ultimate goal is to defeat a ruthless bolyar(noble) seeking the throne.

Post news Report RSS "Paper doll" implementation

Prototype of the new paper doll system i started to implement to the game. Showing the combinations of armor and weapons on one of the characters.

Posted by on

One of the features in the 2D RPGs that i like most is the visualization of the equiped items on the character.

So far i couldn't figure this technique and i used few full sets of character sprites that switch only with the change in the main armor(torso) type, it worked better with the shadows but it's main flow is when it comes to equiped/unequiped weapons, i don't want to render all variations, so i had to choose just one weapon(with ot without shield) for each main armor type. Here is an example, on the left is render with full armor and a weapon, on the right is the new "naked" or basic sprite:

spr LFighterStandS 0spr FighterStandS 0

I render the pieces of equipment in all directions with all frames of the character's animations without the areas of the model "hidden" by the body. These are the leather cuirass, helm and club:

spr HeroVestStandS 01spr HeroHelmStandS 01spr HeroClubStandS 01

Then i draw them over the basic character sprite in game, achieving all the combinations.

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: