Content Iteration
Chris - Tuesday, May 18th, 2021 Comments Off on Content Iteration
Hi there! Welcome back to the Blightmare dev blog. We’ve entered into a phase of the project that is much more focused on iteration of our content and features rather than building new stuff. As a result, there isn’t as much cool stuff to talk about on the blog. Instead, we spend most of our Continue Reading
2D Lighting: Soft Shadows
Chris - Tuesday, March 30th, 2021 Comments Off on 2D Lighting: Soft Shadows
Hello and welcome back to another Blightmare dev blog! Today is another entry in the ongoing series about lighting. Specifically, this post is a followup to last week’s introduction to shadowing. After last week, our test scene had some nice shadowed areas, but the shadowing was very harsh and today we’re going to try to Continue Reading
Playable Pausing
Chris - Tuesday, February 2nd, 2021 Comments Off on Playable Pausing
Hello and welcome back to another Blightmare dev blog! This past week, I spent some time away from the editor and focused on some of the neglected parts of the game itself. In particular, I took at stab at the main menu and pause menu. These menus are almost the same, and we wanted them Continue Reading
Level Loading Optimizations (Part 1)
Chris - Tuesday, January 12th, 2021 Comments Off on Level Loading Optimizations (Part 1)
Hello and welcome back to the Blightmare Development Blog! Somehow in my excitement to get the editor out the door I completely forgot that we had scripting in the game. I remembered early this week and set about rectifying my mistake. I was very pleasantly surprised when it only took a few days to re-implement Continue Reading
Improving the Editor
Chris - Tuesday, November 3rd, 2020 Comments Off on Improving the Editor
Hello and welcome to another Blightmare dev blog! Things have been progressing slower than we like around here, but we’re getting closer and closer. We’ve had all our mechanics built for some time now and that has allowed us to really experiment with combining them in ways that we didn’t originally consider. In doing so, Continue Reading
Thanksgiving 2020
Chris - Tuesday, October 13th, 2020 Comments Off on Thanksgiving 2020
Hello there! Thanksgiving was yesterday here in Canada and the Plateau team is wishing you and yours all the best as we live through these unprecedented times. We’re particularly thankful for all of our Kickstarter supporters, our blog readers, and everyone that has taken the opportunity to wishlist Blightmare on Steam. The timing of things Continue Reading
Teamwork Makes The Dreamwork (Part 1)
Chris - Tuesday, September 29th, 2020 Comments Off on Teamwork Makes The Dreamwork (Part 1)
Hello there! Chris here, back for another look at the inner workings of Blightmare’s development process. Today I’ll be discussing the tools and processes that we use to make sure we can all work effectively and efficiently whenever we have time. This is of particular importance for a small team, especially one that is spread Continue Reading
Scripting in Blightmare
Chris - Tuesday, August 4th, 2020 Comments Off on Scripting in Blightmare
Hello and welcome to another installment of the Blightmare dev blog. Today we’re going to take a quick look at a system that is in the early stages of development: scripting. I’ll start by describing what we mean by scripting and then I’ll talk about what we have implemented so far in Blightmare. What Continue Reading
Iteration in Practice
Chris - Tuesday, July 28th, 2020 Comments Off on Iteration in Practice
Hello and welcome to another installment of the Blightmare development blog! Today’s post is going to take a look at a recent iteration cycle that one of our mechanics went through to show how incremental improvements can be a useful tool for a small team. Before we dive in, I want to make it Continue Reading
A Tale of Two Refactor: Part 5
Chris - Tuesday, June 30th, 2020 Comments Off on A Tale of Two Refactor: Part 5
Hello and welcome to another installment of our ongoing series covering the two major code refactors that have happened (so far!) during the development of Blightmare. Last week in Part 4, we made the jump from traditional Unity MonoBehaviour components into fancy new Entities API components. Today I’m going to discuss our experience with this Continue Reading