The Command lists
Hello! Michael Faux here, with the first devlog of the project. I'm working on a lot of the systems in the core gameplay.
Since we started this I've been trying to figure out a good way to do commands for units and buildings alike. I wanted a simple structure able to be sent to the UI for population of the interface and such. There are a lot of ways to do this and it was a struggle to find a solution I was satisfied with. I didn't want to store extra copies of blueprints.
I have finally settled on a combination of a data table for the cost of each production command. I'm using a custom Struct for sending any relevant data to the units and building. Each structure and unit will have a list of commands they have, to prevent needless searching for extra interfaces. The commands are put into an Enum to make selecting each one simple. The data table will also be a great tool later on for balancing the game. We can easily see the costs of different items and I plan to have a single reference to each buildable listed here as well. Changing or adding units, researches, or buildings will be really simple going forward.


Get Real-Time Skeletons
Real-Time Skeletons
| Status | In development | 
| Author | TailByte | 
| Genre | Strategy | 
| Tags | Hex Based, Indie, Medieval, rts, Singleplayer, Unreal Engine | 
More posts
- Level Generation is Very SlowJun 27, 2025
- Issues with AI 3: Return of the Electric SheepJun 27, 2025
- More Command thingsJun 27, 2025
- Widget Component Misalignment in RTS UIJun 26, 2025
- Issues with AI 2: Electric BoogalooJun 21, 2025
- Level Generator Ramp PlacementJun 20, 2025
- UI Timer TroubleJun 18, 2025
- Issues with AIJun 14, 2025
- Basic Level GeneratorJun 13, 2025
- Pause MenuJun 13, 2025
Leave a comment
Log in with itch.io to leave a comment.