Jump to content

FPS cycle


Thor

Recommended Posts

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.

 

Thor! B)

 

Note: This thread is taken from my .cfg file and posted here to allow others to copy and use in their .cfg file.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.