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
- Host: GitHub
- URL: https://github.com/luzifer/scs-extract
- Owner: Luzifer
- License: apache-2.0
- Created: 2019-10-23T18:13:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T15:37:34.000Z (6 months ago)
- Last Synced: 2025-04-30T06:10:03.927Z (29 days ago)
- Topics: archive, ets2, extractor, linux, scs
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
README

# 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
```