diff --git a/HallOfFame/ChangeLog.md b/HallOfFame/ChangeLog.md index f6f5dae..d2c8e04 100644 --- a/HallOfFame/ChangeLog.md +++ b/HallOfFame/ChangeLog.md @@ -1,13 +1,4 @@ -This updates delays a bit the loading of a Hall of Fame background image. +**Fixes:** -Before, the mod attempted to load an image as soon as possible to display it instantly when the menu was shown. - -However, on lower-end machines or with large mod playsets, this could cause more noticeable UI stuttering when loading mods. - -Furthermore, this could also have played a role in the elusive crash that some players experience when opening the game. - -This update waits for the main menu to be shown *and* waits 500ms more before doing anything. - -**These changes are experimental, if they don't yield good results they might be reverted.** - -If you used to experience the crash-at-load and still have it after this update, *please* contact me on Discord or in the Forum thread to report it. + - Fix a benign UI error for game update 1.1.12f1. + - Slight spacing fix for the Take photo with HoF button that was too small since the previous game update. diff --git a/HallOfFame/HallOfFame.csproj b/HallOfFame/HallOfFame.csproj index 7db2b3e..9c4ebbc 100644 --- a/HallOfFame/HallOfFame.csproj +++ b/HallOfFame/HallOfFame.csproj @@ -1,7 +1,7 @@ - 1.4.1 - 1.4.1 + 1.4.2 + 1.4.2 Library diff --git a/HallOfFame/LongDescription.md b/HallOfFame/LongDescription.md index ce57878..5c200f8 100644 --- a/HallOfFame/LongDescription.md +++ b/HallOfFame/LongDescription.md @@ -107,18 +107,13 @@ are encouraged to donate when the balance is in the red. ## Known issue: possible (but benign) crash when starting the game -There is a bug in cohtml engine (the UI layer of Cities: Skylines II) that can -cause random (generally rare) crashes **for some users** with some playsets. +There is a confirmed bug in cohtml engine (the UI layer of Cities: Skylines II) +that can cause random (but rare) crashes for *some* users with *some* playsets. -This happens only at game load and does not f* up your savegame or settings, -it’s just a bit annoying. +The issue only happens when the game loads, if it did load you’re good to go. -The symptom is a crash to desktop with no error message in Player.log, a split -second after the main menu appears. - -We’re still trying to figure out what triggers it and how to work around that -problem, but in the meantime, if you experience this issue, you can either -disable the mod or just accept it (or help me debug this thing lol) :D +The issue was recently mitigated by loading the mod’s UI slightly later, if you +still encounter this problem, please contact me. ## Special Thanks diff --git a/HallOfFame/Properties/PublishConfiguration.xml b/HallOfFame/Properties/PublishConfiguration.xml index 4f9680c..503fda1 100644 --- a/HallOfFame/Properties/PublishConfiguration.xml +++ b/HallOfFame/Properties/PublishConfiguration.xml @@ -111,18 +111,13 @@ are encouraged to donate when the balance is in the red. ## Known issue: possible (but benign) crash when starting the game -There is a bug in cohtml engine (the UI layer of Cities: Skylines II) that can -cause random (generally rare) crashes **for some users** with some playsets. +There is a confirmed bug in cohtml engine (the UI layer of Cities: Skylines II) +that can cause random (but rare) crashes for *some* users with *some* playsets. -This happens only at game load and does not f* up your savegame or settings, -it’s just a bit annoying. +The issue only happens when the game loads, if it did load you’re good to go. -The symptom is a crash to desktop with no error message in Player.log, a split -second after the main menu appears. - -We’re still trying to figure out what triggers it and how to work around that -problem, but in the meantime, if you experience this issue, you can either -disable the mod or just accept it (or help me debug this thing lol) :D +The issue was recently mitigated by loading the mod’s UI slightly later, if you +still encounter this problem, please contact me. ## Special Thanks @@ -154,23 +149,14 @@ disable the mod or just accept it (or help me debug this thing lol) :D - + - This updates delays a bit the loading of a Hall of Fame background image. - -Before, the mod attempted to load an image as soon as possible to display it instantly when the menu was shown. - -However, on lower-end machines or with large mod playsets, this could cause more noticeable UI stuttering when loading mods. - -Furthermore, this could also have played a role in the elusive crash that some players experience when opening the game. - -This update waits for the main menu to be shown *and* waits 500ms more before doing anything. - -**These changes are experimental, if they don't yield good results they might be reverted.** + **Fixes:** -If you used to experience the crash-at-load and still have it after this update, *please* contact me on Discord or in the Forum thread to report it. + - Fix a benign UI error for game update 1.1.12f1. + - Slight spacing fix for the Take photo with HoF button that was too small since the previous game update. diff --git a/HallOfFame/UI/mod.json b/HallOfFame/UI/mod.json index 8ee0a5e..b8d3bb5 100644 --- a/HallOfFame/UI/mod.json +++ b/HallOfFame/UI/mod.json @@ -1,6 +1,6 @@ { "id": "HallOfFame", "author": "Morgan Touverey Quilling", - "version": "1.4.1", + "version": "1.4.2", "dependencies": [] }