Application directory
Der "Application" Ordner speichert
- die Spielstände (jeder einzelne ist in einem eigenem zip-file)
- die Mods
- Szenarios
- Konfigurationen
- Log File (seit v0.10.0).
Die Ordner Struktur erklärt sich von selbst.
Du kannst den "configuration-file" löschen und es wird ein neuer Ordner erstellt mit den standard Einstellungen.
Es wird empfohlen ein Backup zu machen, bevor man eine neue Version installiert.
Windows
Installation mit ZIP-Ordnern
Der Programme Ordner funktioniert nach dem gleichen System wie der Factorio Ordner.
Zum Beispiel, wenn du den ZIP-Ordner hier auspackst:
C:\Factorio
Dann sind die Spielstände hier:
C:\Factorio\saves
und Mods hier:
C:\Factorio\mods
Installation mit Installierer
Das Installations Pack wird sich extrahieren basierend auf den UAC (User Access Control) standards.Anders gesagt, der Factorio Ordner wird dort sein wo auch immer du ihn installierst hast (normalerweise im Programme Ordner) und die Benutzerdaten Ordner (Spielstände, Spielerdaten etc.)sind hier:
C:\Users\<benutzername>\AppData\Roaming\Factorio
Für Computer mit Windows Vista oder neuer (mit UAC aktiv):
%appdata%\factorio
MacOSx
Das Spiel sollte normalerweise im Apps-folder installiert sein.
Wo die Dateien hier gespeichert sind:
/users/<mit dem benutzernamen ersetzen>/Library/Application Support/factorio
Das entspricht:
~/Library/Application Support/factorio
Du kannst das in den Finder (drücke SHIFT-COMMAND-G für den goto Ordner) eingeben und tippe genau diese Linie ein.' Oder benutze im Finder den 'Find a folder' und tippe ein '~/Library/Application Support' (weitere Hilfe: Can't find Mods folder).
Der interne Factorio "application-data" Ordner kann hier gefunden werden (wenn du das Spiel installiert hast):
/Applications/factorio.app/Contents/data
Was die selbe Ordner-Struktur wie im "Application support" hat.
Work in Progress (don't delete the following files) // in Bearbeitung (die folgenden Zeilen nicht löschen)
Linux
Die Daten sind hier gespeichert:
__Game_Install_Directory__
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).
Windows: there is also the ZIP-Package, that can be installed in any directory.
The following discussion applies to version 0.11.13.
It is possible to change the application directory location for Factorio.
This can be done by editing 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.