Paths: Difference between revisions

From OpenMW Wiki
Jump to navigation Jump to search
(reorganised sections to make much more sense, note XDG variables)
(fix copypaste error)
 
Line 19: Line 19:
== Mac ==
== Mac ==


* Mac: <code>/Users/<var>Username</var>/Library/Preferences/openmw</code>
* Configuration files & Log files: <code>/Users/<var>Username</var>/Library/Preferences/openmw</code>
* Savegames: <code>"/Users/<var>Username</var>/Library/Application Support/openmw/saves"</code>
* Savegames: <code>"/Users/<var>Username</var>/Library/Application Support/openmw/saves"</code>
* Screenshots: <code>"/Users/<var>Username</var>/Library/Application Support/openmw"</code>
* Screenshots: <code>"/Users/<var>Username</var>/Library/Application Support/openmw"</code>

Latest revision as of 02:14, 13 March 2018

Linux

  • Configuration files & Log files: $HOME/.config/openmw
  • Savegames: $HOME/.local/share/openmw/saves
  • Screenshots: $HOME/.local/share/openmw
  • OpenMW-CS mods: $HOME/.local/share/openmw/data

Because OpenMW respects the XDG standard, you can set XDG_CONFIG_HOME and XDG_DATA_HOME environment variables to customise the above locations. You can also use these variables to quickly test a completely 'clean' install, or create a portable build that saves its configuration to an USB stick.

Windows

  • Configuration files & Log files: C:\Users\Username\Documents\my games\openmw
  • Savegames: C:\Users\Username\Documents\my games\openmw\saves
  • Screenshots: C:\Users\Username\Documents\my games\openmw
  • OpenMW-CS mods: C:\Users\Username\Documents\my games\openmw\data

Username will vary, as may drive and language.

Mac

  • Configuration files & Log files: /Users/Username/Library/Preferences/openmw
  • Savegames: "/Users/Username/Library/Application Support/openmw/saves"
  • Screenshots: "/Users/Username/Library/Application Support/openmw"
  • OpenMW-CS mods: "/Users/Username/Library/Application Support/openmw/data"

Username will vary, as may language.