MaxenThor
12-03-2005, 04:32 AM
I have been trying to develop script to program the Micro Stick on the Pro Throttle to handle the Rudder and Elevator Trim Functions in FB+AEP+PF and can not get the game to recognize the command. Below is my script file:
// CMS Script File
//
// Game Title: FB+AEP+PF
// Written By: Maxen Thor
// Date: 3-11-05
//
script
CMS.A1 = [JS1.01 < 55]; // Rudder Trim Left
CMS.A2 = [JS1.01 > 180]; // Rudder Trim Right
CMS.A3 = [JS1.02 < 55]; // Elevator Trim Negative
CMS.A4 = [JS1.02 > 180]; // Elevator Trim Positive
endScript
What am I doing wrong. Also on my first attempt after I saved the script and downloaded the Map the program showed that it was compiled but when I made some changes to the script it downloaded OK but did not indicate that the CMS file was compiled. Is this correct?
I'm running a MSFFB Stick with the Pro Throttle. I would appreciate any suggestions and guidence. Thanks.
// CMS Script File
//
// Game Title: FB+AEP+PF
// Written By: Maxen Thor
// Date: 3-11-05
//
script
CMS.A1 = [JS1.01 < 55]; // Rudder Trim Left
CMS.A2 = [JS1.01 > 180]; // Rudder Trim Right
CMS.A3 = [JS1.02 < 55]; // Elevator Trim Negative
CMS.A4 = [JS1.02 > 180]; // Elevator Trim Positive
endScript
What am I doing wrong. Also on my first attempt after I saved the script and downloaded the Map the program showed that it was compiled but when I made some changes to the script it downloaded OK but did not indicate that the CMS file was compiled. Is this correct?
I'm running a MSFFB Stick with the Pro Throttle. I would appreciate any suggestions and guidence. Thanks.