You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To name a few RTS and why you will run into issues with my approach:
Age of Empires 4 allows construction of buildings with multiple villagers, as well as different races have different gather rate (e.g. HRE gathering faster if near a prelate).
Supreme Commander (and Beyond All Reason) has a flowing economy where you have a steady income and are constantly spending your resources at a different rate, as well as multi construction vehicles may be used to build units and structures
Warcraft 3 lumber income depends on how far away the lumber is (similar to AOE4 lumber)
Additionally you will have to keep the project up to date with the game version (patches), so you need to find a way to automate the process of updating unit cost, build time and tech-tree requirements.
For SC2 I found now roughly 3 ways: Using the Bot API, exporting and parsing XML with the map editor, or extracting the XML files directly.
Other than that, the project might be reuseable. However I am more of a backend programmer (so this progamming style might not be ideal in this project) and will prefer to not use any JS frameworks (angular, react, vue or svelte) in the future, but rather server side rendering with HTML + htmx.
Hi! First of all, thank you for the amazing job!
I was curious if it is possible to reuse this project for other RTS games?
To be more precise, how much work is required to:
The text was updated successfully, but these errors were encountered: