Paths: Difference between revisions

From OpenMW Wiki
Jump to navigation Jump to search
(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))
(remove ancient versions)
Line 9: Line 9:
* Linux: <code>$HOME/.local/share/openmw/saves</code>
* Linux: <code>$HOME/.local/share/openmw/saves</code>
* Windows: <code>C:\Users\<var>Username</var>\Documents\my games\openmw\saves</code> (username will vary, as may drive and language)
* 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): <code>"/Users/<var>Username</var>/Library/Application Support/openmw/saves"</code> (username will vary, as may language)
* Mac: <code>"/Users/<var>Username</var>/Library/Application Support/openmw/saves"</code> (username will vary, as may language)
* 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 ==
Line 16: Line 15:
* Linux: <code>$HOME/.local/share/openmw</code>
* Linux: <code>$HOME/.local/share/openmw</code>
* Windows: <code>C:\Users\<var>Username</var>\Documents\my games\openmw</code> (username will vary, as may drive and language)
* 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): <code>"/Users/<var>Username</var>/Library/Application Support/openmw"</code> (username will vary, as may language)
* Mac: <code>"/Users/<var>Username</var>/Library/Application Support/openmw"</code> (username will vary, as may language)
* 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 ==
Line 23: Line 21:
* Linux: <code>$HOME/.local/share/openmw/data</code>
* Linux: <code>$HOME/.local/share/openmw/data</code>
* Windows: <code>C:\Users\<var>Username</var>\Documents\my games\openmw\data</code> (username will vary, as may drive and language)
* 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): <code>"/Users/<var>Username</var>/Library/Application Support/openmw/data"</code> (username will vary, as may language)
* Mac: <code>"/Users/<var>Username</var>/Library/Application Support/openmw/data"</code> (username will vary, as may language)
* 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:56, 9 March 2018

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: "/Users/Username/Library/Application Support/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: "/Users/Username/Library/Application Support/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: "/Users/Username/Library/Application Support/openmw/data" (username will vary, as may language)