Paths: Difference between revisions

From OpenMW Wiki
Jump to navigation Jump to search
(Add paths for OpenMW-CS mods)
(general cleanup (typo, code and variable input marked up as such, give Mac people the kinds of paths they are used to, notes about what may vary due to l10n))
Line 1: Line 1:
== Configuration files & Log files ==
== Configuration files & Log files ==


* Linux: $HOME/.config/openmw
* Linux: <code>$HOME/.config/openmw</code>
* Windows: C:\Users\Username\Documents\my games\openmw (username, drive and language may vary)
* Windows: <code>C:\Users\<var>Username</var>\Documents\my games\openmw</code> (username will vary, as may drive and language)
* Mac: $HOME/Library/Preferences/openmw
* Mac: <code>/Users/<var>Username</var>/Library/Preferences/openmw</code>


== Savegames ==
== Savegames ==


* Linux: $HOME/.local/share/openmw/saves
* Linux: <code>$HOME/.local/share/openmw/saves</code>
* Windows: C:\Users\Username\Documents\my games\openmw\saves (username, drive and language may vary)
* Windows: <code>C:\Users\<var>Username</var>\Documents\my games\openmw\saves</code> (username will vary, as may drive and language)
* Mac (OpenMW 0.36 and later): "$HOME/Library/Application Support/openmw/saves"
* Mac (OpenMW 0.36 and later): <code>"/Users/<var>Username</var>/Library/Application Support/openmw/saves"</code> (username will vary, as may language)
* Mac (OpenMW 0.35.1 and earlier): $HOME/Library/Preferences/openmw/saves
* Mac (OpenMW 0.35.1 and earlier): <code>/Users/<var>Username</var>/Library/Preferences/openmw/saves</code> (username will vary, as may language)


== Screenshots ==
== Screenshots ==


* Linux: $HOME/.local/share/openmw
* Linux: <code>$HOME/.local/share/openmw</code>
* Windows: C:\Users\Username\Documents\my games\openmw (username, drive and language may vary)
* Windows: <code>C:\Users\<var>Username</var>\Documents\my games\openmw</code> (username will vary, as may drive and language)
* Mac (OpenMW 0.36 and later): "$HOME/Library/Application Support/openmw"
* Mac (OpenMW 0.36 and later): <code>"/Users/<var>Username</var>/Library/Application Support/openmw"</code> (username will vary, as may language)
* Mac (OpenMW 0.35.1 and earlier): $HOME/Library/Preferences/openmw
* Mac (OpenMW 0.35.1 and earlier): <code>/Users/<var>Username</var>/Library/Preferences/openmw</code> (username will vary, as may language)


== OpenMW-CS mods ==
== OpenMW-CS mods ==


* Linux: $HOME/.local/share/openmw/data
* Linux: <code>$HOME/.local/share/openmw/data</code>
* Windows: C:\Users\Username\Documents\my games\openmw\saves (username, drive and language may vary)
* Windows: <code>C:\Users\<var>Username</var>\Documents\my games\openmw\data</code> (username will vary, as may drive and language)
* Mac (OpenMW 0.36 and later): "$HOME/Library/Application Support/openmw/data"
* Mac (OpenMW 0.36 and later): <code>"/Users/<var>Username</var>/Library/Application Support/openmw/data"</code> (username will vary, as may language)
* Mac (OpenMW 0.35.1 and earlier): $HOME/Library/Preferences/openmw/data
* Mac (OpenMW 0.35.1 and earlier): <code>/Users/<var>Username</var>/Library/Preferences/openmw/data</code> (username will vary, as may language)

Revision as of 23:02, 1 March 2017

Configuration files & Log files

  • Linux: $HOME/.config/openmw
  • Windows: C:\Users\Username\Documents\my games\openmw (username will vary, as may drive and language)
  • Mac: /Users/Username/Library/Preferences/openmw

Savegames

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

Screenshots

  • Linux: $HOME/.local/share/openmw
  • Windows: C:\Users\Username\Documents\my games\openmw (username will vary, as may drive and language)
  • Mac (OpenMW 0.36 and later): "/Users/Username/Library/Application Support/openmw" (username will vary, as may language)
  • Mac (OpenMW 0.35.1 and earlier): /Users/Username/Library/Preferences/openmw (username will vary, as may language)

OpenMW-CS mods

  • Linux: $HOME/.local/share/openmw/data
  • Windows: C:\Users\Username\Documents\my games\openmw\data (username will vary, as may drive and language)
  • Mac (OpenMW 0.36 and later): "/Users/Username/Library/Application Support/openmw/data" (username will vary, as may language)
  • Mac (OpenMW 0.35.1 and earlier): /Users/Username/Library/Preferences/openmw/data (username will vary, as may language)