View Single Post
Old 05-11-11, 02:24 AM   #369
KarlKoch
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Default

Quote:
Originally Posted by CaptainHunter View Post
My rudder orders are inverted, for instance if I order 4 deg to port a man replies yes sir 4 deg to starboard.
Is there a easy way I can fix it?

Thanks
Look into your appropiate "Commands.xml". Search for the word "Set_rudder" (with underline). You will find 2 orders, one has the word "starboard" inside the <phrase></phrase> part, while the other has the word "port" inside <phrase></phrase>.
below the appropiate <phrase></phrase> you will find one line for each order,with <commandText></commandText>.
Now, one of the 2 parts (port/starboard) should have a <commandText param2="1"></commandText>.
Delete the param2="1" from the one line and add it (the same way it was) to the other line. This should reverse your orders.
I hope you could understand my explanation, otherwise, report back and we find another solution.
  Reply With Quote