| Crates.io | decrypt_truck |
| lib.rs | decrypt_truck |
| version | 1.3.4 |
| created_at | 2024-12-29 23:12:14.107172+00 |
| updated_at | 2025-01-03 22:29:48.374056+00 |
| description | Fast library to decrypt game saves on ETS2 and ATS |
| homepage | https://github.com/CoffeSiberian/DecryptTruck |
| repository | https://github.com/CoffeSiberian/DecryptTruck |
| max_upload_size | |
| id | 1498645 |
| size | 22,554,506 |
Decrypt your saves in the ATS and ETS 2 games with this quick little utility rewritten in Rust.
The script has 2 parameters
Paths can be absolute or relative. Drag and drop on the executable is also supported.
To download you can obtain the archive at https://github.com/CoffeSiberian/DecryptTruck/releases/latest
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
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:
Original project where there is a lot of documentation https://github.com/TheLazyTomcat/SII_Decrypt
Project where most of the logic is based on https://gitlab.com/jammerxd/sii-decryptsharp