You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current parsing regex doesn't look for the persistent profile data, so new game+ saves just read the starting money and xp values. Consider changing
to string sPattern = @"\""persistentProfileData\""(.*?)\""experience\""\:\d+";.
There's a few other things related to your file writing and such that will need to be modified as well. Attaching an example NG+ save for you to tinker with (file extension changed to log so Github will let me upload it). CompleteSave1.log
The text was updated successfully, but these errors were encountered:
The current parsing regex doesn't look for the persistent profile data, so new game+ saves just read the starting money and xp values. Consider changing
SnowRunner-Tool/SnowRunner-Tool/CheatGame.cs
Line 38 in 9891e99
string sPattern = @"\""persistentProfileData\""(.*?)\""money\""\:\d+";
andSnowRunner-Tool/SnowRunner-Tool/CheatGame.cs
Line 106 in 9891e99
string sPattern = @"\""persistentProfileData\""(.*?)\""experience\""\:\d+";
.There's a few other things related to your file writing and such that will need to be modified as well. Attaching an example NG+ save for you to tinker with (file extension changed to log so Github will let me upload it).
CompleteSave1.log
The text was updated successfully, but these errors were encountered: