MCPcopy Index your code
hub / github.com/eigeen/mhws-tex-decompressor

github.com/eigeen/mhws-tex-decompressor @v0.3.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.3.2 ↗ · + Follow
68 symbols 114 edges 12 files 15 documented · 22%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

MHWs Tex Decompressor

A tool to make a pak with uncompressed textures for MHWilds.

Usage

Windows

  1. Download from Releases.
  2. If it is a zip file, extract it.
  3. Run exe file, follow the instructions.

Linux & MacOS

  1. Install Rust: https://rustup.rs/
# 2. Clone the repository
git clone https://github.com/eigeen/mhws-tex-decompressor

# 3. Build and run the program
cd mhws-tex-decompressor
cargo run --release

Or using Nix if you prefer:

nix run github:eigeen/mhws-tex-decompressor

Credits

@AsteriskAmpersand for the original texture conversion code and the idea of using uncompressed textures.

Core symbols most depended-on inside this repo

default
called by 9
src/component/spin.rs
get
called by 7
src/updater.rs
sub_id
called by 6
src/chunk.rs
major_id
called by 4
src/chunk.rs
wait_for_exit
called by 3
src/main.rs
patch_id
called by 3
src/chunk.rs
sub_patch_id
called by 3
src/chunk.rs
write_to_pak
called by 2
src/metadata.rs

Shape

Method 36
Function 16
Class 11
Enum 5

Languages

Rust100%

Modules by API surface

src/chunk.rs17 symbols
src/app.rs17 symbols
src/updater.rs12 symbols
src/metadata.rs6 symbols
src/component/update_check.rs4 symbols
src/main.rs3 symbols
src/component/spin.rs3 symbols
src/component/select.rs2 symbols
src/component/progress_bar.rs2 symbols
src/util.rs1 symbols
build.rs1 symbols

For agents

$ claude mcp add mhws-tex-decompressor \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page