summaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-01-23 21:19:14 +0000
committerrubidium <rubidium@openttd.org>2010-01-23 21:19:14 +0000
commit6ea1eb146370662cc337c39525a6d9923435b35a (patch)
treebacb4e632b95d94f2c6f2e78917a10c15f1baf84 /readme.txt
parent299d4056802e1fc8647c97a2687da1cbbf43bd70 (diff)
downloadopenttd-6ea1eb146370662cc337c39525a6d9923435b35a.tar.xz
(svn r18903) -Fix [FS#3562]: file locations for Windows weren't correct for all versions of Windows
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index 3767295ff..f9b8b22ce 100644
--- a/readme.txt
+++ b/readme.txt
@@ -250,11 +250,14 @@ The TTD artwork files listed in the section 4.1 "(Required) 3rd party files"
can be placed in a few different locations:
1. The current working directory (from where you started OpenTTD)
2. Your personal directory
- Windows: C:\Documents and Settings\<username>\My Documents\OpenTTD
+ Windows: C:\My Documents (95, 98, ME)
+ C:\Documents and Settings\<username>\My Documents\OpenTTD (2000, XP)
+ C:\Users\<username>\Documents\OpenTTD (Vista, 7)
Mac OSX: ~/Documents/OpenTTD
Linux: ~/.openttd
3. The shared directory
- Windows: C:\Documents and Settings\All Users\Documents\OpenTTD
+ Windows: C:\Documents and Settings\All Users\Shared Documents\OpenTTD (2000, XP)
+ C:\Users\Public\Documents\OpenTTD (Vista, 7)
Mac OSX: /Library/Application Support/OpenTTD
Linux: not available
4. The binary directory (where the OpenTTD executable is)