#decryption #save #game #ats #ets2

bin+lib decrypt_truck

Fast library to decrypt game saves on ETS2 and ATS

6 stable releases

1.3.4 Jan 3, 2025
1.3.2 Dec 31, 2024
1.3.0 Dec 29, 2024
1.2.0 Dec 29, 2024

#72 in Games

Download history 351/week @ 2024-12-25 341/week @ 2025-01-01

692 downloads per month

MIT license

4.5MB
2K SLoC

DecryptTruck

Decrypt your saves in the ATS and ETS 2 games with this quick little utility rewritten in Rust.

How to use

The script has 2 parameters

  • FilePath
  • FilePathSave (Optional)

Paths can be absolute or relative. Drag and drop on the executable is also supported.

Download

To download you can obtain the archive at https://github.com/CoffeSiberian/DecryptTruck/releases/latest

Build App

In order to compile the application you will first need to install Rust (https://www.rust-lang.org/tools/install) and most probably Visual Studio C++ Build tools.

Then you will need to use this command to start the build.

cargo build --release

Once the process is finished. The binary will remain in ./target/release/decrypt_truck

Credits

This repository is a rewrite of other projects in order to continue to support the ETS 2 and ATS save decryption. All credits for logic and discoveries to:

SII_Decrypt

Original project where there is a lot of documentation https://github.com/TheLazyTomcat/SII_Decrypt

SII DecryptSharp

Project where most of the logic is based on https://gitlab.com/jammerxd/sii-decryptsharp

Dependencies