firenewt

Untitled

Feb 22nd, 2018
7,146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. [8:15 AM] xezrunner: In case anyone is interested, here's what I've found out so far:
  2.  
  3. To open the console, set a binding in Documents\My Games\Dishonored\DishonoredInput.ini to the command:
  4. set Console ConsoleKey Tilde
  5.  
  6. When you push this button, you bind the console to Tilde.
  7.  
  8. Now if you press Tilde, the console should pop up.
  9. -------------------------
  10. To enable cheats, type these commands in order (it's not case-senitive):
  11.  
  12. set PlayerController CheatClass class'DishonoredCheatManager'
  13. EnableCheats
  14.  
  15. All UE3 cheat commands work, and most of the Dishonored cheat commands work, though there aren't a lot of them.
  16.  
  17. You can decompress Dishonored\DishonoredGame\CookedPCConsole\DishonoredGameFull.upk and open it up in UE Explorer, find the class DishonoredCheatManager and type in the top right search bar exec to find all the Dishonored-related cheat commands.
  18.  
  19. For UE3 commands, you can do the same with Engine.upk and the CheatManager class, or you can also just look online. Most of them work.
  20. -------------------------
  21. Useful commands (not case-sensitive):
  22.  
  23. MaxPowers - Gives you all the powers for said character
  24. AddPower powername level - Gives you power (not cross-character unfortunately!)
  25. God, Fly, Ghost - UE3 commands. Fly and Ghost combined make up noclip.
  26. Walk - Opposite of Fly.
  27. PlayersOnly - Freezes everything except you.
  28. teleport - Teleports you to cursor location
  29. start mapname or open mapname - Starts a map (L_XXX_P.upk) (must end with _P!) (LEVEL TRANSITIONS DON'T WORK)
  30. BlinkShowRange int - Debug for Blink Range. int is seconds to show it for.
  31. ce eventname or CauseEvent eventname - Trigger a map-specific event (useful for skipping or starting cutscenes, debug teleporting, stopping counter in Bonfires etc...)
  32. set class property value - Set properties' values in classes - EXTREMELY USEFUL
  33. DisSlomo float - Slowmotion for everything
  34. DisSlomoFull float, float - Slowmotion for player, world(edited)
Advertisement
Add Comment
Please, Sign In to add comment