Deweh / CyberCAT-SimpleGUI

A simplified offshoot of SirBitesalot's CyberCAT.
MIT License
232 stars 44 forks source link

CyberCAT version 0.10a doesn't support Cyberpunk version 1.3 #72

Closed matthewcoliver closed 3 years ago

matthewcoliver commented 3 years ago

When trying to load a Cyberpunk save game from version 1.3, I get the following error message:

Unknown class: "gameCurveStatModifierData_Deprecated" at CyberCAT.Core.Classes.Parsers.GenericUnknownStructParser.GetInstanceFromName(String name) at CyberCAT.Core.Classes.Parsers.GenericUnknownStructParser.InternalRead(NodeEntry node, BinaryReader reader) at CyberCAT.Core.Classes.Parsers.GenericUnknownStructParser.ReadWithMapping(NodeEntry node, BinaryReader reader, List1 parsers) at CyberCAT.Core.Classes.Parsers.StatsSystemParser.Read(NodeEntry node, BinaryReader reader, List1 parsers) at CyberCAT.Core.Classes.Parsers.ParserUtils.ParseChildren(IEnumerable1 children, BinaryReader reader, List1 parsers, Boolean primary) at CyberCAT.Core.Classes.SaveFile.LoadFromStream(Stream stream) at CyberCAT.Core.Classes.SaveFile.Load(Stream inputStream) at CP2077SaveEditor.SaveFileHelper.Load(Stream inputStream) at CP2077SaveEditor.Form1.<>cDisplayClass31_0.b0(Object sender, DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)

Deweh commented 3 years ago

Release v0.10a_r1 temporarily fixes this issue, with limitations. Body Gender, Unlocked Vehicles, Item Stat Data, and Player Stat Data cannot be edited.

MasterYaro27 commented 3 years ago

Release v0.10a_r1 temporarily fixes this issue, with limitations. Body Gender, Unlocked Vehicles, Item Stat Data, and Player Stat Data cannot be edited.

Idk why but once I downloaded this I was unable to get either this updated version, or the previous version, to run.

latreta commented 3 years ago

Release v0.10a_r1 temporarily fixes this issue, with limitations. Body Gender, Unlocked Vehicles, Item Stat Data, and Player Stat Data cannot be edited.

Idk why but once I downloaded this I was unable to get either this updated version, or the previous version, to run.

same here

matthewcoliver commented 3 years ago

0.10a_r1 allows me to save games from game version 1.3. I don't have the issues that the others on this thread have (I downloaded the zip file, and it runs stand-alone - it doesn't interact with previous versions).