mirror of
https://github.com/Luzifer/scs-extract.git
synced 2024-11-08 12:09:59 +00:00
Linux / MacOS CLI util to list / extract files from SCS archives used in Euro Truck Simulator 2
|
||
---|---|---|
b0rkhash | ||
scs | ||
.gitignore | ||
.repo-runner.yaml | ||
go.mod | ||
go.sum | ||
History.md | ||
LICENSE | ||
main.go | ||
Makefile | ||
README.md |
Luzifer / scs-extract
scs-extract
is a Linux / MacOS CLI util to list / extract files from SCS archives used in Euro Truck Simulator 2 / American Truck Simulator.
Usage
scs-extract [options] <archive> [files to extract]
# scs-extract ~/.steam/steam/steamapps/common/Euro\ Truck\ Simulator\ 2/def.scs def/economy_data.sii
def/economy_data.sii
# scs-extract --help
Usage of scs-extract:
-d, --dest string Path prefix to use to extract files to (default ".")
-x, --extract Extract files (if not given files are just listed)
--log-level string Log level (debug, info, warn, error, fatal) (default "info")
--version Prints current version and exits