The rudder works now but Larry, Curly, and Moe got the cables on wrong and right is left and left is right. Anthony Fokker, where are you? Please help me fix this. And send me some different mechanics. Mine are dyslexic!
You can correct this by editing the *.map file you're using in the \data\input directory.
On the command names, "P" means positive and "N" means negative... so for example if you change
action("RPC_YAW_N",State,...); by
action("RPC_YAW_P",State,...);
It will change the direction of the move.