Ludum Dare 54: You Can’t Take It (All) With You - UE5

Theme - Limited Space

Date - 9/29/2023 - 10/2/2023

Link - https://ldjam.com/events/ludum-dare/54/you-cant-take-it-all-with-you

I participated in the 72 hour version of Ludum Dare 54, in which I created an entire game within that time frame. The game is a point-and-click narrative game about the player choosing what to take with them into their next reincarnation. They can take 1-2 versions of their past lives, or a fun hat! (Or both!) . I used the jam to mostly learn Blender and explore areas of Unreal Engine 5 I hadn’t explored yet. I was able to create a point and click interface along with a dialogue system that could trigger events.

Overall, it was a great learning experience!

Management Sim - Unreal Engine 5

A personal project of mine that was mostly created as an exercise to gain a deeper understanding of Blueprints in Unreal Engine 5. I used the Top Down Example Project as a starting point to explore AI navigation, setting up inheritance structures though child-parent classes, communication between blueprints with Blueprint Interfaces, and creating Widget Blueprints.

It is pretty simple at the moment, but it has been a fun test case for learning about Unreal. It’s been fun creating specialized worker units with activatable abilities that recharge over time!

Source for the project can be found on my github:
https://github.com/derek-glennon/ManagementSim

Progress as of 7/23/2023
This video shows the following:

  • Swapping control between two different units. Can swap control by either clicking on the units, or clicking on their portraits in the bottom UI

  • Units finding the nearest work position around the node when directed to them. They will recalculate this position if another worker takes their spot.

  • Two different types of damage being calculated. The orange bar is separate for each worker and counts down to when an item will be dropped from the node. The blue bar represents a “break” mechanic for the node which will apply a debuff to the node once it reaches 0

  • Small wood items being throw from the node when the orange bars reach 0. They will then fly to the storage unit and tick up the overall number of resources for the player

  • Ability being activated for the orange unit. When I click the blue “A” button in the bottom UI the Orange Unit will swing faster for the next 3 strikes. The Active ability will not be able to be used again until the cooldown bar refills

Again it is all pretty simple, but has been fun to mess around with! :D