clemarescx / bg3d

A Baldur's Gate 3 LSV file inspector/extractor (and perhaps, some day, ability score editor). Based on Norbyte's LSLib work.
MIT License
3 stars 0 forks source link

Please distribute binaries #3

Open AndruC opened 3 months ago

AndruC commented 3 months ago

Would be great to use this tool without having to set up the Rust dev environment.

See Distributing Binaries

clemarescx commented 3 months ago

That sounds interesting, but I'd have to take the time to learn how to do that.

Aside from the motivation for learning how to release binaries on GitHub, I don't think there's a real reason for making the project available as-is. At the moment, it's just a superficial viewer/inspector for the contents of LSV files, and lets the user extract binary data for further analysis in a hex editor.

There's no functionality to modify and repack LSVs like in the original LSLib, so at best it's interesting for someone who wants to learn egui, in which case they'd already have Rust installed and therefore could compile the project themselves.