diff options
author | Wim Vriend <facetracknoir@gmail.com> | 2012-03-17 16:15:51 +0000 |
---|---|---|
committer | Wim Vriend <facetracknoir@gmail.com> | 2012-03-17 16:15:51 +0000 |
commit | 9184ea73941814b95c2768d8bcca8bdb77655891 (patch) | |
tree | 9cf5977e95abb7e42a719730560c145c1b33c9ba /bin/Settings/IL2.ini | |
parent | 9ae8a2212d0c85cfa904ea3bf03c0631f6c1369a (diff) |
Changed Tracker code, so the DLL's are true plug-ins.
FaceTrackNoIR will scan the bin folder for FTNoIR_Tracker*.dll and put the names in the combobox.
All Trackers have 3 new member-functions (like the filters).
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@104 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
Diffstat (limited to 'bin/Settings/IL2.ini')
-rw-r--r-- | bin/Settings/IL2.ini | 42 |
1 files changed, 41 insertions, 1 deletions
diff --git a/bin/Settings/IL2.ini b/bin/Settings/IL2.ini index cdf491c3..7b3a7eca 100644 --- a/bin/Settings/IL2.ini +++ b/bin/Settings/IL2.ini @@ -20,9 +20,49 @@ redRoll=75 redX=75
redY=75
redZ=75
+minSmooth=15
+powCurve=10
+maxSmooth=50
[GameProtocol]
-Selection=3
+Selection=4
[PPJoy]
Selection=1
+
+[FTIR]
+useTIRViews=false
+useDummyExe=false
+
+[TrackerSource]
+Selection=0
+
+[KB_Shortcuts]
+Keycode_Center=0
+Shift_Center=false
+Ctrl_Center=false
+Alt_Center=false
+Keycode_GameZero=0
+Shift_GameZero=false
+Ctrl_GameZero=false
+Alt_GameZero=false
+Keycode_StartStop=0
+Shift_StartStop=false
+Ctrl_StartStop=false
+Alt_StartStop=false
+SetZero=true
+SetEngineStop=true
+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=true
+RA_Yaw=40
+RA_ZPos=-20
+RA_ToZPos=50
|