diff options
author | Wim Vriend <facetracknoir@gmail.com> | 2012-09-21 08:46:34 +0000 |
---|---|---|
committer | Wim Vriend <facetracknoir@gmail.com> | 2012-09-21 08:46:34 +0000 |
commit | 79eaf20104496d1494a6150dd307feea9dac5195 (patch) | |
tree | a721aac3b08782025ecf967cf55ca2cd430a6ae2 /bin/Settings/Wings of Prey.ini | |
parent | 6daa8cd4af98ad3d18ee5dff41d8e77874de6660 (diff) |
FunctionConfig files don't need to be here.
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@152 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
Diffstat (limited to 'bin/Settings/Wings of Prey.ini')
-rw-r--r-- | bin/Settings/Wings of Prey.ini | 46 |
1 files changed, 42 insertions, 4 deletions
diff --git a/bin/Settings/Wings of Prey.ini b/bin/Settings/Wings of Prey.ini index f6882c18..563b3c80 100644 --- a/bin/Settings/Wings of Prey.ini +++ b/bin/Settings/Wings of Prey.ini @@ -1,5 +1,5 @@ [Tracking]
-Smooth=10
+Smooth=5
NeutralZone=5
sensYaw=200
sensPitch=200
@@ -25,7 +25,8 @@ powCurve=5 maxSmooth=70
[GameProtocol]
-Selection=4
+Selection=3
+DLL=FTNoIR_Protocol_FTIR.dll
[KB_Shortcuts]
Keycode_Center=199
@@ -46,12 +47,16 @@ Inhibit_Roll=false Inhibit_X=false
Inhibit_Y=false
Inhibit_Z=false
-SetZero=true
+SetZero=false
SetEngineStop=false
Keycode_GameZero=210
Shift_GameZero=false
Ctrl_GameZero=false
Alt_GameZero=false
+Enable_ReverseAxis=false
+RA_Yaw=40
+RA_ZPos=-20
+RA_ToZPos=50
[Curves]
Yaw_point1=@Variant(\0\0\0\x1a@\x10\0\0\0\0\0\0@\x14\0\0\0\0\0\0)
@@ -83,4 +88,37 @@ Z_point4=@Variant(\0\0\0\x1a@V\0\0\0\0\0\0@I\0\0\0\0\0\0) useTIRViews=true
[TrackerSource]
-Selection=0
+Selection=1
+DLL=FTNoIR_Tracker_SM.dll
+
+[Curves-Yaw]
+point-count=2
+point-0-x=20
+point-0-y=80
+point-1-x=40
+point-1-y=160
+
+[Curves-PitchUp]
+point-count=2
+point-0-x=20
+point-0-y=80
+point-1-x=40
+point-1-y=160
+
+[Curves-PitchDown]
+point-count=2
+point-0-x=20
+point-0-y=80
+point-1-x=40
+point-1-y=160
+
+[Curves-Roll]
+point-count=2
+point-0-x=20
+point-0-y=80
+point-1-x=40
+point-1-y=160
+
+[Filter]
+DLL=FTNoIR_Filter_Accela.dll
+Selection=FTNoIR_Filter_Accela.dll
|