Ini file: Difference between revisions
DrinkyBird (talk | contribs) (Created page with "{{DISPLAYTITLE:ini file}} The '''ini file''' is where a user's Zandronum configuration is stored. It is loaded when the game starts, and saved when it exits. == Location == T...") |
DrinkyBird (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
== Location == | == Location == | ||
The ini file can be easily found by executing <tt>whereisini</tt> command in the console. This will print out the full path to the ini file in use. On Windows, if the ini file is supposedly is in Program Files, it is likely to be in '''%LocalAppData%\VirtualStore''' instead, due to a Windows backwards compatibility measure. | The ini file can be easily found by executing <tt>whereisini</tt> command in the {{Zdoomwiki|Console|console}}. This will print out the full path to the ini file in use. On Windows, if the ini file is supposedly is in Program Files, it is likely to be in '''%LocalAppData%\VirtualStore''' instead, due to a Windows backwards compatibility measure. | ||
=== Default locations === | === Default locations === |
Revision as of 03:15, 12 September 2020
The ini file is where a user's Zandronum configuration is stored. It is loaded when the game starts, and saved when it exits.
Location
The ini file can be easily found by executing whereisini command in the console. This will print out the full path to the ini file in use. On Windows, if the ini file is supposedly is in Program Files, it is likely to be in %LocalAppData%\VirtualStore instead, due to a Windows backwards compatibility measure.
Default locations
- Windows: Zandronum-<username>.ini in the same directory as zandronum.exe
- Linux: $XDG_CONFIG_DIR/zandronum (usually ~/.config/zandronum