Author Topic: cougar programming  (Read 317 times)

Offline fossil

  • Zinc Member
  • *
  • Posts: 1
cougar programming
« on: September 04, 2002, 12:34:45 PM »
My trigger only fires one bullet and then quits. Guns work fine with the keyboard...  Any help appreciated :(

Offline Bonden

  • Nickel Member
  • ***
  • Posts: 490
cougar programming
« Reply #1 on: September 04, 2002, 04:39:20 PM »
Patience - help will come  :)

Offline Revvin

  • Silver Member
  • ****
  • Posts: 1724
      • http://www.ch-hangar.com
cougar programming
« Reply #2 on: September 04, 2002, 04:50:37 PM »
You need to add a /H hold modifier infront of the command to simulate that button being pressed down. In this section of my profile I have:


Rem  
Rem Weapon Commands
Rem The trigger fires the primary weapon at the first stage and both primary and secondary at the second stage.
Rem
BTN TG1 /H Fire_Primary_Weapon  
BTN TG2 /H Fire_Both
BTN S2 /H Fire_Secondary_Weapon
Rem  


Take a look at my profile which you can download here You could use the macro from it to make your own joystick file if you wanted to and you'll see how I've mapped some buttons (including view controls) with this /H modifier.