Ini file: Difference between revisions

From Zandronum Wiki
mNo edit summary
No edit summary
Line 7: Line 7:
=== Default locations ===
=== Default locations ===
* Windows: <tt>Zandronum-<username>.ini</tt> in the same directory as zandronum.exe
* Windows: <tt>Zandronum-<username>.ini</tt> in the same directory as zandronum.exe
* Linux: <tt>$XDG_CONFIG_DIR/zandronum</tt> (usually <tt>~/.config/zandronum</tt>)
* Linux: <tt>$XDG_CONFIG_DIR/zandronum/zandronum.ini</tt> (usually <tt>~/.config/zandronum/zandronum.ini</tt>)


== See also ==
== See also ==
* {{Zdoomwiki|Configuration file}}
* {{Zdoomwiki|Configuration file}}

Revision as of 03:17, 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/zandronum.ini (usually ~/.config/zandronum/zandronum.ini)

See also