Comments

Log in with itch.io to leave a comment.

Very promising demo, however the FPS inconsistency (and the fact the FPS drops at all in a game this stylized) drag it down and eventually make the missions unplayable, other than that it's only the weird plane physics and awful (realistic?) controls of the planes that sour the gameplay (you always have to fight against the plane, it droops either down or up).

(+3)

The games poor performance is an issue I'm painfully aware of and something I'm currently trying to fix. It's Mostly because of bad coding practices on my part and I'm currently refactoring a lot of the AI code to try to make it scale better.
Due to the aircraft's use of somewhat "realistic" physics, the aircraft isn't exactly stable in the air and will tend to drift down due to an unbalance of forces. I've experimented with an auto trim feature to help alleviate this but it didn't really work well so I scrapped it. I will be sure to try and implement a proper one in the future. Thanks for the feedback!