Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
wdym? Valve uses tons of symbolic links literally everywhere in their Steam and SteamVR. That helps them to avoid keeping several copies of the same file everywhere they need them during execution, and neat up the folder structure.
Symbolic links do have some quirks, but unless you overuse them to a point of creating potential loopings, I don't think you should even care.
Factorio can potentially reject a link and request a proper folder, but you won't know until you try.
It is easier to remember, where the app saves its files at ~/ dir and just make a link out of there, rather than remembering/writing down all the paths or launch parameters to redefine home dirs for each game. IMHO.
Ah ok, i havent used symbolic links before and had heard there annoying to deal with so maybe id just read one bad experience over lots of bad ones.
Also im still not used to everything being kept in ~/ in hidden folders, even if that was done in windows i never interacted with that, so thats another thing im gonna have to get used to on linux.
Thanks for your help.
Just out of curiosity if you happen to know, what would i put in the ini file for it to read the saves from my preferred dir? And why didnt it work when i tried it?
https://wiki.factorio.com/Application_directory
You can create a config-path.cfg file and specify the required target folder there, but there are some additional steps required. Looking at those additional changes, I'd consider going straight for a link, instead, as it would be much easier.