#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

#765 in Games

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.7–2.4MB
~54K SLoC