Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ~~~~~~~~~~ This guide has moved to speedrun.com: http://www.speedrun.com/Antichamber/guide/erlq5 ~~~~~~~~~~
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- All config files are located in "%installdir%\UDKGame\Config\"
- **The game must be closed while editing these files!!**
- Rebind Esc to Q:
- Find the following line in UDKInput.ini:
- Bindings=(Name="Escape",Command="ShowMenu | onrelease CancelExit",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
- Replace "Escape" with "Q" so that it now looks like:
- Bindings=(Name="Q",Command="ShowMenu | onrelease CancelExit",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
- Bind Fire to ScrollWheel
- Add the following lines in UDKInput.ini anywhere under the [Engine.PlayerInput] section:
- Bindings=(Name="MouseScrollUp",Command="GBA_Fire",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
- Bindings=(Name="MouseScrollDown",Command="GBA_Fire",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
- This can be used to pillar up much more quickly in The Chase.
- Enable Console:
- Find the following lines in DefaultInput.ini:
- ConsoleKey=None
- TypeKey=None
- Put a semicolon in front of each of these lines so that they now look like:
- ;ConsoleKey=None
- ;TypeKey=None
- At the end of a run, hit Tab and type in "restartlevel" without the quotes to be put back into the Main Hub without having to close the game.
- Disable Unreal startup logo:
- Browse to "%installdir%\UDKGame\Movies\"
- Rename all the files located here. Do not delete them.
- ~~~~~Under this line is not necessary~~~~~ //For removing the 62 FPS cap (This will remove the FPS cap, giving you better mouse smoothing, although it decreases walking speed so use at your own risk - not allowed in pink cubes or "100%" runs since it increases the speed of the pinks)
- Line adding LeftAlt to UDKInput.ini:
- Bindings=(Name="LeftAlt",Command="SetFps 60 | onrelease SetFps 999",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
- Changes in UDKEngine.ini:
- bSmoothFrameRate=TRUE
- MinSmoothedFrameRate=60
- MaxSmoothedFrameRate=999
- UseVsync=False
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement