1
0
Fork 0
mirror of https://github.com/Luzifer/scs-extract.git synced 2024-12-30 01:41:22 +00:00
scs-extract/README.md

22 lines
833 B
Markdown

![](https://img.shields.io/github/license/Luzifer/scs-extract)
![](https://img.shields.io/maintenance/yes/2024)
# 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]`
```console
# 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
```