#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 个不稳定版本

0.4.0 2022 年 8 月 29 日
0.3.0 2022 年 8 月 29 日

#693 in 游戏

MIT 许可证

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.

最小示例

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

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

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

依赖项

~1.5–2.3MB
~50K SLoC