openmw cheatsheet.txt 4.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. REFERENCE
  2. https://openmw.github.io Doxygen documentation
  3. http://bugs.openmw.org bug tracker
  4. PATHS
  5. ~/.config/openmw config and logs
  6. ~/.local/share/openmw/saves save games
  7. ~/.local/share/openmw screenshots
  8. ~/.local/share/openmw/data data and mods
  9. CLI PARAMETERS
  10. --help help
  11. --skip-menu skip the startup menu, good for quick startup when debugging
  12. --no-grab don't grab mouse cursor (good for debugging with GDB)
  13. --load-savegame filepath load game from given file
  14. --activate-dist=value override the distance the player can activate objects at
  15. WINE
  16. setxkbmap -layout us <- run in terminal before running Morrowind to make console work
  17. setxkbmap -layout cz <- set the keyboard layout back
  18. INGAME
  19. F3 (press multiple times) profiler
  20. F4 resource info
  21. CONSOLE
  22. complete list: http://en.uesp.net/wiki/Tes3Mod:Categorical_Function_List
  23. aitravel x y z make NPC go (move) to given position
  24. additem id count add item
  25. coc cellname teleport (center on cell)
  26. cellname:
  27. "ald-ruhn"
  28. "balmora"
  29. "molag mar"
  30. "vivec"
  31. "seyda neen"
  32. "Vivec, Telvanni Underworks" (interior water)
  33. "Nimawia Grotto" (interior water)
  34. "Karthgad" (SHOTN mod - Skyrim)
  35. "Mournhold, Great Bazaar"
  36. "Fort Frostmoth" (Solstheim)
  37. "Bamz-Amschend, Hearthfire Hall" (under Mournhold)
  38. coe x y teleport (center on exterior) to given cell coordinates
  39. x cell x (-27 to 22)
  40. y cell y (-15 to 27)
  41. changeweather region type change weather in given region (takes some time to take effect, try rest for 1H)
  42. regions: http://en.uesp.net/wiki/Morrowind:Regions
  43. region: type:
  44. "Bitter Coast Region" (southwest) 0 (clear)
  45. "Red Mountain Region" (middle) 1 (cloudy)
  46. "Ascadian Isles Region" (south) 2 (foggy)
  47. "Ashlands Region" (around middle) 3 (overcast)
  48. "Azura's Coast Region" (east) 4 (rain)
  49. "Grazelands Region" (northeast) 5 (thunder)
  50. "Molag Amur Region" (sotheast) 6 (ash)
  51. "Sheogorad Region" (north) 7 (blight)
  52. "West Gash" (northwest) 8 (snow)
  53. 9 (blizzard)
  54. getpos C get position (C is coordinate, i.e. X, Y or Z)
  55. ori write out position, orientation and other info (of the selected object)
  56. sethealth 0 kill target (select with mouse when console is open)
  57. setwaterlevel x set water level to x (only for interior cells)
  58. set gamehour to x set time of day to given hour
  59. set timescale to x set the day/night cycle speed (default is 1.0)
  60. showscenegraph export scene graph into file
  61. togglewireframe wireframe rendering
  62. player->additem gold_100 1000 add 1000 gold (money)
  63. player->setspeed x set player's speed to x (200 - normal, 1000 - super fast)
  64. player->setflying bool make player fly (bool = 1 yes, 2 no)
  65. tcb toggle collision boxes (display collisions)
  66. tcl toggle collisions
  67. tfow reveal whole map (toggle fog of war)
  68. tgm toggle god mode (invulnerability)
  69. tpg toggle path grid (display NPC paths)
  70. unlock unlock target (select with mouse when console is open)
  71. OFTEN USED:
  72. changeweather "Bitter Coast Region" 4
  73. aitravel player->getpos x, player->getpos y, player->getpos z