summaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-07-16 19:32:39 +0000
committerrubidium <rubidium@openttd.org>2010-07-16 19:32:39 +0000
commit6863b7539c55ef913e7f3124e0cd5753cb2380e1 (patch)
tree6f1fc86120c58c619ef63a78f67e353956248d5a /readme.txt
parent2a3ec78d9f35ad788dcaeab306f355d2e496c16d (diff)
downloadopenttd-6863b7539c55ef913e7f3124e0cd5753cb2380e1.tar.xz
(svn r20166) -Fix [FS#3949]: do not scan /data and ~/data (if they happen to be your working directory). If it's the directory where your binary is located it will still scan them.
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index b28a20283..d74cfba22 100644
--- a/readme.txt
+++ b/readme.txt
@@ -253,6 +253,9 @@ The required 3rd party files listed in the section 4.1 "(Required) 3rd party fil
as well as other non-compulsory extensions (NewGRFs, AI, heightmaps, scenarios) can be
placed in a few different locations:
1. The current working directory (from where you started OpenTTD)
+ For non-Windows operating systems OpenTTD will not scan for files in this
+ directory if it is your personal directory, i.e. "~/", or when it is the
+ root directory, i.e. "/".
2. Your personal directory
Windows: C:\My Documents (95, 98, ME)
C:\Documents and Settings\<username>\My Documents\OpenTTD (2000, XP)