-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
20 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"id": "HallOfFame", | ||
"author": "Morgan Touverey Quilling", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"dependencies": [] | ||
} |