From d7487569f139e598d0c67b78bb541881489a0c68 Mon Sep 17 00:00:00 2001 From: endernon Date: Sun, 8 Dec 2024 22:13:19 +0000 Subject: [PATCH] prepare for cargo submission yep --- Cargo.toml | 4 ++-- readme.md | 24 ++++++++++++++++++------ 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 435451f..47c8abc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] -name = "respack-decrypter" -version = "0.1.0" +name = "rpfixer" +version = "0.2.0" edition = "2021" [dependencies] diff --git a/readme.md b/readme.md index 0778549..699d0dd 100644 --- a/readme.md +++ b/readme.md @@ -1,19 +1,31 @@ -# respack-decrypter +# rpfixer -This tool allows you to unfuck corrupted images in a resource pack that have been corrupted to be protected. +This tool allows you to unfuck corrupted images metadata in a resource pack that have been corrupted to be protected. + +This tool will not overcome any protection to the zip archive itself. See a program such as [MCRPX](https://github.com/Speedy11CZ/mcrpx) for that. # Usage + +## CLI + +### Manual clone - download the Rust-Lang for your system - download this repository - run `cargo build --release` in the directory - check `./target/release` -- run `respack-decrypter` if you are on linux/mac (RUN `chmod +x respack-decrypter` ON IT FIRST) -- run `respack-decrypter.exe` if you are on windows +- run + - `respack-decrypter` if you are on linux/mac (RUN `chmod +x respack-decrypter` ON IT FIRST) + - `respack-decrypter.exe` if you are on windows +### Cargo +- Download the Rust-Lang for your system +- run `cargo install rpfixer` +- Then run the `rpfixer` command -# syntax -Check `--help` for syntax or `-h` for shortened explanation +# Syntax + +Check `--help` for syntax. # I want some logs for checking wtf is happening