I’m Santiago Zapata, better known online as slashie, a Software Engineer and Independent Game Developer and from Medellín, Colombia.

You are in the devlog, a chronological collection of updates on my projects, alongside articles about software and game development. Subscribe to get these directly into your inbox.

OpenArthurian: Day 19 of the New Age of Arthurian

Published by

on

Not much done today as it was a busy last day at Vancouver (packing to return early tomorrow morning ugh). Anyways, I managed to work a little back on the engine (not the studio), refactored the asset loading so that, instead of a hardcoded list, there’s an inventory controlled by a JSON file, which we’ll later on use in the Studio as part of the scenario config.

This is all so that the missing parts that allow creating a custom scenario are in place. For instance, right now the title screen is hardcoded to the The Law of Virtue scenario, so we need users to be able to change that (and actually much more, say if they want to change the UI backgrounds, or the pixel font).

So for now the work to support this on the engine side works; but I still need to figure out how it’s going to work in the studio, especially in regards of which assets should be part of the base runtime, and which should be part of the standard template. I’m thinking of a system where the scenario is build additively, with the template assets overriding the runtime assets.

As a bonus and as a way to test quicker, I added a “Recent Projects” sections on the welcome screen UI.

We are very close to that first public release.

One response to “OpenArthurian: Day 19 of the New Age of Arthurian”

  1. […] on the Magical Mirai Procon 2026 so here I am, trying to get an idea of where we were since I was back on […]

Leave a Reply

Discover more from Slashie's Gamedev Adventures

Subscribe now to keep reading and get access to the full archive.

Continue reading