From dff2623913ad32431fa11e032a8c42cc60903604 Mon Sep 17 00:00:00 2001 From: Soar Qin Date: Sun, 18 Sep 2022 14:33:28 +0800 Subject: [PATCH] update CompressSave to 1.1.14 --- CompressSave/CompressSave.cs | 1 + CompressSave/CompressSave.csproj | 2 +- CompressSave/README.md | 6 +++++- CompressSave/package/manifest.json | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CompressSave/CompressSave.cs b/CompressSave/CompressSave.cs index 1e8c95b..21e9562 100644 --- a/CompressSave/CompressSave.cs +++ b/CompressSave/CompressSave.cs @@ -142,6 +142,7 @@ class PatchSave [HarmonyPatch(typeof(GameSave), "LoadGameDesc")] [HarmonyPatch(typeof(GameSave), "ReadHeader")] [HarmonyPatch(typeof(GameSave), "ReadHeaderAndDescAndProperty")] + [HarmonyPatch(typeof(GameSave), "ReadModes")] static IEnumerable LoadCurrentGame_Transpiler(IEnumerable instructions, ILGenerator iLGenerator) { /* using (BinaryReader binaryReader = new BinaryReader(fileStream)) => Create lzstream and replace binaryReader. diff --git a/CompressSave/CompressSave.csproj b/CompressSave/CompressSave.csproj index 70088a4..2bd3130 100644 --- a/CompressSave/CompressSave.csproj +++ b/CompressSave/CompressSave.csproj @@ -5,7 +5,7 @@ CompressSave org.soardev.compresssave DSP MOD - CompressSave - 1.1.3 + 1.1.14 true latest diff --git a/CompressSave/README.md b/CompressSave/README.md index c06cad3..594ddad 100644 --- a/CompressSave/README.md +++ b/CompressSave/README.md @@ -1,12 +1,16 @@ # CompressSave #### Compress game saves to reduce space use and boost save speed -#### Original by [@bluedoom](https://github.com/bluedoom/DSP_Mod)(till 1.1.11) and [@starfi5h](https://github.com/starfi5h/DSP_CompressSave)(1.1.12), I just update it to supported latest game version. +#### Original by [@bluedoom](https://github.com/bluedoom/DSP_Mod)(till 1.1.11) and [@starfi5h](https://github.com/starfi5h/DSP_CompressSave)(1.1.12), I just update it to support latest game version. #### 压缩游戏存档以降低空间使用并提升保存速度 #### 原作者 [@bluedoom](https://github.com/bluedoom/DSP_Mod)(直到1.1.11) 和 [@starfi5h](https://github.com/starfi5h/DSP_CompressSave)(1.1.12),本人继续更新以支持最新游戏版本。 ## Updates +### 1.1.14 +* Fix Sandbox info on Save/Load Panel. +* Fix DLL version info. + ### 1.1.13 * Match game version 0.9.26.13026. diff --git a/CompressSave/package/manifest.json b/CompressSave/package/manifest.json index 3a212f2..450c407 100644 --- a/CompressSave/package/manifest.json +++ b/CompressSave/package/manifest.json @@ -1,6 +1,6 @@ { "name": "CompressSave", - "version_number": "1.1.13", + "version_number": "1.1.14", "website_url": "https://github.com/soarqin/DSP_Mods/tree/master/CompressSave", "description": "Compress game saves to reduce space use and boost save speed / 压缩游戏存档以降低空间使用并提升保存速度", "dependencies": ["xiaoye97-BepInEx-5.4.17"]