# HG changeset patch # User rubidium # Date 2010-01-23 21:19:14 # Node ID 01e62d183fa09018a2b1a5bf45944d161c678bdc # Parent 4876f6623501f48881da884a32d4c6a9bb1db186 (svn r18903) -Fix [FS#3562]: file locations for Windows weren't correct for all versions of Windows diff --git a/readme.txt b/readme.txt --- a/readme.txt +++ b/readme.txt @@ -250,11 +250,14 @@ The TTD artwork files listed in the sect 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\\My Documents\OpenTTD + Windows: C:\My Documents (95, 98, ME) + C:\Documents and Settings\\My Documents\OpenTTD (2000, XP) + C:\Users\\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)