project-navigation
Personal tools

Author Topic: How to bind fire weapon command?  (Read 2640 times)

Offline Barleyman

  • Cannon Fodder
  • **
  • Posts: 4
    • View Profile
How to bind fire weapon command?
« on: August 07, 2010, 09:54:00 pm »
Topic says it all. From the command list, I thought this should work:
bindbattle f "hud_fireweapon"
Only it does not. Am I doing something wrong here?

I commented out the other command bound to f key and found out UFO:AI actually kills commented out lines in the middle of the file..

Offline bayo

  • Professional loser
  • Project Coder
  • Captain
  • ***
  • Posts: 733
    • View Profile
Re: How to bind fire weapon command?
« Reply #1 on: November 21, 2010, 09:25:14 am »
This command hud_fireweapon use 2 param, l/r for the hand, and 0-7 for the firemode.

Code: [Select]
hud_fireweapon r 2
But, there is no default firemode defined, or hand.
Then, what you want to do?