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?
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.
Comments
commandToServer( 'selectWeaponSlot', ( %val < 0 ) ? 1 : 0 );
}