2017-04-13 16:15:04 +00:00
[![Build status ](https://ci.appveyor.com/api/projects/status/ph7g8xcct9hab6fp?svg=true )](https://ci.appveyor.com/project/Alia5/glosc) [![License ](https://img.shields.io/badge/License-Apache%202.0-blue.svg )](https://opensource.org/licenses/Apache-2.0)
2017-01-25 18:11:49 +00:00
![GloSC logo ](https://github.com/Alia5/GloSC/blob/master/GloSC_Icon_small.png?raw=true "GloSC logo" )
2017-01-25 18:06:45 +00:00
2016-11-18 01:11:50 +00:00
# GloSC
2017-02-22 11:32:16 +00:00
GloSC or Global SteamController is a small set of tools that allows you to use your SteamController as a system wide XInput-controller alongside a system wide (borderless window) Steam overlay
2016-11-22 01:29:57 +00:00
2016-11-20 08:39:31 +00:00
All complete with **per application bindings and working rumble emulation.**
2016-11-18 01:11:50 +00:00
2016-11-20 08:39:31 +00:00
GloSC can also launch any of your favorite Games and directly add them to Steam, be it Win32 or UWP!
2016-11-22 01:29:57 +00:00
It is **the tool** to enjoy any Game that has trouble with Steam and/or *add extra functionality* to your SteamController
2016-11-20 08:39:31 +00:00
2017-05-31 15:49:48 +00:00
Play *UWP-Games* , use *Reshade / SweetFX* , *Origin* and *Uplay* -Games with **no hassle**
2017-11-13 18:24:17 +00:00
---
**How does it work? / What does it do?**
GloSC creates and adds a (or multiple) non-Steam shortcuts to Steam. When one of those is launched, a transparent, borderless window appears where you can use the Steam-overlay, as well as get access to touch- and radial-menus and other functionality normally only present in Games
In addition to that, XInput-inputs are redirected to the whole operating system, so that they will work with any game or application
This brings full SteamController functionality to the desktop and any other application the SteamController might not have worked before
---
**Cleaning up misconceptions**
GloSC doesn't hook into any of your games, launched programs or any system-component, except into Steam itself to keep the controller from switching to desktop-config (if wanted)
2016-11-20 08:39:31 +00:00
```
```
2016-11-18 01:11:50 +00:00
2016-11-21 19:20:46 +00:00
## FAQ / Troubleshooting
* **Q: The overlay isn't showing up!**
2016-11-28 10:30:16 +00:00
2016-11-21 19:20:46 +00:00
A: The overlay only works for windowed or borderless windowed mode applications. Nothing much I can do here.
2017-11-13 18:24:17 +00:00
This is even true for UWP-Games! While it's true that UWP doesn't run exclusive fullscreen, , some Windows bullshit prevents unsigned apps from drawing over them.
2016-11-28 10:30:16 +00:00
2016-11-21 19:20:46 +00:00
Try running your games as borderless window
2017-05-31 15:49:48 +00:00
* **Q: GloSC always creates four controllers**
2017-06-16 19:41:02 +00:00
A: Enable Xbox360 controller rebinding in Steam! It's in the "Controller" section in the Steam Settings.
* **Q: Some games (Gears of War 4, Forza Horizons 3) have odd double inputs with the bumper buttons and sticks**
A: Enable Xbox360 controller rebinding in Steam! It's in the "Controller" section in the Steam Settings.
2017-05-31 15:49:48 +00:00
2016-11-21 19:20:46 +00:00
* **Q: Hitting the Steam Button + RT to take a screenshot doesn't work**
2016-11-28 10:30:16 +00:00
2016-11-21 19:20:46 +00:00
A: Another limitation that most likely won't be fixed, even if Steam would take a screenshot, you'd most likely get just a blank image
* **Q: UWP Games don't launch in foreground**
2016-11-28 10:30:16 +00:00
2017-02-22 11:32:16 +00:00
A: For some reason trying to launch them in foreground stops them from launching entirely
2016-11-28 10:30:16 +00:00
2016-11-21 19:20:46 +00:00
For now use alt+tab via Steam-chords
2016-11-28 10:30:16 +00:00
2017-02-22 11:32:16 +00:00
This is currently being investigated
2017-10-14 18:13:47 +00:00
2017-11-13 18:24:17 +00:00
```
```
2017-10-14 18:13:47 +00:00
Join the GloSC discord here: https://discord.gg/T9b4D5y
2017-05-31 15:49:48 +00:00
---
**GloSC consists of:**
2016-11-18 01:11:50 +00:00
2016-11-20 00:10:57 +00:00
* A main application ("GloSC") allowing you to create and configure new shortcuts or "SteamTargets" and automatically add them to Steam
2016-11-18 01:11:50 +00:00
* The "GloSC-GameLauncher" which can launch Win32 and UWP games and mainly exists to work around dual overlays
2017-02-22 11:32:16 +00:00
* The "SteamTarget" which does most of the magic - Showing the overlay to the user as well as talking to the ViGEm-driver for system wide Controller emulation
2016-11-18 01:11:50 +00:00
2017-05-31 15:49:48 +00:00
---
2017-01-25 18:06:45 +00:00
Like my stuff? Hit me up [on twitter ](https://twitter.com/Flatspotpics ) or consider donating to my [PayPal ](https://www.paypal.me/Flatspotpics )
2016-11-18 01:11:50 +00:00
2017-02-22 11:32:16 +00:00
GloSC got mentioned from Valve in the [Steam client beta change log on the 9. of January ](https://twitter.com/flatspotpics/status/818697837055770624 )
2017-02-22 09:35:20 +00:00
2017-02-26 18:06:14 +00:00
You can learn more about how GloSC works [here ](https://behind.flatspot.pictures/third-party-steam-controller-software-part2-my-take-on-it/ )
2016-11-18 01:11:50 +00:00
2017-02-27 08:43:27 +00:00
For Building / Manual installation refer to the [build guide ](https://github.com/Alia5/GloSC/blob/master/Build_Install.md )
2017-11-13 18:02:09 +00:00
GloSC is not affiliated with Valve, Steam, or any of their partners.
---
GloSC is built using [Qt 5.9 ](https://www.qt.io/ ) and [SFML ](http://www.sfml-dev.org/ ) for drawing the overlay
The system wide Xbox-Controller works via [ViGEm ](https://github.com/nefarius/ViGEm )
2017-02-27 08:43:27 +00:00
2016-11-18 01:11:50 +00:00
## License
```
Copyright 2016 Peter Repukat - FlatspotSoftware
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
2016-11-18 01:18:00 +00:00
http://www.apache.org/licenses/LICENSE-2.0
2016-11-18 01:11:50 +00:00
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```