From 744e834dde11096d22ea0425b11529fb846cd37c Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 10 Jun 2024 17:15:01 -0400 Subject: [PATCH] Revert "Fix issues from 1.1.15" This reverts commit 28a96e25c9873e86e472ee775a9d8702c03b3abe. --- NewHorizons/Main.cs | 7 ------- NewHorizons/NewHorizons.csproj | 4 ++-- NewHorizons/manifest.json | 4 ++-- SchemaExporter/SchemaExporter.csproj | 2 +- 4 files changed, 5 insertions(+), 12 deletions(-) diff --git a/NewHorizons/Main.cs b/NewHorizons/Main.cs index 0b345d7c..7ca6e322 100644 --- a/NewHorizons/Main.cs +++ b/NewHorizons/Main.cs @@ -227,13 +227,6 @@ namespace NewHorizons // the campfire on the title screen calls this from RegisterShape before it gets patched, so we have to call it again. lol ShapeManager.Initialize(); - // Fix a thing (thanks jeff mobius) 1.1.15 updated the game over fonts to only include the characters they needed - for (int i = 0; i < TextTranslation.s_theTable.m_gameOverFonts.Length; i++) - { - var existingFont = TextTranslation.s_theTable.m_dynamicFonts[i]; - TextTranslation.s_theTable.m_gameOverFonts[i] = existingFont; - } - SceneManager.sceneLoaded += OnSceneLoaded; SceneManager.sceneUnloaded += OnSceneUnloaded; diff --git a/NewHorizons/NewHorizons.csproj b/NewHorizons/NewHorizons.csproj index 5ae0cd1c..e8abb757 100644 --- a/NewHorizons/NewHorizons.csproj +++ b/NewHorizons/NewHorizons.csproj @@ -15,8 +15,8 @@ none - - + + diff --git a/NewHorizons/manifest.json b/NewHorizons/manifest.json index fd79e6fc..222822d4 100644 --- a/NewHorizons/manifest.json +++ b/NewHorizons/manifest.json @@ -4,8 +4,8 @@ "author": "xen, Bwc9876, JohnCorby, MegaPiggy, Clay, Trifid, and friends", "name": "New Horizons", "uniqueName": "xen.NewHorizons", - "version": "1.21.0", - "owmlVersion": "2.12.1", + "version": "1.20.3", + "owmlVersion": "2.10.3", "dependencies": [ "JohnCorby.VanillaFix", "xen.CommonCameraUtility", "dgarro.CustomShipLogModes" ], "conflicts": [ "PacificEngine.OW_CommonResources" ], "pathsToPreserve": [ "planets", "systems", "translations" ], diff --git a/SchemaExporter/SchemaExporter.csproj b/SchemaExporter/SchemaExporter.csproj index 726f05dd..e4e5c0f6 100644 --- a/SchemaExporter/SchemaExporter.csproj +++ b/SchemaExporter/SchemaExporter.csproj @@ -20,7 +20,7 @@ - +