Skip to content

Commit

Permalink
IL-2 CloD profile: updated profile and config
Browse files Browse the repository at this point in the history
  • Loading branch information
bwRavencl committed Sep 3, 2024
1 parent 7acf054 commit 8f10f84
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 32 deletions.
30 changes: 21 additions & 9 deletions IL-2_CloD.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
"data": {
"activation": "REPEAT",
"activation": "SINGLE_IMMEDIATELY",
"longPress": false,
"keystroke": {
"keyCodes": [
Expand All @@ -199,7 +199,7 @@
"data": {
"longPress": false,
"buttonId": 3,
"minActivationInterval": 100,
"minActivationInterval": 200,
"maxActivationInterval": 0,
"description": "Zoom 90°"
}
Expand All @@ -224,7 +224,7 @@
"data": {
"longPress": false,
"buttonId": 12,
"minActivationInterval": 100,
"minActivationInterval": 200,
"maxActivationInterval": 0,
"description": "Drop Ordonance (Bombs)"
}
Expand Down Expand Up @@ -394,7 +394,7 @@
"data": {
"longPress": false,
"buttonId": 9,
"minActivationInterval": 100,
"minActivationInterval": 200,
"maxActivationInterval": 0,
"description": "Lock Tail Skid"
}
Expand Down Expand Up @@ -438,6 +438,18 @@
}
}
],
"6": [
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToButtonAction",
"data": {
"longPress": false,
"buttonId": 15,
"minActivationInterval": 200,
"maxActivationInterval": 0,
"description": "Signal Ground Crew to Insert or Remove Chocks"
}
}
],
"7": [
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
Expand Down Expand Up @@ -582,7 +594,7 @@
"data": {
"longPress": false,
"buttonId": 4,
"minActivationInterval": 100,
"minActivationInterval": 200,
"maxActivationInterval": 0,
"description": "Propellor Pitch Mode - Toggle"
}
Expand Down Expand Up @@ -1095,17 +1107,17 @@
}
],
"virtualAxisToOverlayAxisMap": {
"S0": {
"color": -16776961,
"inverted": false
},
"S1": {
"color": -65536,
"inverted": false
},
"Z": {
"color": -16777216,
"inverted": false
},
"S0": {
"color": -16776961,
"inverted": false
}
}
}
47 changes: 24 additions & 23 deletions configs/IL-2_CloD/ControllerBuddy.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
;INI File: C:\Users\matteo\Desktop\ControllerBuddy.ini
[Config pilotMove]
aileron=0.15 0.12 0.02
elevator=0.15 0.12 0.02
rudder=0.5 0.25 0
elevator=0.25 0.12 0.02
rudder=1 0.25 0
trimaileron=0 0
trimelevator=0 0
trimrudder=0 0
Expand Down Expand Up @@ -67,39 +67,40 @@ Control NumPad-4=site_side_left
Control NumPad-3=site_alt_minus
Control NumPad-2=site_dist_minus
Control NumPad-1=site_spd_minus
vJoy_Device-C9B8F3C3+Key8=wheelbrakertx
vJoy_Device-5A479A63+Key8=wheelbrakertx
Shift BackQuote=engselect_all
Control Z=ruddert_left
vJoy_Device-C9B8F3C3+Key13=ruddert_left
vJoy_Device-5A479A63+Key13=ruddert_left
Z=rudder_leftx
Control X=ruddert_right
vJoy_Device-C9B8F3C3+Key14=ruddert_right
vJoy_Device-5A479A63+Key14=ruddert_right
X=rudder_rightx
vJoy_Device-5A479A63+Key15=brakeshoes01
W=thtl_110
Control W=abwurf_arm
V=landingflaps_d
Control T=thtl_slowcutout
T=thtl_psicutout
R=rad_auto
vJoy_Device-C9B8F3C3+Key0=trigger1
vJoy_Device-C9B8F3C3+Key7=wheelbrakeltx
vJoy_Device-5A479A63+Key0=trigger1
vJoy_Device-5A479A63+Key7=wheelbrakeltx
I=enginei01
Control G=uc_down_emer
G=uc
F=landingflaps_u
Control C=pilot_switch
Control B=bombbaydoors
B=wheelbrakex
vJoy_Device-C9B8F3C3+Key6=oilrad_plus
vJoy_Device-5A479A63+Key6=oilrad_plus
Equals=thtl_plus
9=extinguisher
Control 7=rudder_leftx
6=rad_plus
5=rad_minus
Shift 2=engselect_n1
vJoy_Device-C9B8F3C3+Key5=oilrad_minus
vJoy_Device-5A479A63+Key5=oilrad_minus
Shift 1=engselect_n0
vJoy_Device-C9B8F3C3+Key12=trigger3
vJoy_Device-5A479A63+Key12=trigger3
Shift Down=elevatort_ndown
Down=elevator_downx
Shift Right=aileront_right
Expand All @@ -108,14 +109,14 @@ Shift Up=elevatort_nup
Up=elevator_upx
Shift Left=aileront_left
Left=aileron_leftx
vJoy_Device-C9B8F3C3+Key4=pitch_m_togl
vJoy_Device-C9B8F3C3+Key11=pitch_plus
vJoy_Device-5A479A63+Key4=pitch_m_togl
vJoy_Device-5A479A63+Key11=pitch_plus
Space=trigger0
MouseLeft=MouseControl
vJoy_Device-C9B8F3C3+Key10=pitch_minus
vJoy_Device-5A479A63+Key10=pitch_minus
Underscore=thtl_minus
Backspace=thtl_wep
vJoy_Device-C9B8F3C3+Key9=tailskid_lock
vJoy_Device-5A479A63+Key9=tailskid_lock
Control NumPad-9=site_alt_plus
Control NumPad-8=site_dist_plus
Control NumPad-7=site_spd_plus
Expand All @@ -132,7 +133,7 @@ Up=trt_mount_u
Shift Left=trt_left
Left=trt_mount_l
[HotKey view]
vJoy_Device-C9B8F3C3+Key1=ViewFov-
vJoy_Device-5A479A63+Key1=ViewFov-
Y=padlockViewPrev
U=padlockViewNext
M=toggleShowMirror
Expand All @@ -147,7 +148,7 @@ Alt 4=cabin4
Alt 3=cabin3
Alt 2=cabin2
Alt 1=cabin1
vJoy_Device-C9B8F3C3+Key3=ZoomInstant090
vJoy_Device-5A479A63+Key3=ZoomInstant090
F8=outsideViewFollow
Shift F7=outsideViewFriendGround
F7=outsideViewEnemyGround
Expand All @@ -168,7 +169,7 @@ Control F1=toggleShowCabin
Shift F1=toggleAim
F1=insideView
Alt F1=inside
vJoy_Device-C9B8F3C3+Key2=ViewFov+
vJoy_Device-5A479A63+Key2=ViewFov+
[HotKey viewSet]
Mouse5=FOV
MouseMiddle=Rotate
Expand Down Expand Up @@ -280,9 +281,9 @@ Up=accelerate
Left=turn_left
Space=fire
[HotKey pilotMove]
vJoy_Device-C9B8F3C3+AXE_RZ=1rudder
vJoy_Device-C9B8F3C3+AXE_Z=-1throttle
vJoy_Device-C9B8F3C3+AXE_Y=1elevator
vJoy_Device-C9B8F3C3+AXE_X=1aileron
vJoy_Device-C9B8F3C3+AXE_V=-1mix
vJoy_Device-C9B8F3C3+AXE_U=-1pitch
vJoy_Device-5A479A63+AXE_RZ=1rudder
vJoy_Device-5A479A63+AXE_Z=-1throttle
vJoy_Device-5A479A63+AXE_Y=1elevator
vJoy_Device-5A479A63+AXE_X=1aileron
vJoy_Device-5A479A63+AXE_V=-1mix
vJoy_Device-5A479A63+AXE_U=-1pitch

0 comments on commit 8f10f84

Please sign in to comment.