With the code below you can use an extra mouse button or keyboard key just for melee with the impact hammer. hold down the key and you'll automatically switch to the impact hammer and charge up. Once you release the key you'll switch to your most powerful weapon in case you need to instantly go back to guns. Basically it's similar to Halo where you have one button to melee then continue shooting.
FIRST, go to
My Documents\My Games\Unreal Tournament 3\UTGame\Config
SECOND, open your UTInput.ini file and under the [Engine.PlayerInput] heading, paste in this UPDATED code:
Bindings=(Name="ThumbMouseButton",Command="switchw eapon 1 | StartFire | OnRelease StopFire| OnRelease SwitchToBestWeapon")
Thanks to dsmelser @ ix.netcom for showing me that I only need these 2 lines instead of the 3 i had previously posted.
Notice the text ThumbMouseButton, thats for if you have a mouse with an extra thumb button.. You can change it to any unused key on your keyboard or gamepad too.
Try it and I hope it doesn't make gameplay too noobie
.... It just makes gameplay more fun and simplified for me.
Check it out and enjoy.
If anyone finds out a more efficient way of accomplishing this please post it here. Don't be shy it's only the forums we can't smash you with the impact hammer in here.
FIRST, go to
My Documents\My Games\Unreal Tournament 3\UTGame\Config
SECOND, open your UTInput.ini file and under the [Engine.PlayerInput] heading, paste in this UPDATED code:
Bindings=(Name="ThumbMouseButton",Command="switchw eapon 1 | StartFire | OnRelease StopFire| OnRelease SwitchToBestWeapon")
Thanks to dsmelser @ ix.netcom for showing me that I only need these 2 lines instead of the 3 i had previously posted.
Notice the text ThumbMouseButton, thats for if you have a mouse with an extra thumb button.. You can change it to any unused key on your keyboard or gamepad too.


Check it out and enjoy.

If anyone finds out a more efficient way of accomplishing this please post it here. Don't be shy it's only the forums we can't smash you with the impact hammer in here.
Comment