Sunday, July 27, 2014
Unicorn Training: Sprites for Switches, Doors, & Shops
I'll need switches and doors for puzzles and I'll need breakable rocks that make fields more interesting. The tables of items allow me to make shops that feel like ones from A Link to the Past. You trot onto a cushion and the shop keep tells you what the item in front of that will cost you. You'll just press the action button to confirm your purchase (if you have enough of the right gem type).
Saturday, July 26, 2014
Status Report #48 (Tile Maps)
This is what I've been staring at for most of the week. Lots of scenes for this little game. I want players to get their dollar's worth. After I make all the enemies and objects I can place them on the level maps I just made. See this week in review below.
Friday, July 25, 2014
Unicorn Training: Tile Maps Done
All the maps are tiled out now. All that's left is to do some touch ups on the forest scenes and add some colliders. I want to connect every room in proper order using my door system so that the world is finally real and tangible. I'll worry about enemy and object placement once those are coded. I also wrote down which enemies will appear where in the GDD for reference later. There's 17 enemies in the works right now and if I keep up a decent pace I may have the whole game done a month early!
I really want my first RPG to see the light of day and that day is sooo very close.
Tags:
Development,
Equica,
Unicorn Training
Thursday, July 24, 2014
Missing Tiles (Lesson Learned)
I'm still making maps today and I'm noticing a few slip ups on my tile sheet design. It's all fine and really just minor detail stuff, but I really should have made a few extra pieces that accommodate singe spaces and those rare corner pieces that can link perpendicular angles together. I also had some redundancy issues in that 2D Toolkit allows for flipping and turning sprites which made doing that for some tiles on the sheet pointless. The 3x4 arrangements shown above really aren't enough and I'll more likely need 12 tiles per terrain instead of 9.
For now I'll just work around these limits but in the future I'll need to be sure I have tiles filling in 1x1,4x4, and corner positions. I'll also need to separate each sheet my tileset so I can easily reach all the tiles I could need for a particular area. I should also keep in mind how I could save time by having all the commonly used tiles in different variants(snow version, desert version, grass version) placed in the same position. That way I can swap out the Tile Sheet component and the map editor will automatically switch mapped tiles to match the ones on the replacement sheet.
Tags:
Art,
Equica,
Tutorial,
Unicorn Training
Subscribe to:
Posts (Atom)