A 2D Unity Isometric RPG Demo

Month: July 2018

Level Size and Scale

Posted on July 2, 2018  in Game Design

To keep level size small for this level I have chosen to lay out the level according to a grid, using old-school calculations for overall size.  Each “screen”  will be a 1920*1080 pixel portion of the overall level image.  The level size (image size) with our isometric camera will start as a 5×5 screen image.  This translates to an image size of 9600*5400.  This is a massive image to work with, so it will have to be further divided into multiple pieces before importing it to the Unity engine.  The final render will likely need to be separated into multiple wall and floor layers per-tile to help with clipping. I haven’t really looked into how Unity 3d handles large background images yet. so all of this could be wrong. Pathfinding is another consideration that will take place as the level is built.

,

[Top]

Month: July 2018

The Player

Posted on July 2, 2018  in Game Design

For the purposes of this demo, the player for this demo will be a bowman from the Northern Wood.  For melee combat, he will carry a large, two-handed war hammer he borrowed from his father. He is poor and young but gifted with a bow like no other.  One day when hunting stag he wandered onto the desolate plains of the North.  Tracking a white stag, he discovered an entrance to the Tomb of the Four- located in the Northern Crypts.

This simple backstory will do to frame the creation of the player and provides context for how he arrived at the crypt.

 

 

,

[Top]

Month: July 2018

We have ORKs!

Posted on July 2, 2018  in Game Development Tools, Game Engine, Unity 3d

No, not orcs.  There are enough Tolkien-inspired CRPGs that feature orcs, elves, goblins, etc.

What we do have is the ORK RPG Framework for Unity 3d. It appears to be a very nice, robust system for creating RPGs in Unity.  Check it  out here.

 

 

, , ,

[Top]

Month: July 2018

Welcome to the Northern Crypts Demo.

Posted on July 2, 2018  in Uncategorized

This blog covers the development of my Unity 2D CRPG demo project.  This demo consists of a small, playable isometric 2D level.  It will feature a complete story, NPC interaction, items. dialogue, spells, ambient characters, audio, and mini-quests.

Thanks for stopping in.

w.

[Top]