Hey,
Recently, thanks to the help of Dr_Sean, I've managed to port my SR50 bind from ST/ZD to Odamex - this required several minor changes.
For those who would like more information regarding SR50, Visit
http://zandronum.com/forum/showthread.php?tid=469. Also, we will be using the guide in this link for reference below:
The setup is pretty much the same as in Zandronum, However, in the first step of the above guide , Replace the code :
Name=+left2
Command=+left; +moveleft
Name=-sr
Command=turnspeeds 0; -strafe
Name=+sr
Command=turnspeeds 65536; +strafe
Name=+right2
Command=+right; +moveright
Name=-right2
Command=-right; -moveright
Name=-left2
Command=-left; -moveleft
With :
alias "+left2" "+left\;+moveleft"
alias "+right2" "+right\;+moveright"
alias "+sr" "turnspeeds 65536\;+strafe"
alias "-left2" "-left\;-moveleft"
alias "-right2" "-right\;-moveright"
alias "-sr" "turnspeeds 0\;-strafe"
Paste this code in the Bottom of your odamex.cfg file in your odamex directory, follow step 2 in the zandronum guide, and you're good to go!