Advanced Search

Author Topic: [TUTORIAL] Binding (SR50)  (Read 8951 times)

0 Members and 1 Guest are viewing this topic.

December 05, 2011, 05:34:18 AM
Read 8951 times

Offline Tesseractal

  • Standard Member
  • Date Registered: January 26, 2011, 01:36:07 AM

    • View Profile
    • http://www.formspring.me/IceNinth
[TUTORIAL] Binding (SR50)
« on: December 05, 2011, 05:34:18 AM »
Binding: This is when you assign a command to a key. Normally all of your controls are binds. If your Q key is set as "Use Item", the bind for that key is:

Code: [Select]
BIND Q "INVUSE"
You can bind any key this way by using Bind Key "command". Note that you can also set binds to change your name, skin, or class. Let's use function keys for example.
Code: [Select]
BIND F1 "SKIN HORNETMAN"
BIND F2 "PLAYERCLASS HORNETMAN"
BIND F3 "CHANGEMUS HORMUS"
This way, pressing F1 changes your skin to Hornet Man. F2 changes your class to Hornet Man, and F3 changes the music to Hornet Man's theme. (You'll need the skin/class/music loaded in order for it to work. Hornet Man's skin should be on the wiki, although I haven't checked it lately.)
To Doublebind, just type type "Doublebind" instead of "Bind". When you doublebind a key, you have to press it twice in order for it to activate. E.g.
Doublebind F3 "Skin Hornetman" = Pressing F3 twice activates the command (change your skin to Hornet Man). Other useful commands:
Code: [Select]
TURN180 // Allows you to turn around 180 degrees
CENTERVIEW // Puts your aim directly parallel to the ground
"USE GRAVITYHOLDWEP" // Replace "GravityHold" with any weapon in order to instantly switch to that weapon. Handy for charge kick, magnets, and top spin.
+USE // opens doors in Doom and Invasion maps
KILL // use this to instantly kill yourself. Great for One-Flag CTF!
==
SR50

What is SR50? It's a command you activate by creating aliases. When you hold down the +SR key, you run faster but you can't mouselook left or right. It's critical in making slightly longer jumps (such as up stairs in certain maps) or over slightly longer pits. You can also evade much quicker in CTF by using it to escape.

How do you set it up? Type these commands into the console:
Code: [Select]
Alias +left2 "+left; +moveleft"
Alias -sr "turnspeeds 0; -strafe"
Alias +sr "turnspeeds 65536; +strafe"
Alias +right2 "+right; +moveright"
Alias -right2 "-right; -moveright"
Alias -left2 "-left; -moveleft"
Great! Now you've made all of your aliases, and you're half way done. Next you need to assign these to keys. Bind +left2 and +right2 to the keys you use to sidestep - A and D if you're right handed, or LEFTARROW and RIGHTARROW if you're left handed (like me!).
Code: [Select]
bind A +left2
bind D +right2
bind SPACE +sr
You can change SPACE to any key you want; whenever you're running either left or right and you hold down that key, you'll run faster. (Same with using LEFTARROW and RIGHTARROW for A and D.)

December 05, 2011, 05:46:13 AM
Reply #1

Offline TERRORsphere

  • MM8BDM Contributor
  • ****
  • Date Registered: August 22, 2009, 08:45:17 PM

    • View Profile
    • http://www.youtube.com/user/DoomThroughDoom
Re: [TUTORIAL] Binding (SR50)
« Reply #1 on: December 05, 2011, 05:46:13 AM »

December 05, 2011, 09:41:48 PM
Reply #2

Offline TheBladeRoden

  • MM8BDM Extender
  • ***
  • Date Registered: October 14, 2010, 07:26:58 PM

    • View Profile
    • TheBladeRoden's Home Page
Re: [TUTORIAL] Binding (SR50)
« Reply #2 on: December 05, 2011, 09:41:48 PM »
This thread requires a picture of Dr. Hax
(click to show/hide)

December 06, 2011, 04:14:10 AM
Reply #3

Offline TERRORsphere

  • MM8BDM Contributor
  • ****
  • Date Registered: August 22, 2009, 08:45:17 PM

    • View Profile
    • http://www.youtube.com/user/DoomThroughDoom
Re: [TUTORIAL] Binding (SR50)
« Reply #3 on: December 06, 2011, 04:14:10 AM »
Quote from: "TheBladeRoden"
This thread requires a picture of Dr. Hax
(click to show/hide)
Last time I checked, this wasn't 4chan.

July 27, 2013, 09:31:44 PM
Reply #4

Offline ZeStopper

  • Standard Member
  • Date Registered: January 15, 2013, 04:06:13 AM

    • View Profile
    • http://tinyurl.com/2g9mqh
Re: [TUTORIAL] Binding (SR50)
« Reply #4 on: July 27, 2013, 09:31:44 PM »
Excuse my Necrobump but I was wondering how can I enable SR50 for a controller.