FPS cycle

All things related to Enemy Territory game. Maps, mods, scripts etc.
Post Reply
User avatar
FuriousFred
ETc| Member
Posts: 82
Joined: 14 Mar 2009, 23:47
discord:
Location: Portugal

FPS cycle

Post by FuriousFred »

This will cycle through various FPS settings. This is especially convenient for different servers or maps that may cause you to have to use a smaller FPS setting.

/////////////////////////////////////////////////////////////////
//FPS cycle
// Cycles through optimal FPS settings
// Shows FPS on screen
// Binds b
/////////////////////////////////////////////////////////////////

cg_drawfps 1
set fps1 "set cycfps vstr fps2; com_maxfps 125; echo ^5FPS is ^s125"
set fps2 "set cycfps vstr fps3; com_maxfps 76; echo ^5FPS is ^s76"
set fps3 "set cycfps vstr fps1; com_maxfps 43; echo ^5FPS is ^s43"
set cycfps "vstr fps1"
unbind b
bind b "vstr cycfps"

Take note that I am using these specific numbers for a reason. ET is based on the Quake 3 engine. In the Q3 engine capping your frame rate (fps) at certain numbers allows for farther jumping distance. These numbers are 43, 76, 125, and 333. This "glitch" if you can call it that has been fixed in ETPro as well as newer versions of ETPub, but don't expect the glitch to be fixed in public servers, just in ClanBase, TWL, STA & ETL (league) certified servers.

FuriousFred

Note: This thread is taken from my .cfg file and posted here to allow others to copy and use in their .cfg file.
Image
User avatar
donmichelangelo
ETc| Member
Posts: 236
Joined: 19 Apr 2009, 13:27
discord:
Contact:

Re: FPS cycle

Post by donmichelangelo »

thx Fred!

your config related tips are really handy, keep it up m8 =)
Image
User avatar
FuriousFred
ETc| Member
Posts: 82
Joined: 14 Mar 2009, 23:47
discord:
Location: Portugal

Re: FPS cycle

Post by FuriousFred »

tks pal!
Image
Post Reply