Loading

Paste #pb1sq1bzl

  1. The main OpenTTD directories can be found in various locations, depending on
  2. your operating system:
  3.     1. The current working directory (from where you started OpenTTD)
  4.         For non-Windows operating systems OpenTTD will not scan for files in this
  5.         directory if it is your personal directory, i.e. '~/', or when it is the
  6.         root directory, i.e. '/'.
  7.     2. Your personal directory
  8.         Windows: C:\My Documents\OpenTTD (95, 98, ME)
  9.                  C:\Documents and Settings\<username>\My Documents\OpenTTD (2000, XP)
  10.                  C:\Users\<username>\Documents\OpenTTD (Vista, 7)
  11.         Mac OSX: ~/Documents/OpenTTD
  12.         Linux:   $XDG_DATA_HOME/openttd which is usually ~/.local/share/openttd when
  13.                  built with XDG base directory support, otherwise ~/.openttd
  14.     3. The shared directory
  15.         Windows: C:\Documents and Settings\All Users\Shared Documents\OpenTTD (2000, XP)
  16.                  C:\Users\Public\Documents\OpenTTD (Vista, 7)
  17.         Mac OSX: /Library/Application Support/OpenTTD
  18.         Linux:   not available
  19.     4. The binary directory (where the OpenTTD executable is)
  20.         Windows: C:\Program Files\OpenTTD
  21.         Linux:   /usr/games
  22.     5. The installation directory (Linux only)
  23.         Linux:   /usr/share/games/openttd
  24.     6. The application bundle (Mac OSX only)
  25.         It includes the OpenTTD files (grf+lng) and it will work as long as they
  26.         are not touched

Comments