Paths: Difference between revisions

From OpenMW Wiki
Jump to navigation Jump to search
(Put obsolete information last, not first, or people get confused.)
(fix copypaste error)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= Configuration files & Log files =
== Linux ==


* Linux: $HOME/.config/openmw
* Configuration files & Log files: <code>$HOME/.config/openmw</code>
* Windows: C:\Users\Username\Documents\my games\openmw (username, harddrive and language may vary)
* Savegames: <code>$HOME/.local/share/openmw/saves</code>
* Mac: $HOME/Library/Preferences/openmw
* Screenshots: <code>$HOME/.local/share/openmw</code>
* OpenMW-CS mods: <code>$HOME/.local/share/openmw/data</code>


= Savegames =
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.


* Linux: $HOME/.local/share/openmw/saves
== Windows ==
* Windows: C:\Users\Username\Documents\my games\openmw\saves (username, harddrive and language may vary)
* Mac (OpenMW 0.36 and later): $HOME/Library/Application Support/openmw/saves
* Mac (OpenMW 0.35.1 and earlier): $HOME/Library/Preferences/openmw/saves


= Screenshots =
* Configuration files & Log files: <code>C:\Users\<var>Username</var>\Documents\my games\openmw</code>
* Savegames: <code>C:\Users\<var>Username</var>\Documents\my games\openmw\saves</code>
* Screenshots: <code>C:\Users\<var>Username</var>\Documents\my games\openmw</code>
* OpenMW-CS mods: <code>C:\Users\<var>Username</var>\Documents\my games\openmw\data</code>


* Linux: $HOME/.local/share/openmw
<i>Username</i> will vary, as may drive and language.
* Windows: C:\Users\Username\Documents\my games\openmw (username, harddrive and language may vary)
 
* Mac (OpenMW 0.36 and later): $HOME/Library/Application Support/openmw
== Mac ==
* Mac (OpenMW 0.35.1 and earlier): $HOME/Library/Preferences/openmw
 
* 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>
* Screenshots: <code>"/Users/<var>Username</var>/Library/Application Support/openmw"</code>
* OpenMW-CS mods: <code>"/Users/<var>Username</var>/Library/Application Support/openmw/data"</code>
 
<i>Username</i> will vary, as may language.

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.