Changeset - r13048:24facc09cf46
[Not reviewed]
master
0 1 0
rubidium - 15 years ago 2009-09-16 18:09:42
rubidium@openttd.org
(svn r17556) -Fix (r12321): the OSX port doesn't use /Library/Application Support/OpenTTD.
1 file changed with 1 insertions and 3 deletions:
0 comments (0 inline, 0 general)
readme.txt
Show inline comments
 
@@ -222,28 +222,26 @@ wait for an error message to pop up. The
 
"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
 
		Mac OSX: ~/Documents/OpenTTD
 
		Linux:   ~/.openttd
 
	3. The shared directory
 
	3. The shared directory (Windows only)
 
		Windows: C:\Documents and Settings\All Users\Documents\OpenTTD
 
		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 OTTD 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.
 
	- The previous search order is also used for newgrfs and openttd.cfg.
 
	- If openttd.cfg is not found, then it will be created using the 2, 4, 1, 3, 5 order.
0 comments (0 inline, 0 general)