Originally Posted by UndeadBatsmen
i have a question
how do you ake it off a fixed framerate
in options i have switched between 30 and 60 fps
, so how do you do an unfixed fps
do you use wildcard * in there, or what??
undead
|
/opt fixedframerate 0
This is only a developer variable. We use it to measure how fast the game runs.
Having 200 fps or more makes the game unplayable for most parts.
30 fps setting works by:
draw, calculate physics, calculate physics
60 fps setting works by:
draw, calculate, draw, calculate
So those settings change the the order of things.
|