Skip to content

Commit cee2dc7

Browse files
BasicBelugaLibrarian
authored andcommitted
modified: en/Archive/Manual/Settings/Openttd.cfg
User Summary: filename formatting
1 parent 847975e commit cee2dc7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Page/en/Archive/Manual/Settings/Openttd.cfg.mediawiki

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ When adding content please do not create dead end pages, at least link them back
99
'''<code>openttd.cfg</code>''' is the configuration file which OpenTTD uses to store all its settings. It uses the [https://en.wikipedia.org/wiki/INI_file ini-file structure] that is a common store of configuration data in many applications. The file has all the variables organised into groups to make it easier to edit.
1010

1111
It is located in:
12-
* Windows XP: "C:\Documents and Settings\<username>\My Documents\OpenTTD" or "%UserName%\Documents\OpenTTD"
13-
* Windows Vista, 7, or later: "C:\Users\<username>\Documents\OpenTTD"
14-
* Linux: "~/.openttd" or "~/.config/openttd/openttd.cfg"
15-
* Mac OS: "~/Documents/OpenTTD"
12+
* Windows XP: '''<code>C:\Documents and Settings\<username>\My Documents\OpenTTD</code>''' or '''<code>%UserName%\Documents\OpenTTD</code>'''
13+
* Windows Vista, 7, or later: '''<code>C:\Users\<username>\Documents\OpenTTD</code>'''
14+
* Linux: '''<code>~/.openttd</code>''' or '''<code>~/.config/openttd/openttd.cfg</code>'''
15+
* Mac OS: '''<code>~/Documents/OpenTTD</code>'''
1616
* Any OS: OpenTTD installation folder (must be created after install, before first run)
1717
1818
You can edit the file using any text editor (save it as ANSI). Each time you quit OpenTTD, it writes any changes to the file.

0 commit comments

Comments
 (0)