Search found 3 matches

by arviceblot
08 Apr 2021, 14:12
Forum: Off Topic
Topic: BSA tool in rust
Replies: 13
Views: 14600

Re: BSA tool in rust

Oh wow I forgot I got that part working! If this is a feature you guys are interested in I could give a shot at porting it back. The logic should be mostly the same.
by arviceblot
15 Apr 2020, 16:12
Forum: Off Topic
Topic: BSA tool in rust
Replies: 13
Views: 14600

Re: BSA tool in rust

It was mildly problematic that bsatool was [...] the only cli tool that could handle bsa files, but isn't distributed with all the release variants of OpenMW This was actually my primary motivator, second was to learn rust, and third was to have an excuse to start poking around the OpenMW source. 0...
by arviceblot
12 Apr 2020, 21:57
Forum: Off Topic
Topic: BSA tool in rust
Replies: 13
Views: 14600

BSA tool in rust

Hey all, I spent the weekend trying to learn rust. To get started I decided to try converting the bsatool from the openmw source. If you are interested you can check out the source here: https://github.com/arviceblot/bsatool_rs If you have rust installed you can try it out from the crate with: crate...