UESaveTool
UESaveTool copied to clipboard
A Node.js implementation for deserializing and converting GVAS/.sav files to JSON and vice-versa.
after transfer, I can login to server but other player in coop mode(4player) cannot join the server.

Similar error with #10 Got error: ``` E:\Coding Scripts\NodeJs Test\UESaveTool>node ./uesavetool.js -sav-to-json ./Quicksave_Ox.sav file:///E:/Coding%20Scripts/NodeJs%20Test/UESaveTool/models/factories/PropertyFactory.js:12 throw new TypeNotImplementedError(type); ^ TypeNotImplementedError: No implementation for Property type: 'MapProperty' at Factory.create (file:///E:/Coding%20Scripts/NodeJs%20Test/UESaveTool/models/factories/PropertyFactory.js:12:19) at Tuple.deserialize...
This is also pr #11 - node ./usavetool.js [mode: -sav-to-json, -json-to-sav] [input path] [output path?] + node ./uesavetool.js [mode: -sav-to-json, -json-to-sav] [input path] [output path?]
The error given is: `TypeNotImplementedError: No implementation for Property type: 'StrProperty' at Factory.createArray (file:///E:/Downloads/UESaveTool-master/UESaveTool-master/models/factories/PropertyFactory.js:20:19) at ArrayProperty.deserialize (file:///E:/Downloads/UESaveTool-master/UESaveTool-master/models/properties/ArrayProperty.js:43:41) at Tuple.deserialize (file:///E:/Downloads/UESaveTool-master/UESaveTool-master/models/properties/Tuple.js:29:18) at Gvas.deserialize (file:///E:/Downloads/UESaveTool-master/UESaveTool-master/models/Gvas.js:25:25) at file:///E:/Downloads/UESaveTool-master/UESaveTool-master/uesavetool.js:14:22 at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read_file_context:68:3)...
When trying to convert the .SAV file to JSON, I get this error:  Here is the (compressed) .SAV file in question: [Freddy's.zip](https://github.com/ch1pset/UESaveTool/files/12362124/Freddy.s.zip) Please help!
**_Hi, there First of all good library. I am trying to add MapProperty in property section_** The file I am trying to open is [Active.zip](https://github.com/ch1pset/UESaveTool/files/9541015/Active.zip) It contain MapProperty So I...
Hi, i am getting this error, i tried using different .sav files but it's the same, though offsets do change from each file, the offset numbers are still strange and...