An open API service indexing awesome lists of open source software.

https://github.com/luzifer/scs-extract

Linux / MacOS CLI util to list / extract files from SCS archives used in Euro Truck Simulator 2
https://github.com/luzifer/scs-extract

archive ets2 extractor linux scs

Last synced: 29 days ago
JSON representation

Linux / MacOS CLI util to list / extract files from SCS archives used in Euro Truck Simulator 2

Awesome Lists containing this project

README

        

![](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] [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
```