![]() |
SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997 |
![]() |
#26 | |
Sparky
![]() Join Date: Apr 2010
Location: Germany
Posts: 157
Downloads: 270
Uploads: 2
|
![]() Quote:
You should not change this, if you do, the script can't know if port or starbord is selected, it takes param2 to decide this. And if it's always 0 ... If it's wrong change the SHSpeech_Commands.xml Code:
<order><!-- set rudder x degrees to port --> ... <commandText param2="1">Set_rudder</commandText> to Code:
<order><!-- set rudder x degrees to port --> ... <commandText>Set_rudder</commandText> Code:
<order><!-- set rudder x degrees to starboard --> ... <commandText>Set_rudder</commandText> </order> Code:
<order><!-- set rudder x degrees to starboard --> ... <commandText param2="1">Set_rudder</commandText> </order> Will fix it asap!
__________________
Last edited by MiTon; 04-14-11 at 02:11 AM. |
|
![]() |
![]() |
|
|