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/FF5.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/FF5.ini')
-rw-r--r-- | bin/Settings/FF5.ini | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/bin/Settings/FF5.ini b/bin/Settings/FF5.ini index 85d0502c..4ed8d77a 100644 --- a/bin/Settings/FF5.ini +++ b/bin/Settings/FF5.ini @@ -65,8 +65,8 @@ Keycode_StartStop=207 Shift_StartStop=false
Ctrl_StartStop=false
Alt_StartStop=false
-SetZero=false
-SetEngineStop=false
+SetZero=true
+SetEngineStop=true
Keycode_Inhibit=0
Shift_Inhibit=false
Ctrl_Inhibit=false
@@ -77,3 +77,11 @@ Inhibit_Roll=false Inhibit_X=false
Inhibit_Y=false
Inhibit_Z=false
+Keycode_GameZero=0
+Shift_GameZero=false
+Ctrl_GameZero=false
+Alt_GameZero=false
+Enable_ReverseAxis=false
+RA_Yaw=40
+RA_ZPos=-20
+RA_ToZPos=50
|