1
0
mirror of https://github.com/Luzifer/scs-extract.git synced 2024-09-07 18:09:10 +00:00
Linux / MacOS CLI util to list / extract files from SCS archives used in Euro Truck Simulator 2
Go to file
2019-12-26 13:48:33 +01:00
b0rkhash Initial version 2019-10-23 20:19:02 +02:00
scs Add support for locale.scs file 2019-12-26 01:17:18 +01:00
.gitignore Initial version 2019-10-23 20:19:02 +02:00
.repo-runner.yaml Add automated publishing 2019-10-23 20:20:34 +02:00
go.mod Initial version 2019-10-23 20:19:02 +02:00
go.sum Initial version 2019-10-23 20:19:02 +02:00
History.md prepare release v0.2.0 2019-12-26 13:48:33 +01:00
LICENSE Initial version 2019-10-23 20:19:02 +02:00
main.go Initial version 2019-10-23 20:19:02 +02:00
Makefile Add automated publishing 2019-10-23 20:20:34 +02:00
README.md Initial version 2019-10-23 20:19:02 +02:00

Go Report Card

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