Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 1.08 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.08 KB

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