Odamex Message Boards

Community Discussion => General Discussion => Topic started by: Nati46 on August 21, 2012, 09:50:48

Title: SR-50 : Setup Guide (Odamex Version)
Post by: Nati46 on August 21, 2012, 09:50:48
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 (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 :

Code: [Select]
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 :

Code: [Select]
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!
Title: Re: SR-50 : Setup Guide (Odamex Version)
Post by: Zakken on August 21, 2012, 11:23:59
Good job Nati, thanks!
Title: Re: SR-50 : Setup Guide (Odamex Version)
Post by: Dr. Sean on August 22, 2012, 17:32:26
Note that you will have to press your +sr button every time Odamex starts, prior to trying to use this SR-50 configuration. Turnspeeds defaults to 640 in ZDoom-based ports and this configuration relies on it being 0, but pressing your +sr button resets it to 0.
Title: Re: SR-50 : Setup Guide (Odamex Version)
Post by: Nati46 on August 24, 2012, 10:12:52
Note that you will have to press your +sr button every time Odamex starts, prior to trying to use this SR-50 configuration. Turnspeeds defaults to 640 in ZDoom-based ports and this configuration relies on it being 0, but pressing your +sr button resets it to 0.
Indeed. I have this written in my Zandronum guide aswell.