View Single Post
  #1  
Old 12-30-2014, 08:43 PM
Fiberwyre_P2P Fiberwyre_P2P is offline
Registered User
Join Date: Nov 2011
Posts: 471
Fiberwyre_P2P will become famous soon enough
Raising the FPS would make a big difference and, at the same time, no difference.
Everything in the game is tuned to run at 20 FPS.
Animations certainly aren't going to just magically run at 60 FPS if you raise it to 60.
Loops in scripts are hardcoded to run at 20 FPS.
Gun stats are in increments of .05 (1/20th of a second).

So basically, JUST raising the FPS wouldn't do anything. There would also be a ton of work to do to actually make it worth doing.

Probably the only immediate change you would see is everyone would be moving 3x as fast, since I'm pretty sure Graal/Era's movement system doesn't account for time deltas between frames, as evidenced by running exceptionally slow when you're running at a sub-20 FPS.
__________________
Merp
Merp
Merp
Reply With Quote