Page 1 of 1

maxfps

PostPosted: 02 Feb 2012, 22:05
by Catalanoic
In sauerbraten config.cfg i can limit the maximum fps at maxfps variable. How can I made the same in Red Eclipse? i don't found config.cfg.
Thanks and sorry for my horrible english, i know!

Re: maxfps

PostPosted: 04 Feb 2012, 16:56
by TristamK
u can find the autoexec.cfg section in main menu of game . and write all changed vars . you must write maxfps=1000 (for ex.) . and press save and after press exec . that all =)

Re: maxfps

PostPosted: 05 Feb 2012, 01:27
by Catalanoic
ok! thanks! this works!

Re: maxfps

PostPosted: 23 Feb 2012, 00:21
by Blindman
Hmm, didnt for me, just says unknown command after execing.

Re: maxfps

PostPosted: 23 Feb 2012, 11:06
by TheLastProject
Blindman {l Wrote}:Hmm, didnt for me, just says unknown command after execing.

Try "maxfps 1000" if you're editing the autoexec.cfg file or "/maxfps 1000" if you're using the command line (both without the " characters and without the = sign written in TristamK's post).
Of course, change 1000 with your preferred value.

Re: maxfps

PostPosted: 23 Feb 2012, 18:01
by Blindman
ahh thanks.