AstRal HeaRts was an RPG that started development in 2017. After many years and refactors, I’ve decided to open source it. Feel free to take a look at the code, written using AeroGameFramework back in 2019. It’s completely available to reuse, remix, repurpose, or even re-release as your own. I haven’t updated the code for the game since 2020, so it seriously lacks in quality but it may be a good starting place to see how certain systems like mob AI were handled.
This release will probably not work out of the box, given its dependency on assets owned by the Team Sayo group. I’m currently looking into creating placeholders that can fill in during the meantime. Hopefully this project is useful to anyone looking to make an RPG!
I’m looking into exporting a select number of animations and other related assets, it’s just taking some time since I’m caught up with other things at the moment but I wanted to release the code first.
There is a place file in the Github repository. I’m not uncopylocking the main game itself, but the code that builds it up as well as one of the zones are freely available for download.
Is horizontal movement the only anti cheat you had in the game? I noticed you had double jumps in the game and was wondering what you did to prevent exploitation on that end.