Short update post because Merry Christmas! Lots of work on various side projects of mine, but the only thing of note for Eschatown is that I discovered Character Creator 2D. I purchased that tool and hopefully I can rapidly create a bunch of character sprites that way, as opposed to the vector dude I mentioned previously.
Year: 2020
Eschatown’s Prototype
We’ve just uploaded a prototype for you to download and try. Just in time for Thanksgiving!
Just go to the game’s page for both Windows and Mac builds of Eschatown: https://midhavengames.itch.io/eschatown
This version is still very early and rough, and very few sprites are in the game so far. However the writing and systems are pretty far along, so we are testing balance with this prototype. Let me know what you find!
Continue reading “Eschatown’s Prototype”The game is looking better…
The graphics in this RPG project have definitely leveled up this month, so I have screenshots to show off. Also, while the game itself is still unnamed, we came up with a studio name: Midhaven Games! I went and registered an account on itch.io

Developing the Interface
I’m starting to flesh out the graphical interface for my as-yet unnamed RPG. At this point I’ve implemented pretty much all the systems for the game, so tying everything together with a cohesive and attractive interface is my next main challenge.
For example, this animation shows off equipping weapons. First I go into combat before equipping any weapons, and you can see both my Attack stat and that there’s only one action option at the bottom. Then I equip an assault rifle, and you can see I now have a Shoot option in combat.

Simple RPG Combat
This past month I was simply cranking away on the simplistic but narrative-heavy RPG I’m currently engrossed in. Maybe I should talk to Michael about giving the game a name…
The most interesting new addition I’ve made is the turn-based combat system:

Working on an RPG: Generating the Map
I’m now over a month into the basic RPG I mentioned in the last post, so a bunch of systems are in place. In my last post I talked a lot about the narrative system Ink, but this time I want to get back to what is a frequent topic on my devlog: procedural generation of maps. Here is what I came up with for the map of city regions:
(The weird batches of horizontal lines are actually lines of text. That’s just to test applying textures to quads strewn about the map, and will eventually be replaced with images of buildings and trees.)
Using Ink with Unity
Alright, I’m finally building something along the lines of the basic RPG / lightweight management sim I’ve mentioned before! I partnered up with indie author Michael Coorlim for this project. We actually started discussing a partnership back in February, but stuff happened. And by “stuff” I of course mean a global pandemic.
3 Tips: one for low-pol hair/foliage, two for Unity
Last month I mentioned a shading trick I was going to try on my old Phantom Organ Player model, and in this post I explain how that worked out. In addition, there are two obscure but cool tips I’ve learned in Unity, one of which may prompt me to return to a past game idea.
Continue reading “3 Tips: one for low-pol hair/foliage, two for Unity”
Dusting off my 3D art skills
I’m not entirely sure what prompted this (possibly restlessness from being under lockdown) but this month I’ve been digging up old 3D models and animations of mine. I’ve been sprucing up old models and putting them on Sketchfab, and am planning to eventually put some (especially animated characters) on Unity’s Asset Store.
While I’ve been primarily a game programmer for a long time now (as is best exemplified by my book about programming in Unity) I actually started in game development as a 3D artist. As a result, I am still fairly skilled in that area, and also have 3D work in very old backups. I mean really really old files, so old that it’s been a non-trivial task converting them into usable forms.
Procedural Gear Generation
So I’m homebound, just like most everyone else. I was actually already working remotely most of the time so this hasn’t been a huge change for me personally, but the pandemic is causing big difficulties for everyone around me. Like, say, my mom who lives in South Korea, or my sister who is a doctor in New York City.
As for my coding projects, quite a while ago (around a year) I’d seen a reddit post about this interesting approach to generating pixel art equipment. I’ve had it bookmarked all this time, intending to try this myself.