2 releases
Uses new Rust 2024
| 0.1.1 | Aug 7, 2025 |
|---|---|
| 0.1.0 | Jul 27, 2025 |
#5 in #wad
115KB
2.5K
SLoC
Wad lib
the lib can extract or make wad version 3.4 It is a micro reconstruction of cslol https://github.com/LeagueToolkit/cslol-manager
Prerequisites
- Install Rust and Cargo: https://rustup.rs/
- copy a hash for https://github.com/CommunityDragon/Data
- copy a wad file for you lol game dir
Build Instructions
- Clone this repository:
git clone https://github.com/qwbpro/rustlol.git
cd rustlol
cargo test
How to use
cargo add rustlol
use rustlol::extract_wad;
use rustlol::make_wad;
fn main() -> std::result::Result<(), Error>{
// if hash path is null hash path = ./
// dst path is null dst path = ./
extract_wad("a wad file path", "hash path", "dst path")?
}
MORE
see https://docs.rs/
Dependencies
~5–11MB
~217K SLoC