Fixed fps?

Is there a setting to fix the maximum fps? Most games have it, why this doesn’t? Is there a way to achieve that via editing some file? (maybe the setting exists but is not added to the gui?)

to set the maximum fps cap its

sys_MaxFPS = ##

where ## is the fps cap, e.g.
sys_MaxFPS = 60
would be a 60 fps cap

it can be entered in a file you create in the KCD root folder called “user.cfg” which goes in the same folder as the system.cfg.

just create New Text Document.txt and rename it user.cfg and then within the file enter e.g. sys_MaxFPS = 60 on the first line then save it.

1 Like

Good, thanks!