Yekaterina Posted May 12, 2021 Report Share Posted May 12, 2021 The A25 dev version from git downloaded and compiled itself with reasonable speed. However, actually running the game was extremely slow: it took 10 seconds for the main menu to appear, then another 10 seconds to see the structure tree. When I tried to play a 1v1 with petra bot on Normal Mainland the game took more than 5 minutes to load 23%. I wonder if this is caused by it being a debug version, or poor optimisation by the programmers, or outdated git, or just Windows 10 being a rubbish OS? Quote Link to comment Share on other sites More sharing options...
Stan` Posted May 12, 2021 Report Share Posted May 12, 2021 6 minutes ago, Yekaterina said: I wonder if this is caused by it being a debug version, or poor optimisation by the programmers, or outdated git, or just Windows 10 being a rubbish OS? You got one correct here, but not in the way you think. You need to switch to release debug.mp4 The debug build is barely used, because it runs with 0 optimizations. It also runs extra checks, which make the game slower. 1 Quote Link to comment Share on other sites More sharing options...
Freagarach Posted May 12, 2021 Report Share Posted May 12, 2021 (edited) I won't fight that last statement. But the main game comes with pre-cached visuals, while they need to be cached on-the-fly for the development version. That can take a while. Not minutes though. (And @Stan` reads better.) Edited May 12, 2021 by Freagarach Stan` beat me to it. 1 Quote Link to comment Share on other sites More sharing options...
Yekaterina Posted May 12, 2021 Author Report Share Posted May 12, 2021 OK seems like I built it in the wrong way... No wonder so many error messages Quote Link to comment Share on other sites More sharing options...
Stan` Posted May 13, 2021 Report Share Posted May 13, 2021 @Yekaterina there ^ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.