Malta
4th September 2004, 08:05 PM
This is a very, very basic question. I have been trying to get to the equivalent of "Hello World!" in CMS scripting with no luck. Reading the help file a couple of times still hasn't gotten me there. :wacko: How do you get CMS inputs recongized under directx?
This is what I have done so far: Open CHCM-> Map Wizard -> Figherstick, ProPedals-> Don't combine Controllers-> Do include CMS cabability ->Finish to create a blank map. The Program Settings, Fighterstick, Pro Pedals, and CMS Controls Device Tabs are shown.
I write a basic script using the CM Editor:
script
IF (JS1.B1) THEN
CMS.B11 = TRUE;
ENDIF
endscript
Test the script, download the map, test it, but it behaves as in direct mode with the above script not working. :(
I have the CM Device 1 shown under Figherstick, the CM Device 2 under ProPedals, nothing is shown under CMS Controls but directx is checked . Do I need to map the CM Device 1 (the Fighterstick) to the CMS controls? If so, is there some sequence?
If there is a FAQ or some basic scripts/map files that would help. However, I think I am at the "communicating with the device" stage here.
Any clues are much appreciated,
Malta
This is what I have done so far: Open CHCM-> Map Wizard -> Figherstick, ProPedals-> Don't combine Controllers-> Do include CMS cabability ->Finish to create a blank map. The Program Settings, Fighterstick, Pro Pedals, and CMS Controls Device Tabs are shown.
I write a basic script using the CM Editor:
script
IF (JS1.B1) THEN
CMS.B11 = TRUE;
ENDIF
endscript
Test the script, download the map, test it, but it behaves as in direct mode with the above script not working. :(
I have the CM Device 1 shown under Figherstick, the CM Device 2 under ProPedals, nothing is shown under CMS Controls but directx is checked . Do I need to map the CM Device 1 (the Fighterstick) to the CMS controls? If so, is there some sequence?
If there is a FAQ or some basic scripts/map files that would help. However, I think I am at the "communicating with the device" stage here.
Any clues are much appreciated,
Malta