Truman Kilen
Truman Kilen
Actually it's closer to working than I thought. The only thing missing is oodle compression for repak (which is only necessary for a handful of mods). Assuming all the necessary...
Might be difficult on Linux as well https://github.com/rust-lang/rust/issues/59629
That field was poorly implemented and was causing problems so I disabled it a while ago. I've neglected to note this in the documentation anywhere.
Paths with spaces work fine for me.
The backslash in your path is escaping the closing quote: ``` tent\Paks\" d:\Modding\CoolGa ^^^ ``` Please post the full unedited command and error message in the future.
Abiotic Factor is now UE 5.4 which has a new implementation of property tag serialization not yet supported by this library.
I've implemented enough of the new tag serialization to parse this save. There are definitely still a lot of unhandled cases, so any more test saves would be appreciated. Progress...
Ah I need to fix dependency versioning. For now you can use --locked: `cargo install --git https://github.com/trumank/uesave-rs --branch ue5.4 --locked`
I've refactored tags so they they are explicitly serialized to JSON instead of trying to shove all the necessary data into the properties themselves, which makes for a much cleaner...
Fully implemented in 3d00ea1b4682dc7171d4d5c236a18b949789d6ca