Posted April 27, 2024 by nerudaj
#rend #FPS #Pico-8
This month wasn't the easiest for me, facing a lot of stress at work and a slight burnout on everything technical for two weeks straight. At least I caught up on my comic book reading backlog :)
Anyways, on the gamedev front, I managed to get map pack support and map rotations done. When saving your map, you can either select existing pack or create a new one through a dialog option. Physically, each map pack is just a folder on the disc and if you mess it up, you can go to Rend/resources/levels
to fix it by hand.
When setting up a game, a map selection dropdown was replaced with a map pack dropdown and extra option to select which maps should be added to the rotation. So far, there is no option to randomize the map rotation.
Getting this feature out of the way was another important step towards full multiplayer support as I had to modify my network protocol to be able to handle consecutive games.
There were a few other minor changes, here's the full changelog:
Gameplay:
Accessibility & UX:
Other: