Message Boards

 Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - Nati46

Pages: [1]
1

General Discussion / 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!
Pages: [1]