UESaveTool icon indicating copy to clipboard operation
UESaveTool copied to clipboard

A Node.js implementation for deserializing and converting GVAS/.sav files to JSON and vice-versa.

Results 8 UESaveTool issues
Sort by recently updated
recently updated
newest added

after transfer, I can login to server but other player in coop mode(4player) cannot join the server.

![image_2024-01-23_012550714](https://github.com/ch1pset/UESaveTool/assets/68916907/08518b3a-c3ea-4865-97ca-02ee67cb066e)

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: ![image](https://github.com/ch1pset/UESaveTool/assets/89991471/08e94164-7196-4683-aa34-8128f012cb81) 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...