I watched a video last week on adding Pizzazz to your game early. It’s not polish, it’s not juice its just.. stuff to make the game look and feel better than wherever it is in development. It’s used to rally morale for the team or to make it easier to show the game off to publishers earlier.
I’d also said for the past three weeks that next week I’ll try to work on some graphical stuff but.. that next week never came. So I set aside some time this week to do it and by george it’s nice.
I kicked off the week working on the trait systems for units. The stuff that allows them to have latent abilities (including eventually, upgrades and equipment) It’s the kind of thing you’d expect from something like Magic The Gathering’s keyword system, or more familiarly, the special rules system in Kings of War. Anyway, it’s functional.. more or less, but not very extensible, also… poorly written.
I think I’m going to have to come back to a lot of these systems before the public alpha or beta milestones. Probably have to do a whole rewrite of how I’m building units to follow something more like the system described by Brian Bucklew in his talk on entity component systems. But for now, my crappy Frankenstein system does the job for now.
As for the rest of the week, well… they say a picture is worth a thousand words, so here’s an essay.
At the start of the week:

At the end of the week:

It’s nowhere even remotely close to being ready, but it’s looking and feeling more like a real game now.
I also spent a lot of time this week just making things a little more responsive, and adding a little affordance wherever I could. For instance, today, I added a little function to the camera to auto move to the current selected unit. Nothing groundbreaking, just little bits and bobs that add up over time to make a game feel more like a real game

I can’t tell you how much doing stuff like this really makes the game feel more positive in my mind.
At this rate I should be on track for a good set of more public splashy posts in the next month or so, and honestly, I can’t wait.
————————
Tasks completed:
(24/03/2023)
• Move debug bools into their own config file. Ensure they’re reset properly on builds. (GameDataEditor values)
• Show arcs on unit when selected
(23/03/2023)
• Tons of graphics work
(22/03/2023)
• Game UI: Unit Card View
• Move all magic strings into LocalisableStrings
• Graphics work
(21/03/2023)
• Unit Traits
• Trait: Fast
• Trait: Exceptional
• Trait: Cause Fear
• Trait: Armour Piercing
• Trait: Regen
• Trait: Aura
• Trait: Leadership
(20/03/2023)
• Look at implementing nsubstitute via Unity package
• Remove all EventRaised Functions
• Investigate event-only, No dependency architecture.
• Build New Sprint
Bugs squashed
• Units always rotate in one direction when executing a pivot order (meaning they flip around 360 sometimes)
• Unit model heights aren’t properly set on load
• Build crashes on iOS … but just on iPhone?
• Fadeout from pre-game shouldn’t happen until it’s current player’s deploy.
• Hide unit arcs during deployment / on leaders
• Camera is panning when pointer is over UI
• Exceptions firing from localisation