Wing Commander - Privateer Gemini Gold

News Files Images Forum Faq Credits

Forum

posted: 02 Jul 2010, 19:28

Hi!

I just saw a hilarious rant on how good Privateer and how bad Privateer2 was on The Spoony Experiment.

Luckily I found your Project right afterwards to remind myself how awesome Privateer really was :)
So first of all: Thank you very much for that. I didn't play much yet, but it seems to be very promising.

My Problem:
I use a Playstation3 controller to play and spent quite some time now to set it up properly.

I was able to assign all buttons and axes to my liking, but I have no clue how to address the "D-Pad" (the four Arrow-Keys on the left side of the device).

Does one of you know how to reach there keys?

My code so far:
Code: Select all
<!-- #joy_throttle joy_t_a_rev joy_throttle_and_axis joy_axis joy_normal -->
      <bind joystick="0" player="0" button="0" modifier="none" command="NearestTargetKey" />
      <bind joystick="0" button="1" modifier="none" command="LockTargetKey" />
      <bind joystick="0" button="2" modifier="none" command="SetVelocityRefKey" />

      <bind joystick="0" button="3" modifier="none" command="AutoKey" />
      <bind joystick="0" button="4" modifier="none" command="SheltonKey" />
      <bind joystick="0" button="5" modifier="none" command="TargetKey" />
      <bind joystick="0" button="6" modifier="none" command="ABKey" />
      <bind joystick="0" button="7" modifier="none" command="FireKey" />
      <bind joystick="0" button="8" modifier="none" command="WeapSelKey" />
      <bind joystick="0" button="9" modifier="none" command="MisSelKey" />
      
      <bind joystick="0" button="10" modifier="none" command="DecelKey" />
      <bind joystick="0" button="11" modifier="none" command="AccelKey" />
      <bind joystick="0" button="12" modifier="none" command="Cockpit::NavScreen" />

      <axis name="x" joystick="0" axis="3" inverse="false" />
      <axis name="y" joystick="0" axis="2" inverse="false" />
<!-- #end -->

<!-- #joy_axis joy_throttle_and_axis -->
         <axis name="z" joystick="0" axis="0" inverse="true" />
<!-- #end -->


Thanks for any idea,

Zapp
Zapp
 
Posts: 1
Joined: 02 Jul 2010, 19:09

Return to New Detroit Com Link



cron