Rust-powered Wuthering Waves downloader with multi-CDN support, checksum verification, and real-time progress tracking.
Find a file
2025-03-25 15:11:38 +01:00
src major downloader improvements 2025-03-25 14:48:00 +01:00
.gitignore major downloader improvements 2025-03-25 14:48:00 +01:00
build.rs added cantarella doro icon (creds: https://git.xeondev.com/HuLiNap) 2025-03-25 15:11:24 +01:00
Cargo.lock added cantarella doro icon (creds: https://git.xeondev.com/HuLiNap) 2025-03-25 15:11:24 +01:00
Cargo.toml added cantarella doro icon (creds: https://git.xeondev.com/HuLiNap) 2025-03-25 15:11:24 +01:00
icon.ico added cantarella doro icon (creds: https://git.xeondev.com/HuLiNap) 2025-03-25 15:11:24 +01:00
LICENSE Initial commit 2025-03-25 07:16:34 +01:00
README.md Update README.md 2025-03-25 14:58:02 +01:00

🌊 Wuthering Waves Downloader

A high-performance, reliable downloader for Wuthering Waves with multi-CDN support and verification

Rust License

📦 Requirements

  • Rust nightly toolchain - 1.87.0-nightly or newer
  • Windows - for full console feature support

Install the nightly toolchain with:

rustup toolchain install nightly
rustup default nightly

🛠️ Installation & Usage

  • Clone the repository:
git clone https://github.com/yourusername/wuthering-waves-downloader.git
cd wuthering-waves-downloader
  • Build the project:
cargo build --release

🆕 What's New

  • Multi-CDN Support - Automatically tries all available CDNs for each download

  • Version Selection - Choose between Live/Beta and CN/OS versions

  • GZIP Compression - Full support for compressed responses

  • Enhanced Progress Tracking - Cleaner UI with progress in window title

  • Improved Reliability - Better error handling and recovery

🌟 Key Features

🚀 Download Management

  • Multi-CDN Fallback - Automatically tries all available CDN mirrors

  • Version Selection - Interactive menu for Live/Beta versions

  • Verified Downloads - MD5 checksum validation for every file

  • Smart Retry Logic - 3 retry attempts per CDN with timeout protection

  • GZIP Support - Handles compressed responses efficiently

🛡️ Reliability

  • Atomic Operations - Thread-safe progress tracking

  • Graceful Interrupt - CTRL-C handling with summary display

  • Comprehensive Logging - Detailed error logging with timestamps

  • Validation Failures - Auto-removes files with checksum mismatches

📂 File Management

  • Smart Path Handling - Cross-platform path support

  • Auto-directory Creation - Builds full directory trees as needed

  • Clean Failed Downloads - Removes corrupted files automatically

💻 User Interface

  • Color-coded Output - Clear visual feedback (success/warning/error)

  • Dynamic Title Updates - Real-time progress in window title

  • Clean Progress Display - Simplified download status without clutter

  • Formatted Duration - Clear elapsed time display (HH:MM:SS)

⚙️ Technical Details

  • Streaming Downloads - Memory-efficient chunked transfers

  • HEAD Request Verification - Pre-checks file availability

  • Multi-threaded - Safe concurrent progress tracking

  • Configurable Timeouts - 30s for metadata, 300s for downloads