Advertisement
California292

Antichamber ini edits

Oct 19th, 2013
3,812
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2. ~~~~~~~~~~ This guide has moved to speedrun.com: http://www.speedrun.com/Antichamber/guide/erlq5 ~~~~~~~~~~
  3. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4.  
  5. All config files are located in "%installdir%\UDKGame\Config\"
  6.  
  7. **The game must be closed while editing these files!!**
  8.  
  9.  
  10. Rebind Esc to Q:
  11. Find the following line in UDKInput.ini:
  12. Bindings=(Name="Escape",Command="ShowMenu | onrelease CancelExit",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  13. Replace "Escape" with "Q" so that it now looks like:
  14. Bindings=(Name="Q",Command="ShowMenu | onrelease CancelExit",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  15.  
  16.  
  17. Bind Fire to ScrollWheel
  18. Add the following lines in UDKInput.ini anywhere under the [Engine.PlayerInput] section:
  19. Bindings=(Name="MouseScrollUp",Command="GBA_Fire",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  20. Bindings=(Name="MouseScrollDown",Command="GBA_Fire",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  21. This can be used to pillar up much more quickly in The Chase.
  22.  
  23.  
  24. Enable Console:
  25. Find the following lines in DefaultInput.ini:
  26. ConsoleKey=None
  27. TypeKey=None
  28. Put a semicolon in front of each of these lines so that they now look like:
  29. ;ConsoleKey=None
  30. ;TypeKey=None
  31. 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.
  32.  
  33.  
  34.  
  35. Disable Unreal startup logo:
  36. Browse to "%installdir%\UDKGame\Movies\"
  37. Rename all the files located here. Do not delete them.
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44. ~~~~~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)
  45.  
  46. Line adding LeftAlt to UDKInput.ini:
  47. Bindings=(Name="LeftAlt",Command="SetFps 60 | onrelease SetFps 999",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  48.  
  49.  
  50. Changes in UDKEngine.ini:
  51. bSmoothFrameRate=TRUE
  52. MinSmoothedFrameRate=60
  53. MaxSmoothedFrameRate=999
  54.  
  55. UseVsync=False
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement