2
0
mirror of https://github.com/Thracky/GlosSI.git synced 2024-11-03 09:40:18 +00:00
Commit Graph

75 Commits

Author SHA1 Message Date
Peter Repukat
4693542321 SteamTarget: Remove unnecessary VirtualProtect calls 2017-02-15 20:10:16 +01:00
Peter Repukat
a9d947812e SteamTarget: Use VID / PID of Valve's SteamController / Cleanup
By using VID and PID of Valve's SteamController, Steam doesn't give us ANOTHER "fake" XInput device
Therefore it's not necessary anymore to count controllers before we plug in any virtual controllers
2017-02-15 14:34:01 +01:00
Peter Repukat
09f9faec7c Fix Multiple controllers / Cleanup
By Unhooking Steams hook to XInputGetState, we can detect how many Controllers Steam "emulates", before pluggin in any virtual controllers.
This *should* enable the use of multiple Valve SteamControllers.

The unhooking procedure currently only works on AMD64 and prob. only with XInput1_4
2017-02-15 04:07:27 +01:00
Peter Repukat
209126ea17 Add setting to use Desktop-Config
Add a setting to use desktop-config
If enabled, will disable hooking and deactive any focus-switch trickery
Problems with overlay may occur
2017-02-15 04:04:27 +01:00
Peter Repukat
79ced09dcf SteamTarget: Better way to detect overlay opening / closing
Found out GameOverlayRenderer likes to post very specific messages
Now, instead of memory reading some value from some address, which changes in updates, examine the messagequeue of the process to get overlay status
2017-02-12 22:40:18 +01:00
Peter Repukat
a616ddaedd Update ViGEm 2017-02-11 21:51:00 +01:00
Peter Repukat
7ba5efb639 GloSC-Main: Fix UI 2017-02-05 05:40:29 +01:00
Peter Repukat
6281dd4429 GloSC -Main: UI improvements 2017-02-05 04:02:14 +01:00
Peter Repukat
88fbd8c53c Update overlay memory addresses for latest Steam beta
TODO: Switch to pattern scanning!
2017-02-05 01:41:41 +01:00
Peter Repukat
51e5a6c0c1 Cleanup 2017-02-05 01:39:47 +01:00
Peter Repukat
4dd65156a6 SteamTarget: Show a little GloSC logo when the overlay is shown 2017-01-26 00:01:26 +01:00
Peter Repukat
4841fc2caa Cleanup 2017-01-25 23:48:47 +01:00
Peter Repukat
c22b81746e Update Readme.md 2017-01-25 19:11:49 +01:00
Peter Repukat
f4ccef3376 Update Readme.md 2017-01-25 19:10:41 +01:00
Peter Repukat
b318d1c1f5 update Readme.md 2017-01-25 19:06:45 +01:00
Peter Repukat
4f6b2e7cc7 Bump Version 2017-01-25 18:52:11 +01:00
Peter Repukat
9ae0161195 SteamTarget: Ensure clean application exit... 2017-01-25 17:54:08 +01:00
Peter Repukat
69515127b3 Cleanup 2017-01-25 17:14:38 +01:00
Peter Repukat
5a9bf44225 Fix controller updaterate 2017-01-25 17:14:23 +01:00
Peter Repukat
84a0849e7d Hide console window / communite to user with messageboxes 2017-01-25 17:13:48 +01:00
Peter Repukat
5770730ea7 Fix Icon paths 2017-01-25 17:12:02 +01:00
Peter Repukat
b02fc62878 bump version 2016-12-08 03:00:12 +01:00
Peter Repukat
c4b8f4d443 GloSC-Main: change wording in UI 2016-12-08 02:59:57 +01:00
Peter Repukat
6e7480c601 SteamTarget: Move mousecursor inside the overlay after console has got focus again 2016-12-04 22:58:52 +01:00
Peter Repukat
8d6f186d70 GloSC-Main: Set instance name to application name after selecting 2016-12-04 22:20:01 +01:00
Peter Repukat
59090f4f8d GloSC-Main: UI changes 2016-12-04 22:06:44 +01:00
Peter Repukat
4ba0b3a7e7 GloSC-Main: User setting to disable Steam hook 2016-12-04 22:05:28 +01:00
Peter Repukat
f3aa9b2d67 SteamTarget: Force 60FPS lock 2016-12-04 22:04:54 +01:00
Peter Repukat
19445c3ad3 Fix: Injector \ SteamTarget: Not beeing able to hook Steam for some people 2016-12-04 21:43:31 +01:00
Peter Repukat
9983ba974a fix: trying to permanently unhook steam when overlaywindow is not found [2/2] 2016-11-29 20:47:34 +01:00
Peter Repukat
e6bcf7a881 add version check for targets 2016-11-29 19:05:36 +01:00
Peter Repukat
56f9a9a436 fix: trying to permanently unhook steam when overlaywindow is not found 2016-11-29 18:40:47 +01:00
Peter Repukat
c6cfed27d9 lower update interval of GloSC_GameLauncher 2016-11-29 18:31:15 +01:00
Peter Repukat
deccc86441 Add own injector 2016-11-29 18:30:56 +01:00
Peter Repukat
e581716dae static link hooking dll 2016-11-29 14:39:56 +01:00
Peter Repukat
8041368918 Update Readme.md 2016-11-28 11:30:16 +01:00
Peter Repukat
03072d16b3 Update Readme.md 2016-11-28 11:29:36 +01:00
Peter Repukat
b7a533ea42 Launch the gamelauncher in glosc config app, just to be safe 2016-11-28 11:03:57 +01:00
Peter Repukat
60cd81dbf1 don't patch any instructions if address is not found
also fix some typos in comments + add a bit more + fix function signature
2016-11-28 10:57:47 +01:00
Peter Repukat
e6031186f3 don't force enable setting to hook steam everytime config app gets launched 2016-11-27 16:59:19 +01:00
Peter Repukat
4d2c8a544a fix function signature / cleanup 2016-11-27 16:46:41 +01:00
Peter Repukat
56edf5bad4 fix dll injection / ejection not working:
fixed injection not working when dll-path has spaces
fixed ejection not working by running gameluancher as admin
2016-11-27 16:46:19 +01:00
Peter Repukat
3dbd4de39a fix: SteamTarget not beeing updated 2016-11-26 23:12:31 +01:00
Peter Repukat
c7e0d37b48 don't allow shortcuts to be added to steam if there aren't any 2016-11-26 22:58:02 +01:00
Peter Repukat
7947d6faac Enforce non desktop bindings:
done by mid function hooking a function in steamclient.dll
the function appears to be setting the appId of the new controller bindings

inject/hook right after the target launched
switch focus -> binding gets changed to shortcut bindings -> hook function grabs appid
hook function replaces desktop-config appid with the one grabbed everytime steam tries to active desktop-config
glosc_gamelauncher unloads dll when the target closes; unloading dll patches steamclient.dll back to original
2016-11-26 22:57:32 +01:00
Peter Repukat
616486fd7d Update Readme.md 2016-11-22 02:29:57 +01:00
Peter Repukat
0e06ad9ee6 add ViGEm license 2016-11-21 21:26:34 +01:00
Peter Repukat
957d9f3acd force add dependency libs and dlls 2016-11-21 21:21:55 +01:00
Peter Repukat
da594f6d8d Update Readme.md 2016-11-21 20:23:21 +01:00
Peter Repukat
6ba2684e0c Update Readme.md 2016-11-21 20:20:46 +01:00