Skip to content

Commit

Permalink
V1.3.7.5 Release
Browse files Browse the repository at this point in the history
SMITE Optimizer Version 1.3.7.5
- Updated fonts for combo and input controls.
- Ensured to call NoTheme on input controls.
- Fixed style inconsistencies with the quicklaunch bypass popups.
- Added a new error message when trying to create a quicklaunch bypass for Steam, but the registry entries are invalid. (Community Contribution)
-> Added a new section to the CommonIssues.txt explaining what to do when the registry entries are invalid.
- Added new metrics: "error_quickbypass_nosteamfound_path", "error_font_code21", "error_font_code22", "error_updater_mtl_failed", "action_paypal_pressed"
- Made the donation reminder banner less intrusive by making it undraw properly when moving the window.
- Resolved various issues with the GIF in the copyright tab.
- Re-instated the PayPal button in the donation tab due to recent policy changes on their end.
- Fixed position of the "Perform Update" button in the debug tab.
- Added SMITE-Optimizer registry values to the "Create debug dump" feature.
- Implemented an UpdateProvider registry entry which will also be exported through the above change. This key stores the last provider from which an updated version was downloaded.
- Updated the splash-screen to show which update provider is being contacted in real time.

- Fixed a bug with the resolution selector when an unavailable resolution was loaded. This usually happens when the display configuration changed.
- Metric "error_failed_screen_resolutions" is now marked as deprecated and is no longer used.
- Overhauled how resolutions are selected. Instead of relying on winmgmts which is limited to Full HD and often fails for no reason, you can now choose from a list of common resolutions or create a custom one!
- Implemented logic for custom resolutions. Selecting "Custom" in the resolution combo will now prompt you to input a resolution. Limited to: 800x600 - 15360x8640. The game does not support lower or higher settings.
> Please note that the game defaults to the nearest valid resolution to preserve a compatible aspect-ratio. "Random" resolutions such as "2100x1181" will not work.

- Added new update provider server, "update-so.meteorthelizard.com", for retrieving the .ini and .exe update files.
  • Loading branch information
MeteorTheLizard committed Dec 2, 2023
1 parent 5e408df commit 0b428cb
Show file tree
Hide file tree
Showing 12 changed files with 1,165 additions and 204 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # None
custom: https://www.paypal.com/paypalme/MeteorTheLizard
29 changes: 28 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,36 @@
SMITE Optimizer Version 1.3.7.5
- Updated fonts for combo and input controls.
- Ensured to call NoTheme on input controls.
- Fixed style inconsistencies with the quicklaunch bypass popups.
- Added a new error message when trying to create a quicklaunch bypass for Steam, but the registry entries are invalid. (Community Contribution)
-> Added a new section to the CommonIssues.txt explaining what to do when the registry entries are invalid.
- Added new metrics: "error_quickbypass_nosteamfound_path", "error_font_code21", "error_font_code22", "error_updater_mtl_failed", "action_paypal_pressed"
- Made the donation reminder banner less intrusive by making it undraw properly when moving the window.
- Resolved various issues with the GIF in the copyright tab.
- Re-instated the PayPal button in the donation tab due to recent policy changes on their end.
- Fixed position of the "Perform Update" button in the debug tab.
- Added SMITE-Optimizer registry values to the "Create debug dump" feature.
- Implemented an UpdateProvider registry entry which will also be exported through the above change. This key stores the last provider from which an updated version was downloaded.
- Updated the splash-screen to show which update provider is being contacted in real time.

- Fixed a bug with the resolution selector when an unavailable resolution was loaded. This usually happens when the display configuration changed.
- Metric "error_failed_screen_resolutions" is now marked as deprecated and is no longer used.
- Overhauled how resolutions are selected. Instead of relying on winmgmts which is limited to Full HD and often fails for no reason, you can now choose from a list of common resolutions or create a custom one!
- Implemented logic for custom resolutions. Selecting "Custom" in the resolution combo will now prompt you to input a resolution. Limited to: 800x600 - 15360x8640. The game does not support lower or higher settings.
> Please note that the game defaults to the nearest valid resolution to preserve a compatible aspect-ratio. "Random" resolutions such as "2100x1181" will not work.

- Added new update provider server, "update-so.meteorthelizard.com", for retrieving the .ini and .exe update files.





SMITE Optimizer Version 1.3.7.4
- Minor style changes.
- Minor compatibility changes regarding code-workflow.
- Now properly checking for the BattleGame.ini settings path at various locations.
- Potentially resolved an issue with OneDrive.
- Added a new section to the 'Common Issues' file, explaining how to resolve issues caused by OneDrive. -Community Contribution
- Added a new section to the 'Common Issues' file, explaining how to resolve issues caused by OneDrive. (Community Contribution)
- Now mentioning the discord server in the 'Common Issues' file.


Expand Down
Binary file added Resource/ChooseResBG.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions Resource/CommonIssues.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,16 @@ Solution: The game received an update which partially reset your configuration f

-- ----- ----- ----- -----

Problem: The SMITE Optimizer said it found my Steam installation, but it is invalid. -Community Contribution
Solution: Press windows key + r
Type "regedit"
Navigate to "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Steam App 386360\"
Make sure "InstallLocation" is not empty and points to the SMITE folder.
To find out where SMITE was installed, go into your Steam library, right-click on SMITE > Properties > Installed Files > Browse
This will open a new Explorer window. You can copy the path and paste it into the InstallLocation data field in regedit.

-- ----- ----- ----- -----

Problem: I'm trying to create a QuickLaunch Bypass, but the SMITE Optimizer cannot find my game.
Solution: Verify the game files through Steam or Epic Game Store.
Solution2: Uninstall the game and install it again (This re-creates the registry entries, which verifying does not do! These are required!)
Expand Down
Binary file added Resource/InttFont.ttf
Binary file not shown.
Binary file added Resource/PayPalBtnActive.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resource/PayPalBtnInActive.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resource/ResCFont.ttf
Binary file not shown.
Binary file modified SMITE Optimizer 32Bit.exe
Binary file not shown.
Binary file modified SMITE Optimizer 64Bit.exe
Binary file not shown.

0 comments on commit 0b428cb

Please sign in to comment.