This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
guide:runtime_directory [2017-03-24 10:35] skyjake |
guide:runtime_directory [2018-12-16 08:44] (current) skyjake [Version 2.0 or newer] |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Runtime folder ====== | ||
+ | |||
+ | |||
+ | The runtime folder is the place where Doomsday stores all files created at runtime, including saved game states, screenshots and [[doomsday.out|logs]]. | ||
+ | |||
+ | |||
+ | ===== Version 2.0 or newer ===== | ||
+ | |||
+ | ^ Platform ^ Location | | ||
+ | | Windows | ''C:\Users\YourUserName\AppData\Local\Deng Team\Doomsday Engine\runtime\'' (assuming default user home directory) | | ||
+ | | macOS | ''~/Library/Application Support/Doomsday Engine/runtime/'' | | ||
+ | | Linux / other Unix | ''~/.doomsday/runtime/'' | | ||
+ | |||
+ | For more information, see the Files section in the Readme: | ||
+ | * [[guide:2.1:readme_windows#files|Runtime files on Windows]] | ||
+ | * [[guide:2.1:readme_macos#files|Runtime files on macOS]] | ||
+ | * [[guide:2.1:man:doomsday#files|Runtime files on Linux]] | ||
+ | |||
+ | |||
+ | ===== Version 1.x ===== | ||
+ | |||
+ | The Snowberry front-end application determines the runtime folder when running Doomsday 1.x. | ||
+ | |||
+ | ^ Platform^ Location | | ||
+ | | Windows 7-8, Vista| ''C:\Users\''//''<user-name>''//''\Doomsday Frontend\runtime\'' | | ||
+ | | Windows XP| ''C:\Program Files\Doomsday\Snowberry\Runtime\'' | | ||
+ | | Mac OS X 10.4-8| ''/Users/''//''<user-name>''//''/Library/Application Support/Doomsday Engine/runtime'' | | ||
+ | | Ubuntu| ''/home/''//''<user-name>''//''/.doomsday'' | | ||
+ | |||
+ | |||
+ | <note>On some platforms this directory may be hidden by default (usually, an option to enable viewing of hidden directories exists in your file manager).</note> | ||
+ | |||
+ | |||
+ | ===== See also ===== | ||
+ | |||
+ | * [[Readme]] | ||
+ | * [[Configuration]] | ||
+ | |||
+ | |||
+ | |||
+ | |||