factorio-dat is a utility for converting factorio mod-settings.dat to the old json format.
Go 1.2+ is required.
go get -u github.com/betrok/factorio-dat
Static binaries: linux, windows, mac.
factorio-dat [in.dat] [out.json]
Default input/output files are mod-settings.dat
and mod-settings.json
in the current directory.
-
can be used for any of arguments to use stdin/stdout.
Factorio converts mod-settings.json
to .dat at startup if the .dat file does not exist.
This project is licensed under the terms of the MIT license.