You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
GlosSI-fork/Readme.md

103 lines
4.4 KiB
Markdown

7 years ago
[![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)
8 years ago
![GloSC logo](https://github.com/Alia5/GloSC/blob/master/GloSC_Icon_small.png?raw=true "GloSC logo")
8 years ago
# GloSC
7 years ago
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
8 years ago
8 years ago
All complete with **per application bindings and working rumble emulation.**
8 years ago
GloSC can also launch any of your favorite Games and directly add them to Steam, be it Win32 or UWP!
8 years ago
It is **the tool** to enjoy any Game that has trouble with Steam and/or *add extra functionality* to your SteamController
8 years ago
Play *UWP-Games*, use *Reshade / SweetFX*, *Origin* and *Uplay*-Games with **no hassle**
8 years ago
```
```
8 years ago
## FAQ / Troubleshooting
* **Q: The overlay isn't showing up!**
8 years ago
8 years ago
A: The overlay only works for windowed or borderless windowed mode applications. Nothing much I can do here.
This is even true for UWP-Games! While it's true that UWP doesn't run exclusive fullscreen, they don't run, strictly speaking, classical borderless window either
8 years ago
8 years ago
Try running your games as borderless window
8 years ago
* **Q: Audio turns off when using this**
8 years ago
8 years ago
A: ViGEm emulates a full X360-controller incl. peripherals
8 years ago
8 years ago
Go to your windows sound mixer and reset you default playback device - It should be fixed, even for the next shortcut launches
8 years ago
* **Q: GloSC always creates four controllers**
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.
8 years ago
* **Q: Multiple different controllers are not working**
A: Will probably be fixed in the long run, for now we have to wait for a new ViGEm release.
8 years ago
* **Q: Hitting the Steam Button + RT to take a screenshot doesn't work**
8 years ago
8 years ago
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**
8 years ago
7 years ago
A: For some reason trying to launch them in foreground stops them from launching entirely
8 years ago
8 years ago
For now use alt+tab via Steam-chords
8 years ago
7 years ago
This is currently being investigated
8 years ago
```
```
It is built using [Qt 5.9](https://www.qt.io/) and uses [SFML](http://www.sfml-dev.org/) for drawing the overlay
8 years ago
7 years ago
The system wide Xbox-Controller works via [ViGEm](https://github.com/nefarius/ViGEm)
Appveyor builds fail since they have not yet made QT5.9 available on their platform!
---
**GloSC consists of:**
8 years ago
* A main application ("GloSC") allowing you to create and configure new shortcuts or "SteamTargets" and automatically add them to Steam
* The "GloSC-GameLauncher" which can launch Win32 and UWP games and mainly exists to work around dual overlays
7 years ago
* 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
---
8 years ago
Like my stuff? Hit me up [on twitter](https://twitter.com/Flatspotpics) or consider donating to my [PayPal](https://www.paypal.me/Flatspotpics)
7 years ago
GloSC got mentioned from Valve in the [Steam client beta change log on the 9. of January](https://twitter.com/flatspotpics/status/818697837055770624)
7 years ago
7 years ago
You can learn more about how GloSC works [here](https://behind.flatspot.pictures/third-party-steam-controller-software-part2-my-take-on-it/)
For Building / Manual installation refer to the [build guide](https://github.com/Alia5/GloSC/blob/master/Build_Install.md)
## 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
8 years ago
http://www.apache.org/licenses/LICENSE-2.0
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.
```