[0.17.78] Missing "extended_collision_penalty" in map-settings.example.json

Bugs that we were not able to reproduce, and/or are waiting for more detailed info.
Post Reply
regress
Burner Inserter
Burner Inserter
Posts: 10
Joined: Thu Oct 17, 2019 3:04 am
Contact:

[0.17.78] Missing "extended_collision_penalty" in map-settings.example.json

Post by regress »

No log because it's on headless server save file creation but:

Code: Select all

   0.000 2019-11-17 02:35:39; Factorio 0.17.78 (build 47844, linux64, headless)
   0.042 Operating system: Linux (Ubuntu 18.04)
   0.042 Program arguments: "./bin/x64/factorio" "--map-gen-settings" "/opt/factorio01778/data/map-gen-settings.example.json" "--map-settings" "/opt/factorio01778/data/map-settings.example.json" "--create" "/opt/factorio01778/saves/savetest1"
   0.042 Read data path: /opt/factorio01778/data
   0.042 Write data path: /opt/factorio01778 [27215/40058MB]
   0.042 Binaries path: /opt/factorio01778/bin
   0.053 System info: [CPU: Intel Core Processor (Skylake, IBRS), 4 cores, RAM: 3944 MB]
   0.053 Environment: DISPLAY=<unset> WAYLAND_DISPLAY=<unset> DESKTOP_SESSION=<unset> XDG_SESSION_DESKTOP=<unset> XDG_CURRENT_DESKTOP=<unset> __GL_FSAA_MODE=<unset> __GL_LOG_MAX_ANISO=<unset> __GL_SYNC_TO_VBLANK=<unset> __GL_SORT_FBCONFIGS=<unset> __GL_YIELD=<unset>
   0.053 Running in headless mode
   0.057 Loading mod core 0.0.0 (data.lua)
   0.129 Loading mod base 0.17.78 (data.lua)
   0.399 Loading mod base 0.17.78 (data-updates.lua)
   0.548 Checksum for core: 1204790281
   0.548 Checksum of base: 2333569286
   0.798 Prototype list checksum: 2767119397
   0.829 Info PlayerData.cpp:68: Local player-data.json available, timestamp 1573958081
   0.829 Info PlayerData.cpp:75: Cloud player-data.json unavailable
   0.875 Factorio initialised
   0.913 Goodbye
   0.000 Error Util.cpp:83: Key "extended_collision_penalty" not found in property tree at ROOT.path_finder
I assume this should be included and set to 3 based on:

Code: Select all

130 factorio@steam02:/opt/factorio01778$ grep -ir extended_collision_penalty *
data/base/prototypes/map-settings.lua:      extended_collision_penalty = 3,
Adding this makes things work.

Bilka
Factorio Staff
Factorio Staff
Posts: 3123
Joined: Sat Aug 13, 2016 9:20 am
Contact:

Re: [0.17.78] Missing "extended_collision_penalty" in map-settings.example.json

Post by Bilka »

"extended_collision_penalty" was added to that file with 0.17.77: https://github.com/wube/factorio-data/c ... e519703a3c. Are you using an old version of the file?
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.

Post Reply

Return to “Pending”