Author Topic: Mousewheel Scrolling MAXFPS (A jumpmod config that only takes up two keys)  (Read 2366 times)

Offline ni-ux

  • Full Member
  • ***
  • Posts: 157
  • You're about to get...
    • View Profile
  • Rated:
I was bored this morning, and so I've made this, hopefully someone here finds it useful.  Instead of having a bunch of keys for FPS selection, rolling the mouse wheel increments or decrements your cl_maxfps.  I've used the values Kingsize suggests, but if you follow the format you can easily add more choices, or change the values.

// jump.cfg
set cl_maxfps 120
bind mwheeldown fps90
bind mwheelup "echo FPS already set to 120!!"
alias fps31 "set cl_maxfps 31 ; echo FPS: 31 ; bind mwheelup fps66 ; bind mwheeldown echo FPS already set to 31!"
alias fps66 "set cl_maxfps 66 ; echo FPS: 66 ; bind mwheelup fps90 ; bind mwheeldown fps31"
alias fps90 "set cl_maxfps 90 ; echo FPS: 90 ; bind mwheelup fps120 ; bind mwheeldown fps66"
alias fps120 "set cl_maxfps 120 ; echo FPS: 120 ; bind mwheelup echo FPS already set to 120! ; bind mwheeldown fps90"
« Last Edit: August 23, 2006, 06:27:25 AM by ni-ux »
  • Insightful
    Informative
    Funny
    Nice Job / Good Work
    Rock On
    Flawless Logic
    Well-Reasoned Argument and/or Conclusion
    Demonstrates Exceptional Knowlege of the Game
    Appears Not to Comprehend Game Fundamentals
    Frag of the Week
    Frag Hall of Fame
    Jump of the Week
    Jump Hall of Fame
    Best Solution
    Wins The Internet
    Whoosh! You done missed the joke thar Cletus!
    Obvious Troll Is Obvious
    DO YOU EVEN LIFT?
    DEMO OR STFU
    Offtopic
    Flamebait
    Redundant
    Factually Challenged
    Preposterously Irrational Arguments
    Blindingly Obvious Logical Fallacies
    Absurd Misconstrual of Scientific Principles or Evidence
    Amazing Conspiracy Theory Bro
    Racist Ignoramus

Offline Ax2Grind

  • Full Member
  • ***
  • Posts: 125
  • Vengeance has a name... {toke} but it escapes me.
    • View Profile
  • Rated:
Autoexec.cfg
« Reply #1 on: August 23, 2006, 01:54:41 PM »
Quote
alias fps22 "set fpsset 22;echo $fpsset;alias fpsnext fps25;alias fpsprev fps120"
alias fps25 "set fpsset 25;echo $fpsset;alias fpsnext fps31;alias fpsprev fps22"
alias fps31 "set fpsset 31;echo $fpsset;alias fpsnext fps32;alias fpsprev fps25"
alias fps32 "set fpsset 32;echo $fpsset;alias fpsnext fps33;alias fpsprev fps31"
alias fps33 "set fpsset 33;echo $fpsset;alias fpsnext fps34;alias fpsprev fps32"
alias fps34 "set fpsset 34;echo $fpsset;alias fpsnext fps35;alias fpsprev fps33"
alias fps35 "set fpsset 35;echo $fpsset;alias fpsnext fps60;alias fpsprev fps34"
alias fps60 "set fpsset 60;echo $fpsset;alias fpsnext fps66;alias fpsprev fps35"
alias fps66 "set fpsset 66;echo $fpsset;alias fpsnext fps90;alias fpsprev fps60"
alias fps90 "set fpsset 90;echo $fpsset;alias fpsnext fps120;alias fpsprev fps66"
alias fps120 "set fpsset 120;echo $fpsset;alias fpsnext fps22;alias fpsprev fps90"

bind mouse1 set cl_maxfps 120
bind mouse2 recall
bind mouse3 "set cl_maxfps $fpsset"
bind mwheeldown fpsnext
bind mwheelup fpsprev
bind kp_plus "yes;say_team Affirmative"
bind kp_minus "no;say_team Negative"
bind , mapvote prev
bind . mapvote next
bind / mapvote random

fps120

This was when +attack was bad manners, but doesn't have every command since I just re-installed and threw this together from memory.
  • Insightful
    Informative
    Funny
    Nice Job / Good Work
    Rock On
    Flawless Logic
    Well-Reasoned Argument and/or Conclusion
    Demonstrates Exceptional Knowlege of the Game
    Appears Not to Comprehend Game Fundamentals
    Frag of the Week
    Frag Hall of Fame
    Jump of the Week
    Jump Hall of Fame
    Best Solution
    Wins The Internet
    Whoosh! You done missed the joke thar Cletus!
    Obvious Troll Is Obvious
    DO YOU EVEN LIFT?
    DEMO OR STFU
    Offtopic
    Flamebait
    Redundant
    Factually Challenged
    Preposterously Irrational Arguments
    Blindingly Obvious Logical Fallacies
    Absurd Misconstrual of Scientific Principles or Evidence
    Amazing Conspiracy Theory Bro
    Racist Ignoramus
If I repeat myself it's because people didn't read what I typed before or claim I didn't say it in the first place.
Jumpmod credo: Don't pull the pin on a grenade if you don't know its blast r

Offline Ax2Grind

  • Full Member
  • ***
  • Posts: 125
  • Vengeance has a name... {toke} but it escapes me.
    • View Profile
  • Rated:
Re: Mousewheel Scrolling MAXFPS (A jumpmod config that only takes up two keys)
« Reply #2 on: December 11, 2006, 01:58:56 PM »
Not to bring back to life a dead thread, but I'd like to save an enhanced version of my jump autoexec.cfg since I have so many problems with my system.  I'm wondering if there's a repository here which allows us to save a backup that we can dis/allow others to see, as well.  Sort of a 'config' section of a user console containing personal information or the like.  Up to you, I guess, but anyway:
Quote
alias fps1 "set fpsset 1;echo $fpsset;alias fpsnext fps22;alias fpsprev fps120"
alias fps22 "set fpsset 22;echo $fpsset;alias fpsnext fps25;alias fpsprev fps1"
alias fps25 "set fpsset 25;echo $fpsset;alias fpsnext fps31;alias fpsprev fps22"
alias fps31 "set fpsset 31;echo $fpsset;alias fpsnext fps32;alias fpsprev fps25"
alias fps32 "set fpsset 32;echo $fpsset;alias fpsnext fps33;alias fpsprev fps31"
alias fps33 "set fpsset 33;echo $fpsset;alias fpsnext fps34;alias fpsprev fps32"
alias fps34 "set fpsset 34;echo $fpsset;alias fpsnext fps35;alias fpsprev fps33"
alias fps35 "set fpsset 35;echo $fpsset;alias fpsnext fps60;alias fpsprev fps34"
alias fps60 "set fpsset 60;echo $fpsset;alias fpsnext fps66;alias fpsprev fps35"
alias fps66 "set fpsset 66;echo $fpsset;alias fpsnext fps90;alias fpsprev fps60"
alias fps90 "set fpsset 90;echo $fpsset;alias fpsnext fps120;alias fpsprev fps66"
alias fps120 "set fpsset 120;echo $fpsset;alias fpsnext fps1;alias fpsprev fps90"

bind mouse1 set cl_maxfps 120
bind mouse2 recall
bind mouse3 "set cl_maxfps $fpsset"
bind mwheeldown fpsnext
bind mwheelup fpsprev
bind kp_plus "yes;say_team Affirmative"
bind kp_minus "no;say_team Negative"
bind end replay
bind home recall
bind ins store
bind del reset
bind pgup join easy
bind pgdn join hard
bind , mapvote prev
bind . mapvote next
bind / mapvote random

fps120
I know I'm forgetting a lot of jumpmod commands, but this can also be a work in progress.  I'll get to the others ASAP, in case anyone is interested in modifying it for their own use.
  • Insightful
    Informative
    Funny
    Nice Job / Good Work
    Rock On
    Flawless Logic
    Well-Reasoned Argument and/or Conclusion
    Demonstrates Exceptional Knowlege of the Game
    Appears Not to Comprehend Game Fundamentals
    Frag of the Week
    Frag Hall of Fame
    Jump of the Week
    Jump Hall of Fame
    Best Solution
    Wins The Internet
    Whoosh! You done missed the joke thar Cletus!
    Obvious Troll Is Obvious
    DO YOU EVEN LIFT?
    DEMO OR STFU
    Offtopic
    Flamebait
    Redundant
    Factually Challenged
    Preposterously Irrational Arguments
    Blindingly Obvious Logical Fallacies
    Absurd Misconstrual of Scientific Principles or Evidence
    Amazing Conspiracy Theory Bro
    Racist Ignoramus
If I repeat myself it's because people didn't read what I typed before or claim I didn't say it in the first place.
Jumpmod credo: Don't pull the pin on a grenade if you don't know its blast r

Offline console

  • Brobdingnagian Member
  • ***
  • Posts: 4518
  • "Man, this is the way to travel," said my attorney
    • View Profile
    • tastyspleen.net
  • Rated:
Re: Mousewheel Scrolling MAXFPS (A jumpmod config that only takes up two keys)
« Reply #3 on: December 11, 2006, 03:22:53 PM »
I'm wondering if there's a repository here which allows us to save a backup that we can dis/allow others to see, as well. 

Technically, our free web accounts work this way.  Anything you upload into your public_html directory is visible to all.  If you upload stuff outside of your public_html directory, it's only visible to whoever has your account name & password (i.e., you.)

(Note, however, we can make no guarantees any data you upload will survive if our own server crashes, etc. etc.)


Regards,

:afro:
  • Insightful
    Informative
    Funny
    Nice Job / Good Work
    Rock On
    Flawless Logic
    Well-Reasoned Argument and/or Conclusion
    Demonstrates Exceptional Knowlege of the Game
    Appears Not to Comprehend Game Fundamentals
    Frag of the Week
    Frag Hall of Fame
    Jump of the Week
    Jump Hall of Fame
    Best Solution
    Wins The Internet
    Whoosh! You done missed the joke thar Cletus!
    Obvious Troll Is Obvious
    DO YOU EVEN LIFT?
    DEMO OR STFU
    Offtopic
    Flamebait
    Redundant
    Factually Challenged
    Preposterously Irrational Arguments
    Blindingly Obvious Logical Fallacies
    Absurd Misconstrual of Scientific Principles or Evidence
    Amazing Conspiracy Theory Bro
    Racist Ignoramus

Offline Kingsize

  • Full Member
  • ***
  • Posts: 227
    • View Profile
  • Rated:
Re: Mousewheel Scrolling MAXFPS (A jumpmod config that only takes up two keys)
« Reply #4 on: December 19, 2006, 07:16:37 AM »
Yeah I just lost all my shizzle aswell.C drive died a few times on me for different reasons.Since I had an O/S on my D drive I managed to boot that up.I decided after a couple of weeks to try and format C drive and get it working again for the last time and stupid me formatted my D drive with all my stuff on it.So Imma start fresh.Sad cuz I lost all my gay porn.Trying to rebuild my old configs,jump 1 is almost done but dm may take some time.But anyway I am on win xp now which always gave me the trouble I have had with win 2k but its working great and my game is rather fast and smooth,its the shizzle except the odd crash if I play a streaming video clip,takes like 5 minutes to recover.so heres my binds I have now..

//JumpMod

bind mouse1 cl_maxfps 25
bind mwheelup cl_maxfps 85
bind mwheeldown cl_maxfps 31
bind mouse3 cl_maxfps 66
bind ctrl cl_maxfps 120
bind pgdn recall
bind y yes
bind r replay
set cl_yawspeed 350
bind space 8]
set cl_async 0
set hand 2
set fov 100


thats all I have for jump mod at the moment,dont know if I shud use some graphic tweaks or not as I have a far faster system and cable,only reason I did was back then I was on 56k and a shitty system soo...and yeah I use arrows NOOB!!
  • Insightful
    Informative
    Funny
    Nice Job / Good Work
    Rock On
    Flawless Logic
    Well-Reasoned Argument and/or Conclusion
    Demonstrates Exceptional Knowlege of the Game
    Appears Not to Comprehend Game Fundamentals
    Frag of the Week
    Frag Hall of Fame
    Jump of the Week
    Jump Hall of Fame
    Best Solution
    Wins The Internet
    Whoosh! You done missed the joke thar Cletus!
    Obvious Troll Is Obvious
    DO YOU EVEN LIFT?
    DEMO OR STFU
    Offtopic
    Flamebait
    Redundant
    Factually Challenged
    Preposterously Irrational Arguments
    Blindingly Obvious Logical Fallacies
    Absurd Misconstrual of Scientific Principles or Evidence
    Amazing Conspiracy Theory Bro
    Racist Ignoramus

 

El Box de Shoutamente

Last 10 Shouts:

 

RyU

September 03, 2024, 05:15:49 PM
And wow Derrick is still playing lol
 

RyU

September 03, 2024, 05:15:15 PM
Just know yesterday is gone and soon tomorrow will be gone too  :)
 

Lejionator

August 08, 2024, 07:28:01 PM
It's tiem to QuakeCon!!!  ;)

https://www.youtube.com/watch?v=ThQd_UJaTys
 

ImperiusDamian

July 26, 2024, 09:34:53 PM
In nomine Quake II et Id Software et Spiritus John Carmack, Amen.
 

QuakeDuke

July 26, 2024, 05:10:30 PM
Hey, shout, summertime blues
Jump up and down in you blue suede shoes
Hey, did you rock and roll? Rock on!!  ...QD
 

Yotematoi

July 24, 2024, 01:31:20 PM
Ayer me mato 5 veces para robarme en la vida real hará lo mismo? [img]<iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fzoloyoze.torito%2Fposts%2Fpfbid0wXU2VgS7atesBcSoMz5BWMJCJajeZFVT6GzSU6TtpJGddN9kLTvWNgcZaskkbKFQl&amp;show_text=true&amp;width=500
https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fzoloyoze.torito%2Fposts%2Fpfbid0wXU2VgS7atesBcSoMz5BWMJCJajeZFVT6GzSU6TtpJGddN9kLTvWNgcZaskkbKFQl&show_text=true&width=500" width="500"
 

Yotematoi

July 24, 2024, 01:25:59 PM
hi ya está la basura de Martin, se cambió el nombre es un ladron estupido, asi llegó a 10000[img]<iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fzoloyoze.torito%2Fposts%2Fpfbid03hZrkDUBJPZKCuFgy5hRUy831ekKJYVRzC7ajXaKQbJ6xcPgKftLukUDfovFyEq3l&amp;show_text
https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fzoloyoze.torito%2Fposts%2Fpfbid03hZrkDUBJPZKCuFgy5hRUy831ekKJYVRzC7ajXaKQbJ6xcPgKftLukUDfovFyEq3l&show_text
 

Yotematoi

July 24, 2024, 01:25:59 PM
hi ya está la basura de Martin, se cambió el nombre es un ladron estupido, asi llegó a 10000[img]<iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fzoloyoze.torito%2Fposts%2Fpfbid03hZrkDUBJPZKCuFgy5hRUy831ekKJYVRzC7ajXaKQbJ6xcPgKftLukUDfovFyEq3l&amp;show_text
https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fzoloyoze.torito%2Fposts%2Fpfbid03hZrkDUBJPZKCuFgy5hRUy831ekKJYVRzC7ajXaKQbJ6xcPgKftLukUDfovFyEq3l&show_text
 

-Unh0ly-

July 05, 2024, 05:20:36 AM

Show 50 latest
Welcome, Guest. Please login or register.
September 20, 2024, 01:43:00 AM

Login with username, password and session length