Changeset - r14338:01e62d183fa0
[Not reviewed]
master
0 1 0
rubidium - 14 years ago 2010-01-23 21:19:14
rubidium@openttd.org
(svn r18903) -Fix [FS#3562]: file locations for Windows weren't correct for all versions of Windows
1 file changed with 5 insertions and 2 deletions:
0 comments (0 inline, 0 general)
readme.txt
Show inline comments
 
@@ -241,29 +241,32 @@ OpenTTD can read inside tar files but it
 
itself.
 
To figure out which libraries you need for an AI you have to start the AI and
 
wait for an error message to pop up. The error message will tell you
 
"couldn't find library 'lib-name'". Download that library and try again.
 

	
 
4.2) OpenTTD directories
 
---- -------------------------------
 

	
 
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)
 
		Windows: C:\Program Files\OpenTTD
 
		Linux:   /usr/games
 
	5. The installation directory (Linux only)
 
		Linux:   /usr/share/games/openttd
 
	6. The application bundle (Mac OSX only)
 
		It includes the OpenTTD files (grf+lng) and it will work as long as they aren't touched
 

	
 
Notes:
 
	- Linux in the previous list means .deb, but most paths should be similar for others.
0 comments (0 inline, 0 general)