[GRUEDORF] infey's Devlog
-
This Devlog
Hey everyone!
Some of you may remember me from back in the day. I lurked the early verge forums, haunted the irc channel, and contributed as a coder and musician for various verge games and game compos. To be honest, that’s an all too succinct and flippant way to describe the emotional and intellectual influence the community had on me. It was an aspect of my life that with me from middle school throughout my early twenties.
It may be little surprise then, that from there I went on to work in the games industry in several studios before eventually founding my own (with fellow verger Skall - although weirdly we never actually met online before meeting professionally).
Those were good years.
Since then due to shifting priorities - 'life - my job is no longer directly tied to games development. I rarely get a chance to code. I haven’t done music in years. When I got my first professional gig I began to lose touch with the community, and when I took a job outside of game development a decade later I lost touch with those creative aspects of myself entirely.
But I don’t want to lose them. It’s fitting then, that my journey to rediscover those aspects of myself begins here - where so much of it started - on verge forums.
I see home on the horizon.Project: 16-bit Style RPG
Falling in love with JRPGs as a kid. Spending a decade with verge contributing to them. Pretty funny then that I’ve never actually worked on an RPG of my own in a serious way. I began work on one with a friend. The main reason I’m invoking the arcane binding magic of Gruedorf is to add a little weight to making continual progress with this one.
We decided to move ahead with Unity. The last time I used Unity was years ago within my game studio, and we basically stripped it down to the system level. A cross platform media layer much like SDL. Of course, back then there was barely any support at all for 2D in Unity. This time we want to embrace the Unity3d way with more zeal.
To that end, this week I wrote a custom asset importer for Aseprite files. Custom asset importing is a relatively new feature available in Unity and the API is still experimental - but the workflow advantages are amazing. It’s nice to be able to open and save a file in Tiled or Aseprite and have Unity import it within the same pipeline as any other built-in asset. Luckily, the format is well documented.
Drag and drop an ASE file into the the project and it’s imported and ready to use. Lookin’ good, Janus.Project: Music
I also want to make music a part of my life again. It’s getting embarrassing to launch dosbox every time I want to compose, so I think it’s time to modernize my tools. Renoise is a more modern composition tool that still embraces the ‘music tracking’ modality. I bought a license.
I’m going to try to have a new song ready each week to link as part of my Gruedorf submission. If anyone reading this has any requests in terms of themes and style I can base my weekly thing on that and maybe we can help each other out.
I was never good enough to do music professionally for games, and I’m a lot worse now than I once was, and I’m still learning new tools. That being said, if you were looking for someone to do music for a project I’d be interested in that too. Noodling is fun, but composing with a goal in mind is more fun.
No week precedes this week in context of the devlog so I’ll be posting an oldie from a compo game I did with Thrasher. This was an attempt to crib the style of Warsong from the Sega Genesis.
Project: So many others
I don’t know what the future may hold. There’s certainly no shortage of fun projects I could work on. But first and foremost is just to make continual progress - to timebox that dev and music work each week. I just need to keep putting one foot in front of the other. Gruedorfing. I imagine I’ll have ‘lost’ by this time next week
-
-
@bengrue I am indeed! I’ve been lurking a lot, it’s hard to find time to keep on top of it… but I’m going to try to chat a bit more often. Nice to see you again!
-
Sadly, life got busy this week but I did a bit of music stuff and a smidgen of game dev.
Music
I wasn’t able to check out renoise this week, but I did open up Milky Tracker and poked around. Here are some songs!
Tried to hit that River City Ransom/Super Spike Vball feel
A self imposed one hour compo with myself as the only entry. Trying to hit sadness/regret feels.Outside of these I also uploaded a makeshift album of some of my favorite one hour compo entries from a specific period of time in my life
One Hour Compo - Burlington SeriesProject: 16-bit Style RPG
After running a number of experiments with Unity’s built in tile editor we decided it isn’t fully featured and nice enough to work with to proceed with it. So now we’re looking at Tiled and other external editors with a Unity custom asset importer to optimize workflow.
Cheers!
-
Work has been busy this week so not much to report.
I did some work on a web framework to support downloading assets, script updates, and analytics for games post launch.
Unity tilemap editing isn’t going to work out… it isn’t just isn’t mature enough yet. I’m kind of shocked to find that the state of tilemap editors isn’t really that great. I assumed “2D Tilemap Editor” would have a clear and amazing winner by now. For now we’re integrating Tiled into the workflow.
Cheers