PDA

View Full Version : [UNREAL] Fast weapon switching (Fake pipe binds)



t3h m00kz
December 4th, 2008, 07:27 PM
Moved from the other forum, it fits here better.

Felt this could use some exposure.

3WuoT1zbCv8

Pipe Bind link: http://ut2004.titaninternet.co.uk/forums/showpost.php?p=245809&postcount=18

File to modify: Unreal Tournament 3/UTGame/Config/UTinput.ini

Under [Engine.PlayerInput] put the following:

Bindings=(Name="MouseScrollUp",Command="PipeA")
Bindings=(Name="PipeA",Command="switchweapon 4 | setbind MouseScrollUp PipeB")
Bindings=(Name="PipeB",Command="switchweapon 9 | setbind MouseScrollUp PipeA")
Bindings=(Name="MiddleMouseButton",Command="PipeC")
Bindings=(Name="PipeC",Command="switchweapon 5 | setbind MiddleMouseButton PipeD")
Bindings=(Name="PipeD",Command="switchweapon 6 | setbind MiddleMouseButton PipeC")
Bindings=(Name="MouseScrollDown",Command="PipeE")
Bindings=(Name="PipeE",Command="switchweapon 7 | setbind MouseScrollDown PipeF")
Bindings=(Name="PipeF",Command="switchweapon 8 | setbind MouseScrollDown PipeE")

!!!IMPORTANT!!!

YOU MUST, MUST, MUST UNBIND MOUSESCROLLUP, MOUSESCROLLDOWN, AND MIDDLEMOUSEBUTTON WITHIN THE UT3 GAME BEFORE USING THIS BIND. ALSO, DO NOT BIND THE REDEEMER TO A PIPE, IT WILL CAUSE ERRORS.

Other cool binds and commands:

Under [Engine.PlayerInput] put the following:

Bindings=(Name="End",Command="Suicide")
Bindings=(Name="Insert",Command="ToggleDebugCamera")
!!!SET THIS UNDER [Engine.DebugCameraInput] AS WELL TO TOGGLE BETWEEN THE TWO!!!

Replace ConsoleKey=F10 with ConsoleKey=Tilde

Other INI tweaks: http://forums.epicgames.com/showthread.php?p=25037381

Have fun.