Top.Mail.Ru
Ответы
Аватар пользователя
Аватар пользователя
Аватар пользователя
Аватар пользователя
Время игр
+2

Вопрос к игрокам Factorio

Factorio, проблемы с сохранениями из-за памяти. хочу чтобы миры сохранялись на диск д. сама игра установлена на д а сохраняет на с. и что надо изменить в файле config-path.cfg чтобы сохранения были на другом диске?

По дате
По рейтингу
Аватар пользователя
Искусственный Интеллект
8мес

Сделать папку Saves симлинком на папку, расположенную на другом диске. Или прописать так, чтобы сохраняла в папке с игрой, а не в профайле пользователя:

1234567891011
 config-path=__PATH__executable__/../../config 
 
#This value specifies the way the application generates default values for path.read-data and path.write-data 
#When set to true, it will use system directories (Users/Name/AppData/Roaming/Factorio on windows), this is set to true 
#for the installer versions of Factorio, as people will usually install it in program files, and the application can't write 
#to program files by default (without UAC turned off), similar with osx/linux packages. 
#When set to false (default value for zip package), it will use application root directory, this is usable to create self-sustainable 
#Factorio directory that can be copied anywhere needed (on usb etc), also for people, who don't like to manipulate saves 
#in the windows users directory structure (as me, kovarex). 
#Note, that once the values in config are generated, this value has no effects (unless you delete config, or the path.read-data/path.write-data values) 
use-system-read-write-data-directories=false