Home
/
Community engagement
/
Forums
/

Game maker fps setting issue stumps developers

FPS Settings in GameMaker Sparks Frustration Among Developers

By

Tommy Nguyen

Nov 28, 2025, 01:19 PM

3 minutes needed to read

Group of developers discussing issues with FPS settings in GameMaker after update

A recent update to GameMaker appears to have disrupted the FPS settings for many game developers. Users report significant differences in timing calculations that have left some feeling stuck, as their games no longer perform as expected.

Users Raise Concerns Over GameMaker Update

Developers tuning their games to 240 FPS expected their calculations to remain consistent, but many are finding this not to be the case. One developer stated: "It worked perfectly before! Now it’s a mess." The frustration stems from altered step events leading to discrepancies in gameplay timing.

Performance Issues Lead to Confusion

The testing done by many users shows stark differences:

  • At 60 FPS, setting a variable with some_variable = 10 * 60 took 10 seconds to reach zero.

  • At 240 FPS, the same variable reached zero in just 2 seconds when set to 10 * 240.

One contributor speculates, "This timing issue didn’t exist last month. What’s changed?" Many believe this bug was introduced in the latest patch.

The Search for Solutions

So far, the only temporary fix noted involves toggling vsync using display_reset(0, true), yet this solution is not permanent when using save files.

"It’s incredibly frustrating! I’ve spent a year on this project," one developer expressed, emphasizing the stress that comes with unexpected software issues on the brink of launch.

Community Reactions: A Call for Action

Users are actively seeking support and solutions on various forums. Here are some main sentiments expressed:

  • Frustration with Timing Bugs: Users are upset that their games are no longer running as intended.

  • Desire for Timely Fixes: Many are urging the developers to address these issues promptly.

  • Innovation Pressure: Some game creators highlight the critical need for timely solutions to maintain their projects’ viability, especially with upcoming releases.

Key Highlights:

  • 🔻 Some projects now rely on stopgap measures that may not ensure consistent gameplay.

  • 🔺 A developing bug affects quick game calculations, frustrating many in the community.

  • “Playing with timing is not something I should have to do!” - Another upset developer expressed frustration with the process.

Interestingly, as the gaming world pushes for advanced technologies, bugs like this could undermine user trust and project success. What will be the long-term effects if developers can’t rely on performance consistency?

With 2025 proving to be a pivotal year for many titles, it’s clear that immediate attention is needed to restore confidence in GameMaker's reliability. The question remains: Will the developers respond swiftly to these complaints? Stay tuned.

What Lies Ahead for Developers?

With the pressing concerns surrounding GameMaker’s timing issues, there’s a strong chance developers will witness a swift response. Many anticipate that updates will roll out within the next few weeks to address the identified bugs. Experts estimate around 70% probability that solutions will emerge as GameMaker’s reputation hinges on reliability during a critical year for game launches. Maintaining user trust is essential, especially as developers push their projects to market. Engaging with the community could also foster a proactive approach, allowing GameMaker to navigate this challenge more effectively.

Echoes from the Past: A Lesson from Music Software

The situation bears resemblance to the struggles faced by music software developers in the early 2000s, when a major update to a popular digital audio workstation led to timing discrepancies across numerous projects. Musicians were compelled to adapt their workflows, often spending countless hours correcting what should have been seamless. Just as today’s game developers are reevaluating their reliance on GameMaker, those musicians had to explore alternative tools and techniques. This adaptation not only transformed their practices but also sparked innovation in the industry, underscoring how challenges can catalyze unforeseen growth.