Josh
Josh
I have windows 10 and it does work on my system. The difference, I suspect, is that I use Voice Meeter Banana as my main audio driver. It's software so...
Hey guys, I kind of know how to support version 3, though I'm not quite sure what the extra bytes mean. It seems version 3 has 2-32bit integers that follow...
It's been a while since I've done anything with this. I don't have much time to dedicate to making changes to this code. So the error is happening on deserialize....
So I'm looking at the raw data, and it looks like a different structure from what you think it is. In your example you give, `Map[['apples',500],[bananas,300]...]`, but that's not what...
You may want to look at the structure of the `ArrayProperty` and see if it's anything like that. There's a lack of the use of `None` in the sav file,...
Hi, I apologize, I haven't actively developed this package in a good long while. I'll be free this weekend, I can take a look at your issue then. I won't...
Would you be able to provide me the specific .sav you are trying to deserialize? Also, when deserializing, the `Serializer` created a buffer that was sized 2463 bytes. The offset...
So I know, at least the first problem. The property `LastPlayerLocation` is a `StructProperty` that contains a single `Vector`, which is not implemented because I did not encounter `Vector` with...
So the structure of the `LastPlayerRotation` is as follows(NOTE: `LastPlayerLocation` structure is identical): | Bytes | Description | Value |:--|:--|:--| | 13 00 00 00 | Size of Name string...
So I'm still looking into a good solution for deserializing your .sav files. I was able to produce an output by pretty much ignoring the `StructProperty` data. I think I...