Failing to load map setting [Linux]
Posted: Thu Apr 13, 2017 8:14 am
Hi guys. I'm trying to setup a Factorio server on a CentOS 7 System. But it doesn't like when I try to specify a map-settings-file when I'm trying to generate a new game.
So if you have any idea what is going wrong here plz let me know!
Terminal Output
standat map file
So if you have any idea what is going wrong here plz let me know!
Terminal Output
Code: Select all
[factorio@Factorio saves]$ factorio --create /opt/factorio/thisgame.zip --map-gen-settings /opt/factorio/data/map-gen-settings.json
0.000 2017-04-13 08:07:43; Factorio 0.14.22 (build 25342, linux64, headless)
0.000 Operating system: Linux
0.000 Program arguments: "/opt/factorio/bin/x64/factorio" "--create" "/opt/factorio/thisgame.zip" "--map-gen-settings" "/opt/factorio/data/map-gen-settings.json"
0.000 Read data path: /opt/factorio/data
0.000 Write data path: /opt/factorio
0.000 Binaries path: /opt/factorio/bin
0.008 System info: [CPU: Intel(R) Xeon(R) CPU E3-1240L v3 @ 2.00GHz, 8 cores, RAM: 2094MB]
0.009 Running in headless mode
0.010 Error Util.cpp:57: Failed to load mod --map-gen-settings
No such node (version)
<-settings /opt/factorio/data/map-gen-settings.json --create /opt/factorio/saves/thisgame1.zip
0.000 2017-04-13 08:08:31; Factorio 0.14.22 (build 25342, linux64, headless)
0.000 Operating system: Linux
0.000 Program arguments: "/opt/factorio/bin/x64/factorio" "--map-gen-settings" "/opt/factorio/data/map-gen-settings.json" "--create" "/opt/factorio/saves/thisgame1.zip"
0.000 Read data path: /opt/factorio/data
0.000 Write data path: /opt/factorio
0.000 Binaries path: /opt/factorio/bin
0.009 System info: [CPU: Intel(R) Xeon(R) CPU E3-1240L v3 @ 2.00GHz, 8 cores, RAM: 2094MB]
0.009 Running in headless mode
0.010 Error Util.cpp:57: Failed to load mod --map-gen-settings
No such node (version)
Code: Select all
[factorio@Factorio saves]$ cat ../data/map-gen-settings.json
{
"_comment": "Sizes can be specified as none, very-low, low, normal, high, very-high",
"terrain_segmentation": "normal",
"water": "normal",
"width": 0,
"height": 0,
"starting_area": "normal",
"peaceful_mode": false,
"autoplace_controls":
{
"coal": {"frequency": "normal", "size": "normal", "richness": "normal"},
"copper-ore": {"frequency": "normal", "size": "normal", "richness": "normal"},
"crude-oil": {"frequency": "normal", "size": "normal", "richness": "normal"},
"enemy-base": {"frequency": "normal", "size": "normal", "richness": "normal"},
"iron-ore": {"frequency": "normal", "size": "normal", "richness": "normal"},
"stone": {"frequency": "normal", "size": "normal", "richness": "normal"}
}
}