SatisfactorySaveEditor icon indicating copy to clipboard operation
SatisfactorySaveEditor copied to clipboard

Results 94 SatisfactorySaveEditor issues
Sort by recently updated
recently updated
newest added

Here Is The Log 2022-10-14 13:02:07.0755 - INFO: Opening save file: C:\Users\RandomNameHere\AppData\Local\FactoryGame\Saved\SaveGames\76561199027831137\Unnamed_141022-130033.sav 2022-10-14 13:02:07.0945 - DEBUG: Read save header: HeaderVersion=VersionPlusOne, SaveVersion=30, BuildVersion=202470, MapName=Persistent_Level, MapOpts=?startloc=DuneDesert?skiponboarding?sessionName=Game Test?Visibility=SV_Private, Session=Game Test, PlayTime=6, SaveTime=638013744333590000 2022-10-14...

Added the new headers and parsing for the sublevel saving introduced in Update 6. This does not include saving such a file, I added two FIXMEs for the original maintainer...

2022-09-23 09:59:38.4180 - INFO: Opening save file: C:\Users\Steve\AppData\Local\FactoryGame\Saved\SaveGames\76561197975424853\Final Factory.sav 2022-09-23 09:59:38.4370 - DEBUG: Read save header: HeaderVersion=VersionPlusOne, SaveVersion=30, BuildVersion=201717, MapName=Persistent_Level, MapOpts=?startloc=DuneDesert?skiponboarding?sessionName=Final Factory?Visibility=SV_Private, Session=Final Factory, PlayTime=14267, SaveTime=637995015298630000 2022-09-23 09:59:41.9505 - ERROR:...

2022-09-12 18:57:39.1617 - INFO: Opening save file: C:\Users\devin\AppData\Local\FactoryGame\Saved\SaveGames\76561198958364867\5tes_020922-231323.sav 2022-09-12 18:57:39.1897 - DEBUG: Read save header: HeaderVersion=UE426EngineUpdate, SaveVersion=29, BuildVersion=195135, MapName=Persistent_Level, MapOpts=?startloc=Northern Forest?sessionName=5tes?Visibility=SV_FriendsOnly, Session=5tes, PlayTime=96185, SaveTime=637977716030550000 2022-09-12 18:57:52.7936 - ERROR: SatisfactorySaveParser.Exceptions.UnknownBuildVersionException: Exception...

[log.txt](https://github.com/Goz3rr/SatisfactorySaveEditor/files/14898360/log.txt) ![Снимок экрана 2024-04-07 212621](https://github.com/Goz3rr/SatisfactorySaveEditor/assets/133177863/c227faed-04d3-4619-b274-0c84d812f171)

![image](https://github.com/Goz3rr/SatisfactorySaveEditor/assets/165647432/4b46487a-b176-4aab-8c4d-fea3017a13af) i can open older save just not newwer ones

## Error `SatisfactorySaveParser.Exceptions.UnknownSaveVersionException` is thrown. This is because the editor has not yet been updated to handle saves made in these versions of the game. # Instead, use another tool...

bug
parser

This PR aims at adding readability/saveability to U6 and U7 saves. Even though the repo is as good as dead, it might be a starting point for future work or...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Various [ViewModels](https://github.com/Goz3rr/SatisfactorySaveEditor/blob/master/SatisfactorySaveEditor/ViewModel/MainViewModel.cs#L10-L11) contain references to platform-specific namespaces such as: - `System.Windows` - `Microsoft.Win32` This is a violation of the platform-agnostic ViewModel principle of MVVM.