Game speed

Issue #148 new
Kokkolar created an issue

Setting ms_per_game_cycle below 25 has no effect

If i set 100 - game will very slow but if i set 5 - game speed is equal to 25

Comments (4)

  1. Gennady Trafimenkov repo owner

    if i set 5 - game speed is equal to 25

    No, it is not. Depends on the computer speed, of course, but you can see the difference of how fast bullets fly.

    ms_per_game_cycle is sort of internal parameter. Its purpose is to limit number of game cycles per second, so the game is not very fast on modern computers.

    There is nothing to fix or improve, I think.

  2. Kokkolar reporter

    That is strange, coz usually the game is slow, but sometimes (after minimize i think, can't still notice in what circumstances it happens) game turns up the speed somehow approximately to x2

  3. Kokkolar reporter

    Now i see. Bullet speed become really fast on low game_cylcle but mercs are still moving slow. When i have got that game speed glitch after minimize, mercs animation became very fast. Walk speed with animation glitch = run speed without it.

  4. Log in to comment