1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 04:29:09 +00:00

(svn r23659) -Doc: behaviour of file searching in general, and in tars specifically

This commit is contained in:
rubidium
2011-12-22 19:51:40 +00:00
parent aa06dee034
commit 3f48d127b7
2 changed files with 32 additions and 1 deletions

View File

@@ -407,3 +407,9 @@ Settings not saved when OpenTTD crashes [FS#4846]:
saved, and you need to run a version that crashes regularly, then
you can use the 'saveconfig' command in the console to save the
settings.
Not all NewGRFs, AIs, game scripts are found [FS#4887]:
Under certain situations, where the path for the content within a
tar file is the same as other content on the file system or in another
tar file, it is possible that content is not found. A more thorough
explanation and solutions are described in section 4.4 of readme.txt.