Message Boards

Topic: SR-50 : Setup Guide (Odamex Version)  (Read 9303 times)

Offline Nati46

  • Posts: 2
    • View Profile
SR-50 : Setup Guide (Odamex Version)
« 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. 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!
« Last Edit: August 21, 2012, 09:52:24 by Nati46 »

Offline Zakken

  • Posts: 19
    • View Profile
Re: SR-50 : Setup Guide (Odamex Version)
« Reply #1 on: August 21, 2012, 11:23:59 »
Good job Nati, thanks!

Offline Dr. Sean

  • Developer
  • Posts: 69
  • G'd up from tha feet up
    • View Profile
    • Odamex - Helping middle-aged men relive their teen years
Re: SR-50 : Setup Guide (Odamex Version)
« Reply #2 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.
Odamex Development Team Member

Offline Nati46

  • Posts: 2
    • View Profile
Re: SR-50 : Setup Guide (Odamex Version)
« Reply #3 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.