mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Reapply "Fix issues from 1.1.15"
This reverts commit 744e834dde11096d22ea0425b11529fb846cd37c.
This commit is contained in:
parent
744e834dde
commit
66f0cd315c
@ -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;
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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" ],
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user