#smash #level #ultimate #wii #3ds #data #lvd

bin+lib smash-lvd

A Rust crate for working with Smash level data (.lvd) files from 3DS / Wii U and Ultimate

2 unstable releases

0.4.0 Aug 29, 2022
0.3.0 Aug 29, 2022

#635 in Games

Download history 13/week @ 2024-02-25 63/week @ 2024-03-10

76 downloads per month

MIT license

44KB
1K SLoC

lvd-rs

A Rust crate for working with Smash level data (.lvd) files from 3DS / Wii U and Ultimate. Designed for multiplatform (desktop, Switch, Wasm, etc.) support.


lib.rs:

A crate for working with level data files from the Super Smash Brothers Series.

Minimal Example

let file = lvd::open("./pickel_world_00.lvd").unwrap();

println!("{:?}", &file.collisions[0].vertices[0]);

file.save("./pickel_world_00_edited.lvd").unwrap();

Dependencies

~1.6–2.3MB
~50K SLoC