Do you mean the:Blaster wrote:What's the deal with the ../../ in the path configs? Isthere a reason this is there?
Code: Select all
[path]
read-data=__PATH__executable__/../../data
write-data=__PATH__executable__/../..
In short, it's there so you don't have to set an absolute path - factorio (and this init script) will use this relative path to know where to store save files and logs etc.
If I may, is this a problem of some kind or why do you ask?