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/ArmA.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/ArmA.ini')
-rw-r--r-- | bin/Settings/ArmA.ini | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/bin/Settings/ArmA.ini b/bin/Settings/ArmA.ini index cb6471d1..e7ef044c 100644 --- a/bin/Settings/ArmA.ini +++ b/bin/Settings/ArmA.ini @@ -20,7 +20,7 @@ redRoll=60 redX=71
redY=70
redZ=70
-minSmooth=20
+minSmooth=30
powCurve=5
maxSmooth=70
@@ -74,6 +74,14 @@ Inhibit_Y=false Inhibit_Z=false
SetZero=false
SetEngineStop=false
+Keycode_GameZero=0
+Shift_GameZero=false
+Ctrl_GameZero=false
+Alt_GameZero=false
+Enable_ReverseAxis=true
+RA_Yaw=40
+RA_ZPos=0
+RA_ToZPos=100
[TrackerSource]
Selection=0
|