Ulqiorra Member 676 Feb 21, 2009 #1 Is it possible to change the maximum frame rate for RMXP? I like smooth mode, but I can run the game much faster on my new computer. I think the maximum I could go in flash before it crashed was like 100 fps. Any answers?
Is it possible to change the maximum frame rate for RMXP? I like smooth mode, but I can run the game much faster on my new computer. I think the maximum I could go in flash before it crashed was like 100 fps. Any answers?
Glitchfinder Staff 1,504 Feb 21, 2009 #2 Code: Graphics.frame_rate = 40 This is the default. Add this code with a higher frame rate to try it out. Also, this is in the help file, which should be the first place to look. Upvote 0 Downvote
Code: Graphics.frame_rate = 40 This is the default. Add this code with a higher frame rate to try it out. Also, this is in the help file, which should be the first place to look.
SephirothSpawn Sponsor 1,433 Feb 21, 2009 #3 You can change the frame rate, but it may not actually increase the FPS. Upvote 0 Downvote
Ulqiorra Member 676 Feb 21, 2009 #4 Thank you. I didn't see this in the help file (stupid me). Seph, I know it may not change the actual FPS, I just wanted to remove the cap. EDIT: I set 'Graphics.frame_rate' to 255, and I got an average of 120 FPS on a map running 86 events! w00t! Upvote 0 Downvote
Thank you. I didn't see this in the help file (stupid me). Seph, I know it may not change the actual FPS, I just wanted to remove the cap. EDIT: I set 'Graphics.frame_rate' to 255, and I got an average of 120 FPS on a map running 86 events! w00t!
Glitchfinder Staff 1,504 Feb 21, 2009 #5 Near":29pwcolw said: Thank you. I didn't see this in the help file (stupid me). Seph, I know it may not change the actual FPS, I just wanted to remove the cap. Click to expand... You should be careful doing that. This isn't a cap, but the frame rate it attempts to use. When you set it too high, it lags pretty badly. Upvote 0 Downvote
Near":29pwcolw said: Thank you. I didn't see this in the help file (stupid me). Seph, I know it may not change the actual FPS, I just wanted to remove the cap. Click to expand... You should be careful doing that. This isn't a cap, but the frame rate it attempts to use. When you set it too high, it lags pretty badly.
Ulqiorra Member 676 Feb 21, 2009 #6 Well thanks again, and read the edit of my last post, my new computer is amazing. Upvote 0 Downvote
Zeriab Sponsor 895 Feb 21, 2009 #7 Graphics.frame_rate is limited to the range 10 - 120. Setting it higher than that doesn't do any difference. Upvote 0 Downvote
Graphics.frame_rate is limited to the range 10 - 120. Setting it higher than that doesn't do any difference.