1
Fork 0
mirror of https://github.com/redstrate/LauncherTweaks.git synced 2025-05-20 17:37:46 +00:00
Commit graph

6 commits

Author SHA1 Message Date
9328424259 Add an option to inject new command line arguments for the game
This can be used to add custom lobbies to the game, otherwise there's no
way to normally. (The retail client will use the built-in URLs in the
executable, the launcher doesn't pass any.)
2025-05-03 17:27:06 -04:00
38c163a8e2 Add an option to override the boot patch server 2025-05-03 15:16:25 -04:00
fa23987ef7 Add options to force HTTP, overwrite game patch server
As always, this affects the WinHttp stuff only - so really only the
patching HTTP calls.
2025-05-03 15:13:23 -04:00
f17c70d3ac Add option to disable WebView2 install and boot version checks
These use terribly made function sigs but do work. WebView2 keeps
failing to install, so this is actuallt quite useful for me.
2025-04-22 15:45:08 -04:00
7cc86c38b0 Add feature to force WinHTTP traffic to the system proxy
This is useful for sniffing non-web browser launcher traffic that goes
through WinHTTP. Thanks to NotNite for the initial hooking code.

Also when no launcher URL is configured, it should fall back to the
official URL now.
2025-04-20 11:43:19 -04:00
598882d100 Add initial files 2025-04-19 23:10:11 -04:00