Skip to content

Commit

Permalink
V1.3.7.8 Release
Browse files Browse the repository at this point in the history
SMITE Optimizer Version 1.3.7.8

Starting note:
	Hi-Rez Studios has modernized SMITE drastically with patch 11.4. They have merged both the Steam version and the Epic Game Store version of the game into one repository. Both integrations are loaded now if you have both Steam and Epic Game Store installed on your system. The "-nosteam" and "-noepic" parameter were removed, and the log-in functionality of the game has been restricted to only authenticate when launching through Steam or Epic Game Store. This broke the Quicklaunch Bypass and Legacy Launcher of the SMITE Optimizer. It is possible to still launch the game without any integrations with some small tweaks to the shortcut that is created by the SMITE Optimizer, but you are not able to log in. It will always give you an error. On top of this, Hi-Rez is no longer supporting Windows 7, 8, and 8.1. This includes DirectX9 and 32-Bit support.
	> TL;DR: DirectX11 and 64-Bit is now mandatory. Quicklaunch bypass is broken forever.

- Removed "Quicklaunch Bypass" feature. (See starting note.)
- Removed "Install Legacy Launcher" feature. (See starting note.)
- DirectX11 and 64-Bit are now mandatory and forced to be enabled wherever applicable. (See starting note.)

- Fixed and updated the "Repair EasyAntiCheat" feature. (Community Contribution - Testing - Research)
- The donation tab now redirects to https://donate.meteorthelizard.com when clicked.
> All other donation tab code and resources were removed.

- Added new metrics: "error_fixes_eac_nosetup_eos", "error_fixes_eac_nosetup_both", and "action_donate_mtl_pressed"
- Metrics "error_fixes_eac_nosetup", "error_oldlauncher_installfailed", "error_quickbypass_code17", "error_quickbypass_code18", "error_quickbypass_noegsfound", "error_quickbypass_nosteamfound", "error_quickbypass_nosteamfound_path", "event_oldlauncher_installsuccess", "event_quickbypass_successegs", "event_quickbypass_successsteam", "action_kofi_pressed", "action_patreon_pressed", and "action_paypal_pressed" are now marked as deprecated and no longer used.
  • Loading branch information
MeteorTheLizard committed Apr 16, 2024
1 parent 8ae49c1 commit 467b8a9
Show file tree
Hide file tree
Showing 16 changed files with 77 additions and 905 deletions.
21 changes: 21 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
SMITE Optimizer Version 1.3.7.8

Starting note:
Hi-Rez Studios has modernized SMITE drastically with patch 11.4. They have merged both the Steam version and the Epic Game Store version of the game into one repository. Both integrations are loaded now if you have both Steam and Epic Game Store installed on your system. The "-nosteam" and "-noepic" parameter were removed, and the log-in functionality of the game has been restricted to only authenticate when launching through Steam or Epic Game Store. This broke the Quicklaunch Bypass and Legacy Launcher of the SMITE Optimizer. It is possible to still launch the game without any integrations with some small tweaks to the shortcut that is created by the SMITE Optimizer, but you are not able to log in. It will always give you an error. On top of this, Hi-Rez is no longer supporting Windows 7, 8, and 8.1. This includes DirectX9 and 32-Bit support.
> TL;DR: DirectX11 and 64-Bit is now mandatory. Quicklaunch bypass is broken forever.

- Removed "Quicklaunch Bypass" feature. (See starting note.)
- Removed "Install Legacy Launcher" feature. (See starting note.)
- DirectX11 and 64-Bit are now mandatory and forced to be enabled wherever applicable. (See starting note.)

- Fixed and updated the "Repair EasyAntiCheat" feature. (Community Contribution - Testing - Research)
- The donation tab now redirects to https://donate.meteorthelizard.com when clicked.
> All other donation tab code and resources were removed.

- Added new metrics: "error_fixes_eac_nosetup_eos", "error_fixes_eac_nosetup_both", and "action_donate_mtl_pressed"
- Metrics "error_fixes_eac_nosetup", "error_oldlauncher_installfailed", "error_quickbypass_code17", "error_quickbypass_code18", "error_quickbypass_noegsfound", "error_quickbypass_nosteamfound", "error_quickbypass_nosteamfound_path", "event_oldlauncher_installsuccess", "event_quickbypass_successegs", "event_quickbypass_successsteam", "action_kofi_pressed", "action_patreon_pressed", and "action_paypal_pressed" are now marked as deprecated and no longer used.





SMITE Optimizer Version 1.3.7.7
- Added new setting "Disable Fog" to the fixes tab.
- Improved replacing of login information from the debug dump feature for improved security.
Expand Down
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,6 @@

<br>

<h2 align="center"><strong>Using the Standalone Launcher post 9.4.</strong></h2>

<p align="center">You can install the old legacy launcher with the SMITE Optimizer using the official installation files provided by Hi-Rez Studios.</p>
<br>
<p align="center"><strong>We highly recommend using the quicklaunch bypass instead, though!</strong></p>
<br>
<p align="center">Tutorial: https://www.youtube.com/watch?v=CfyWE6LwJVU</p>

<br>

<h2 align="center"><strong>How to install & use the program</strong></h2>

<p align="center">You can download the program here: <a href="https://github.com/MeteorTheLizard/SMITE-Optimizer/releases">(releases)</a>. If you're unsure whether you need 64-bit or 32-bit, download the 64-bit version; if it doesn't run, try the 32-bit version.</p>
Expand Down
Binary file removed Resource/Heart_BG.jpg
Binary file not shown.
Binary file removed Resource/KofiBtnActive.jpg
Binary file not shown.
Binary file removed Resource/KofiBtnInActive.jpg
Binary file not shown.
Binary file removed Resource/PatreonBtnActive.jpg
Binary file not shown.
Binary file removed Resource/PatreonBtnInActive.jpg
Binary file not shown.
Binary file removed Resource/PayPalBtnActive.jpg
Binary file not shown.
Binary file removed Resource/PayPalBtnInActive.jpg
Binary file not shown.
Binary file added SMITE Optimizer 32Bit.exe
Binary file not shown.
Binary file added SMITE Optimizer 64Bit.exe
Binary file not shown.
Binary file removed SMITE/InstallHirezService.exe
Binary file not shown.
Binary file removed SMITE/SetupPatcherFix.exe
Binary file not shown.
Binary file removed SMITE/UE3Redist_vs2012.exe
Binary file not shown.
591 changes: 41 additions & 550 deletions Source.au3

Large diffs are not rendered by default.

360 changes: 15 additions & 345 deletions Source_stripped.au3

Large diffs are not rendered by default.

0 comments on commit 467b8a9

Please sign in to comment.