diff options
author | Wim Vriend <facetracknoir@gmail.com> | 2012-12-16 11:33:23 +0000 |
---|---|---|
committer | Wim Vriend <facetracknoir@gmail.com> | 2012-12-16 11:33:23 +0000 |
commit | 8aa64afab7f3fd153d7a881e27442a78d57ec103 (patch) | |
tree | c33fa2eae4a7732aa4f76b7ee76b89670c8b69bf /bin/Settings/default.ini | |
parent | 9fdac8789acda4989a094a8ed8c9a19cdc29f7f6 (diff) |
Fixed some error(s) after testing INNO installer
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@198 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
Diffstat (limited to 'bin/Settings/default.ini')
-rw-r--r-- | bin/Settings/default.ini | 36 |
1 files changed, 33 insertions, 3 deletions
diff --git a/bin/Settings/default.ini b/bin/Settings/default.ini index f6b54380..df2452b6 100644 --- a/bin/Settings/default.ini +++ b/bin/Settings/default.ini @@ -1,5 +1,5 @@ [Tracking]
-Smooth=5
+Smooth=1
invertYaw=false
invertPitch=false
invertRoll=false
@@ -15,7 +15,8 @@ redY=70 redZ=70
[GameProtocol]
-Selection=6
+Selection=7
+DLL=FTNoIR_Protocol_SC.dll
[KB_Shortcuts]
Keycode_Center=199
@@ -26,6 +27,30 @@ Keycode_StartStop=207 Shift_StartStop=false
Ctrl_StartStop=false
Alt_StartStop=false
+MouseKey_Center=0
+MouseKey_GameZero=0
+Keycode_GameZero=0
+Shift_GameZero=false
+Ctrl_GameZero=false
+Alt_GameZero=false
+MouseKey_StartStop=0
+SetZero=true
+SetEngineStop=true
+MouseKey_Inhibit=0
+Keycode_Inhibit=0
+Shift_Inhibit=false
+Ctrl_Inhibit=false
+Alt_Inhibit=false
+Inhibit_Pitch=false
+Inhibit_Yaw=false
+Inhibit_Roll=false
+Inhibit_X=false
+Inhibit_Y=false
+Inhibit_Z=false
+Enable_ReverseAxis=false
+RA_Yaw=40
+RA_ZPos=-20
+RA_ToZPos=50
[Curves]
Yaw_point1=@Variant(\0\0\0\x1a@\0\0\0\0\0\0\0@\x10\0\0\0\0\0\0)
@@ -60,4 +85,9 @@ Selection=1 LocationOfDLL=C:/Program Files/Microsoft Games/Flight Simulator 9/Modules/FSUIPC.dll
[TrackerSource]
-Selection=0
+Selection=2
+DLL=FTNoIR_Tracker_SM.dll
+2ndDLL=None
+
+[Filter]
+DLL=FTNoIR_Filter_Accela.dll
|