Reapply "Fix issues from 1.1.15"

This reverts commit 744e834dde11096d22ea0425b11529fb846cd37c.
This commit is contained in:
Nick 2024-06-10 17:15:07 -04:00
parent 744e834dde
commit 66f0cd315c
4 changed files with 12 additions and 5 deletions

View File

@ -227,6 +227,13 @@ 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;

View File

@ -15,8 +15,8 @@
<DebugType>none</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OuterWildsGameLibs" Version="1.1.14.768" />
<PackageReference Include="OWML" Version="2.11.1" />
<PackageReference Include="OuterWildsGameLibs" Version="1.1.15.1018" />
<PackageReference Include="OWML" Version="2.12.1" />
<Reference Include="../Lib/System.ComponentModel.Annotations.dll" />
</ItemGroup>
<ItemGroup>

View File

@ -4,8 +4,8 @@
"author": "xen, Bwc9876, JohnCorby, MegaPiggy, Clay, Trifid, and friends",
"name": "New Horizons",
"uniqueName": "xen.NewHorizons",
"version": "1.20.3",
"owmlVersion": "2.10.3",
"version": "1.21.0",
"owmlVersion": "2.12.1",
"dependencies": [ "JohnCorby.VanillaFix", "xen.CommonCameraUtility", "dgarro.CustomShipLogModes" ],
"conflicts": [ "PacificEngine.OW_CommonResources" ],
"pathsToPreserve": [ "planets", "systems", "translations" ],

View File

@ -20,7 +20,7 @@
</None>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NJsonSchema" Version="10.9.0" />
<PackageReference Include="OuterWildsGameLibs" Version="1.1.14.768" IncludeAssets="compile" />
<PackageReference Include="OuterWildsGameLibs" Version="1.1.15.1018" IncludeAssets="compile" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
</ItemGroup>
<ItemGroup>