Copied from blog, first proper URRpdate in a while:
In the little bits of time I’ve been able to find to code at the moment, I’ve managed to just about finish off all the different fortress archetypes. There are twelve in total – each nomadic civilization decides on one at worldgen that it will use for their desert encampments, and then each is subsequently generated according to the chosen algorithm. They each also handle rivers going through them in different ways – some loop rivers around them, some have rivers go through them, and there’s a fair bit of code handling the placement of bridges and entrances to ensure that no matter your angle of entering the fortress, and the position of the fortress on/off a river, you can always access the entire thing. Some are large, some are small; most have all their components within the walls, but some have spread out beyond the walls; some are well-defended, some less so. The white %s are placeholders for market stalls which I haven’t yet created the terrain type for, and the large “oval” buildings are barracks, the smaller circular buildings in military districts being buildings where you may find particular NPCs of military value.
Here are some examples. Bear in mind that these images don’t show the changes in height, but rather give you an overall plan of how these areas are laid out. The algorithms shown here are the “Concentric Square”, “Circle Lines”, “Star Fort” and “Cross” variations. They’re tremendous to walk around – even without NPCs (two versions away!) one can already tell what they’ll be like once they’re populated.
Now, for a general update. Editing my PhD thesis for submission is going well. The first third of it is bordering on submission-ready and I’m now working on the middle third. I’ll be moving house to “start” the full-time development year around the first week of October, give or take, but I suspect I won’t be submitting my thesis until some time around the middle of October. So, for the next month-and-a-bit we’ll be focusing on non-URR entries with a few short updates like this one, then my current prediction is starting my full-time development year some time in October. Once we do, we’ll switch back to full and detailed weekly blog updates, regular Facebook/Twitter updates and the rest of it. AND 0.6 WILL BE COMING, as the first step to totally finishing the worldbuilding block within a year of going full-time. Once that officially starts, I might even put up some kind of “one year countdown” on the blog to remind me how many days I have left to finish the worldbuilding. It’s going to be awesome, internet friends. Next time: an entry I’ve been working on for the best part of a year with some thoughts about AI…