how can i use wheel up/down for weapon select?

i want to use wheel-up for select weapon slot 1, and wheel-down for slot2.
unfortunatly, i was failed to found any useful information in google.
anyone know about for this?

Comments

  • You cannot bind your wheel to different controls without a script. I'm not sure if any scripts exist to do this.
  • function cycleWeaponAxis( %val ) {
    commandToServer( 'selectWeaponSlot', ( %val < 0 ) ? 1 : 0 );
    }
  • oh, thanks. it's really helpful! :D
  • Its actually pretty easy if you goto launch/settings/controls on the right you see a configure mouse button open it up and its right there it says mouse wheel with a drop down. you have like 4 choices ..nothing , cycle weapon, next weapon only, or zoom
  • Log into your tribes game in lower left corner click on Launch/then Settings/then Controls/scroll down thru key binds till you find Previous Weapon or Next Weapon/Highlight your selection/Click with your wheel and it will ask you if you want to change key bind select Yes and your done,your wheel will cycle thru all of the weapons you have selected in the armor your currently in.
Sign In or Register to comment.