Dev-Diary: 65

Wow I am exhausted.

In an attempt to not only get Management In Space done, but also to cram in as much amazing content as possible, I’ve been basically non-stop coding. Constant bug-fixes, more stories and options, optimisations, etc. The big one I tackled today was fixing the primary event management system. See, M.I.S. focuses a lot on the random events that occur and how you deal with them. Do you prioritise resource collection, do you focus on attack and defence, or do you find ways to manipulate the odds in your favour? One way I tackled this in an attempt to give more power to the player was to implement a focusing system, allowing the player to tell the station to prioritise certain modules over others. This works well, but something was still amiss.

Up until today, game events occurred according to base-time plus a random time, partly scaling with difficulty and partly incorporating a variable prioritisation function. In the short-term it worked because it simulated a semi-chaotic space galaxy was kinda cool! Though as the game expanded, there rose a massive discrepancy between runs; sometimes you could play for ages and barely encounter any enemies, then another you would immediately get swarmed by pirates and be destroyed. This is not ideal for a game that focuses on strategy and survival. While I still need to work on the difficulty scaling a bit, I’ve completely re-written how events are tracked and timed. There is now a semi-set structure to the play of events, with a background set of less-impacting random events that still give the game a delightfully chaotic and living feel to it, but not so heavily that it will destroy a run. While the new system will need to be judged over time, it seems to create some level of consistency across runs, allowing players to better approach each return to the game.

I was almost going to take a photo of all my notes about event timing and structure because it looks kinda cool, in a… messy kinda way… but I realised that I would be giving away all the event timing secrets so instead I’ll leave you with another gif to represent my current mood down below~

I still have a way to go, but I’m getting there. And the game is getting better and better every day! I promise it’ll be worth the extra time I’ve put in. Anyways till next time, all the best~
^,,^

(Oh also the website got updated and should be fixed now woo!)