View Full Version : Differential braking in IL2 FB
tmdgm
28th June 2004, 03:36 AM
I've read that it is possible to develop differential braking with CH pro pedals and the control manager. I found spidey's site. This has a map that supposedly enables it, but I don't have the fighter stick, nor throttle.
So I would need directions how to do it with pro pedals and 568 combatstick. Any idea how to do this or where to find info on it?
MichaelCHProd
28th June 2004, 08:43 PM
Have a look HERE (http://www.ch-hangar.com/forum/index.php?showtopic=43) and HERE (http://www.ch-hangar.com/forum/index.php?showtopic=42)
tmdgm
28th June 2004, 09:27 PM
Okay, I think I'm in over my head.
How do I do this?:
"So the easiest thing to do it is to use CMS to make your two brake axes into one axis.
IF ([JS3.A1 > JS3.A2]) then // LEFT OR RIGHT TOE BRAKES
CMS.A1 = JS3.A1;
ELSE
CMS.A1 = JS3.A2;
ENDIF
That assigns CMS Axis 1 to be whichever is greater of your two brakes."
I can click on the CMS scriptor button thingy. Then do I just add it anywhere?
And how do I do this?:
"Then you assign JS3.A1 and JS3.A2 to NONE."
Is this just making JS3.a1 = none in the CMS scriptor?
And finally, how do I do this?:
"CMS.A1 to either Uaxis or Vaxis."
Lost on this one.
Any help greatly appreciated.
Thanks
MichaelCHProd
28th June 2004, 10:43 PM
Another good link...HERE (http://www.ch-hangar.com/forum/index.php?showtopic=299&hl=brake).
Do you have the CMS controls added to your map?
tmdgm
29th June 2004, 02:15 AM
Er..uhm.... I don't know. How can I tell if I have CMS controls added to my map?
tmdgm
29th June 2004, 02:16 AM
Okay, I think I added it, the CMS controls to my map that is. What's next?
tmdgm
29th June 2004, 02:26 AM
I opened the script editor and added the lines above.
The part I'm struggling with now is where is JS3.A1 and JS3.A2? I know how to set it to none, just can't find it.
Also, where is CMS.A1? I assume on the 'CMS controls' tab, I select 'Axes 1' and select 'CM Device 1' and select U axis?
MichaelCHProd
29th June 2004, 06:30 AM
JS3.A1 is Control Manager for JoyStick number 3's Axis number 1.
Still not clear.... ok. When you open your map or add devices to it you will note that each one gets a little tab next to "Program Settings". From left to right they are numbered. So in this picture JS3 would be....
ftp://ftp.chproducts.com/pub/Postings/CM_Alot-o-Controllers.jpg
the Pro Pedals
Now the first axis on the pedals would be the one that is defaulted to X axis, which is....
ftp://ftp.chproducts.com/pub/Postings/CM_Alot-o-Controllers2.jpg
the Left Toe Brake
You are doing wonderfully. :)
MichaelCHProd
29th June 2004, 06:43 AM
The CMS Axis are indeed on theCMS Controls tab...
ftp://ftp.chproducts.com/pub/Postings/CM_Alot-o-Controllers3.jpg
tmdgm
29th June 2004, 02:32 PM
Okay, think I got it now. Technically, my setup would be JS2.A1 as I only have a combatstick and pedals. Type that into the script, set the JS2 axes 1 and 2 to none (basically pedal axes) and set the axis 1 on the CMS page to U or V.
I'll try that. Thanks!
MichaelCHProd
29th June 2004, 05:23 PM
you are welcome. If it does not do what you want jump back in here.
Powered by vBulletin® Version 4.1.4 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.