[T2 Request] Cluster Mod Weapon Order

Scorpion
05-02-2003, 06:07 AM
I am cycling weapons with mousewheel and am thus unable to modify it to prev weapon instead of next weapon to avoid weapon order woes in the Cluster Mod.

I am asking a scripter to replace MWHEELup with MWHEELdown upon a keypress, or any other solution to fix this prob.

EDIT:
Changed upon a keypress:

moveMap.bind(mouse0, "zaxis", cycleWeaponAxis);
to
moveMap.bind(mouse0, "zaxis", prevWeapon);

and vice versa. This is all I need as I only use one scroll axis anyway.


-Scorpion

Silverspirit
05-02-2003, 09:50 AM
It's not the same as what you're asking for, but you can setup a custom weapon order and use the mousewheel to cycle forward/back with HalWeapon (http://halide.tribes-universe.com/scripts.php?script=HalWea pon).