Make the game run at a certain number of frames

0 favourites
  • 3 posts
From the Asset Store
Full game Construct 2 and Construct 3 to post on Google Play
  • Hello everyone... I am working on a game with an artistic nature and huge graphics sizes, and I have dozens of characters within the game that have 8 frames for each animation, and it has hundreds of animations. This is the reason for the low number of frames. I want to know how to Make my game run at a specific number of frames per second (Limiting frame rate), 8 frames. I want to make everything in the game run at 8 frames per second. Can I do that?

    Now the characters animation work at 8 frames, and the clouds and background objects (With the bullet and sine behavior) It has many, many more frames , Which makes the end result very bad

  • It's not possible. And Construct game won't run properly at framerates lower than 30.

    Perhaps I misunderstood your problem, but if you want your animations to run at 8 frames per second, you need to set animation speed to 8. They will run at this speed at any framerate.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • The problem is more built in behaviors running every tick, smoothly, which doesn't match up with his animations running at 8fps.

    You can recreate any behavior with events or JavaScript, then run them at 8 frames per second with the condition every .125 seconds or. It's just gonna be a lot of work.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)