In other languages: Deutsch Polski Русский Türkçe 简体中文

Application directory: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Cleanup, fixes to grammar, updates)
Line 1: Line 1:
{{Languages}}
{{Languages}}
= Overview =  
 
== Overview ==
 
Depending on your installation method and OS, you will have one or two directories that contain Factorio assets.
Depending on your installation method and OS, you will have one or two directories that contain Factorio assets.
== Application directory ==
== Application directory ==
The application directory stores
The application directory stores three things:
* Factorio executables (./bin)
* Factorio executables (./bin)
* Data for vanilla Factorio (./data)
* Data for vanilla Factorio (./data)
Line 9: Line 12:


== User Data directory ==
== User Data directory ==
* Save games (as zip files within ./saves)
The save directory is where user-personal files are stored, such as world saves. A list of all things found here:
* User-installed/created [[Mods]] (./mods)
 
* User-installed/created [[scenarios]] (./scenarios)
* Save games (as zip files)
* User configuration (./config)
* User-installed/created [[Mods]].
* User-installed/created scenarios.
* User configuration and settings storage
* [[Log File]] (factorio-*.log)
* [[Log File]] (factorio-*.log)
* Player data (player-data.json)
* Player data (player-data.json)


Note: Deleting the configuration file will result in a replacement being generated upon the next Factorio launch.
Note: Deleting the configuration file will result in a default replacement being generated upon the next Factorio launch.


It is recommended to create backups from this directory before installing a new version.
It is recommended to create backups from this directory (of saves, config, etc) before installing a new version, or installing mods.  


= Directory locations by OS and installation method =
== Directory locations by OS and installation method ==
== Windows ==
=== Windows ===
=== Installation via Steam ===
==== Installation via [http://steampowered.com Steam] ====
Application directory:
Application directory:
  C:\Program Files (x86)\Steam\steamapps\common\Factorio
  C:\Program Files (x86)\Steam\steamapps\common\Factorio
User data directory:
User data directory:
  %appdata%\factorio
  %appdata%\factorio


=== Installation by Zip-package ===
==== Installation by Zip-package ====
Application directory and User data directory will be the location to which Factorio was unpacked.
Application directory and User data directory will be the location to which Factorio was unpacked.


Line 38: Line 44:
  C:\Factorio\mods
  C:\Factorio\mods


=== Installation via Installer ===
==== Installation via native Installer ====
Application directory:
Application directory:
  C:\Users\<username>\AppData\Roaming\Factorio
  C:\Users\<username>\AppData\Roaming\Factorio
Line 44: Line 50:
  %appdata%\factorio
  %appdata%\factorio


== MacOSx ==
=== Mac OSX ===


=== Installation via Steam ===
==== Installation via Steam ====
Application directory:
Application directory:


<code>/Users/<replace with your username>/Library/Application Support/Steam/steamapps/common/Factorio/factorio.app/Contents/</code>
<code>/Users/<replace with your username>/Library/Application Support/Steam/steamapps/common/Factorio/factorio.app/Contents/</code>


=== Installation via Installer ===
==== Installation via Installer ====
The application should be by default installed in the Apps-folder.
The application should be by default installed in the Apps-folder.


Line 68: Line 74:
Same directory structure as in Application support.
Same directory structure as in Application support.


== Linux ==
=== Linux ===
Data is stored under <code>~/.local/share/Steam/steamapps/common/Factorio</code>.
 
Data is stored under <code>~/.factorio</code>.


=== Installation via Steam ===
==== Installation via Steam ====
Data is stored under <code>~/.factorio</code>.
Data is stored under <code>~/.factorio</code>.


=Changing the application directory=
====Changing the application directory====


You can create a file <code>config-path.config</code> to configure Factorio to any directory.
You can create a file <code>config-path.config</code> to configure Factorio to any directory.


'''[http://www.factorioforums.com/forum/viewtopic.php?f=49&t=12819&p=87281#p87281 Please see this discussion]''' (for MacOS, but should work on any other OS).
'''[http://www.factorioforums.com/forum/viewtopic.php?f=49&t=12819&p=87281#p87281 Please see this discussion]''' (for MacOS, but should work on any other OS).
'''Windows''': there is also the [[Install_guide#Installer_or_Zip-Package|ZIP-Package]], that can be installed in any directory.
=== The following discussion applies to version 0.11.13. ===


In order to change the application directory, user must edit the location of the "write-data" entry in the file <code>__Game_Install_directory/config/config.ini</code>. This affects the location of mods, scenario and temp.
In order to change the application directory, user must edit the location of the "write-data" entry in the file <code>__Game_Install_directory/config/config.ini</code>. This affects the location of mods, scenario and temp.
Line 89: Line 91:
If you want to move only the location of your save files you can '''[[Application_Directory/Changing_the_save_directory|change the the save directory using symlinks]]''' but this still means that all users of the computer will share the same data, including settings.
If you want to move only the location of your save files you can '''[[Application_Directory/Changing_the_save_directory|change the the save directory using symlinks]]''' but this still means that all users of the computer will share the same data, including settings.


===Linux===
====Linux====
Update <code>__Game_Install_directory/config-path.cfg</code>  
Update <code>__Game_Install_directory/config-path.cfg</code>  


Line 106: Line 108:
Note that if someone changes any options, in-game, those option changes will apply to everyone who plays on the same computer.
Note that if someone changes any options, in-game, those option changes will apply to everyone who plays on the same computer.


= See also =
== See also ==
* [[Download and Installation]]
* [[Download and Installation]]
* [[Install Guide]]
* [[Install Guide]]

Revision as of 21:37, 22 August 2016


Overview

Depending on your installation method and OS, you will have one or two directories that contain Factorio assets.

Application directory

The application directory stores three things:

  • Factorio executables (./bin)
  • Data for vanilla Factorio (./data)
  • API documentation

User Data directory

The save directory is where user-personal files are stored, such as world saves. A list of all things found here:

  • Save games (as zip files)
  • User-installed/created Mods.
  • User-installed/created scenarios.
  • User configuration and settings storage
  • Log File (factorio-*.log)
  • Player data (player-data.json)

Note: Deleting the configuration file will result in a default replacement being generated upon the next Factorio launch.

It is recommended to create backups from this directory (of saves, config, etc) before installing a new version, or installing mods.

Directory locations by OS and installation method

Windows

Installation via Steam

Application directory:

C:\Program Files (x86)\Steam\steamapps\common\Factorio

User data directory:

%appdata%\factorio

Installation by Zip-package

Application directory and User data directory will be the location to which Factorio was unpacked.

For example, if you unpacked the zip to:
C:\Factorio
Then your saves can be found in:
C:\Factorio\saves
and mods in:
C:\Factorio\mods

Installation via native Installer

Application directory:

C:\Users\<username>\AppData\Roaming\Factorio

User data directory:

%appdata%\factorio

Mac OSX

Installation via Steam

Application directory:

/Users/<replace with your username>/Library/Application Support/Steam/steamapps/common/Factorio/factorio.app/Contents/

Installation via Installer

The application should be by default installed in the Apps-folder.

Whereas the data is stored under

/users/<replace with your username>/Library/Application Support/factorio

Which is equivalent to

~/Library/Application Support/factorio

You can type in this into the Finder (press SHIFT-COMMAND-G for goto folder) and put in exactly this line.' Or you can use in Finder the 'Find a folder' and write '~/Library/Application Support' (See Can't find Mods folder).

The factorio internal application-data can be found (when you have installed it) in

/Applications/factorio.app/Contents/data

Same directory structure as in Application support.

Linux

Data is stored under ~/.factorio.

Installation via Steam

Data is stored under ~/.factorio.

Changing the application directory

You can create a file config-path.config to configure Factorio to any directory.

Please see this discussion (for MacOS, but should work on any other OS).

In order to change the application directory, user must edit the location of the "write-data" entry in the file __Game_Install_directory/config/config.ini. This affects the location of mods, scenario and temp.

If you want to move only the location of your save files you can change the the save directory using symlinks but this still means that all users of the computer will share the same data, including settings.

Linux

Update __Game_Install_directory/config-path.cfg

use-system-read-write-data-directories=true

Update __Game_Install_directory/config/config.ini

[path]
read-data=__PATH__executable__/../../data
write-data=.local/share/factorio

You could set the write-data value to .factorio if you prefer.

Once you have done this, you can remove write permissions to the entire game installation directory except for config/config.ini, which must be writable by all people who wish to play the game.

Note that if someone changes any options, in-game, those option changes will apply to everyone who plays on the same computer.

See also