Releases: amymor/AIO-per-game-tweaks
Releases · amymor/AIO-per-game-tweaks
AIO Per-Game Tweaks v1.5
Features
- Added an executable launcher with cool icon to run the batch file with hidden console and administrator privilege, so we don't need Nsudo anymore. (The launcher wrote in Autoit and you can view the source here: https://github.com/amymor/AIO-per-game-tweaks/blob/main/run-invisible(auto-detect-batch-name).au3)
- The
5. Fullscreen optimization + high DPI (Application)
renamed to5.Compatibility optimization
and addedRun this program as an administrator
feature along previous options. (Disable fullscreen optimization
andSet high DPI scaling to Application
)
Minor changes
- Automatic testing of Large pages has been removed so the
3. Large pages (Auto-test by mbk1969)
and theTest large pages manually by mbk1969
now combined in3. Large pages (by mbk1969)
. (manual testing will let you know that Large pages faster or not on your spec)
AIO Per-Game Tweaks v1.4
Bugs fixed
- Fixed a bug where when you drag and drop the game shortcut on the
AIO per game tweaks.bat
, the settings are applied to the shortcut (.lnk) instead of the game executable (.exe)
Minor changes
- UI colors changed
- Font changed to Segoe UI
- Added a cool icon to create a shortcut of main batch, then you can send the shortcut to anywhere you want.
AIO per game tweaks v1.3
Important notice
By now AIO per game tweaks.exe
(due to about 15-20 detections in VirusTotal) has been replaced by AIO per game tweaks.bat
which shows no detection in VirusTotal:
https://www.virustotal.com/gui/file/6e59ee6086bac11a63906c42c9c0b14a4522028aca2c098df8ef017f53ce672f
Also, to avoid user confusion, the required tools have been moved to the Modules
folder.
AIO per game tweaks v1.2
Bugs fixed
- Fixed a bug where the filepicker returns wrong exe path
Features
- Added an option for restoring all settings to defaults ( Useful when you want to uninstall game)
- Added an option for Power saving in Graphics settings (Force an app to use integrated GPU)
- Added an option to fix zoomed UI elements in some games when using custom scaling (When you select "
Disable fullscreen + high DPI
", the high DPI scaling override is set to Application)
AIO per game tweaks v1.1
New Large pages auto-test by @mbk1969