Advertisement
Guest User

Doom console commands

a guest
May 19th, 2016
2,436
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1.  
  2. activateConsole forces the console down ( or up ) and the desired fraction.. 0.5 is normal 0.2 is shifted
  3. bind binds a command to a key
  4. BuildInfo Display relevant build information.
  5. BuildInfoToClipBoard Copy build information to windows clipboard.
  6. clear clears the console
  7. conDump dumps the console text to a file
  8. configVersion just a placeholder so we can exec config files that have versioning in them
  9. demo_nextPerspective goes to the next viewing perspective
  10. demo_nextPlayer goes to the next player when spectating
  11. demo_previousPlayer goes to the previous player when spectating
  12. dumpWarnings Dump all warnings to a text file.
  13. echo prints text
  14. exec executes a config file
  15. exit exits the game
  16. find finds all system elements containing the given search string
  17. getviewpos prints the current view position
  18. God enables god mode. specify the player index for non-local players or -1 for all players
  19. listBinds lists key bindings
  20. listCmds lists commands
  21. listCvars lists cvars
  22. messagemode displays the message dialog box
  23. parse prints tokenized string
  24. print Prints the arguments to the console
  25. quit quits the game
  26. resourceExec Execute a configuration file stored in the resource file
  27. screenshot takes a screenshot
  28. spectator_changeLoadout show change loadout screen
  29. spectator_localPerspective goes to the perspective of the local player
  30. spectator_showHackModules show hack module select screen
  31. ToggleMainMenu Toggle the main menu
  32. unbind unbinds any command from a key
  33. unbindAll unbinds any commands from all keys
  34. vid_restart resizes/fullscreens the game window
  35. vstr inserts the current value of a cvar as command text
  36. vt_restart reallocates the physical images for changes in size or compression
  37. wait delays remaining buffered commands one or more frames
  38. where prints the current view position
  39. writeConfig writes a config file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement