Logitech Freedom 2.4 GHz (cordless) settings

Just downloaded Vega Strike and need help? Have a question but don't know where to start? Ask here.
Post Reply
zeratul
Just a tourist with a frag'd nav console
Just a tourist with a frag'd nav console
Posts: 3
Joined: Sun Jan 03, 2010 5:27 am

Logitech Freedom 2.4 GHz (cordless) settings

Post by zeratul »

I hope I can help with these few lines of code. Logitech Extreme 3D Pro joystick should have same settings + one more button (I think).

-------
Headings:

Code: Select all

#cat Joystick no_joy joy_normal joy_throttle joy_axis joy_throttle_and_axis logi_wireless joy_t_a_rev

#set Joystick logi_wireless

#desc logi_wireless Logitech Freedom 2.4
-------
Bindings:

Code: Select all

<!-- #logi_wireless -->
                <bind joystick="0" button="0"  modifier="none" command="FireKey" />
                <bind joystick="0" button="1"  modifier="none" command="ABKey" />
                <bind joystick="0" button="2"  modifier="none" command="MissileKey" />
                <bind joystick="0" button="3"  modifier="none" command="ReverseNearestTargetKey" />
                <bind joystick="0" button="4"  modifier="none" command="Flight::Mode::InertialToggle" />
                <bind joystick="0" button="5"  modifier="none" command="NearestTargetKey" />
                <bind joystick="0" button="6"  modifier="none" command="SetVelocityRefKey" />
                <bind joystick="0" button="7"  modifier="none" command="SetVelocityNullKey" />
                <bind joystick="0" button="8"  modifier="none" command="WeapSelKey" />
                <bind joystick="0" button="9"  modifier="none" command="MisSelKey" />

                <bind joystick="0" digital-hatswitch="0" direction="up"      command="Cockpit::Inside" />
                <bind joystick="0" digital-hatswitch="0" direction="left"    command="Cockpit::InsideLeft" />
                <!-- bind joystick="0" digital-hatswitch="0" direction="center"  command="Cockpit::Inside" / -->
                <bind joystick="0" digital-hatswitch="0" direction="right"   command="Cockpit::InsideRight" />
                <bind joystick="0" digital-hatswitch="0" direction="down"    command="Cockpit::InsideBack" />

                <axis name="x"        joystick="0" axis="0" inverse="false" />
                <axis name="y"        joystick="0" axis="1" inverse="false" />
                <axis name="z"        joystick="0" axis="2" inverse="false" />
                <axis name="throttle" joystick="0" axis="3" inverse="false" />
<!-- #end -->
Post Reply