• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

GameMaker Huge FPS DROP

So when youtube is closed, your fps drops?

Solution : Keep Youtube open. :)

FPS (max) is fps_real?

and your 50/50 values are what exactly? fps and room_speed?

What is your room_speed that you set? What is your game_speed set to?

My guess would be that when youtube is open, it puts more pressure on your GPU, and then your PC increases the clock speed of your GPU, which in turn speeds up the rendering of your game.

At a guess.

Download something like GPU-Z and CPU-Z to check your actual clock speeds, see if they are changing.

Apart from that, I would use the debugger/profiler, see if there is anything you can optimise.

That might help smooth out your game when its under heavy load.
 

Nodamex

Member
FPS(max) = fps_real
fps/room_speed = 50/50

so, room_speed = 50

idk about game speed i am searching for it.
I will edit thank you.
 

Nodamex

Member
upload_2017-11-30_13-23-24.png

I have been experiencing this issue for long time, i dont think it is about my code's optimization. It was always like this.
 
Top