|
1 | 1 | # Streamlabs-Rcon-Integration |
2 | 2 |
|
3 | 3 |
|
4 | | -A Python exe for integrating Streamlabs and any game supporting Rcon. Its currently being used with Factorio, but should be compatible with any other Rcon interfaced game. |
| 4 | +A Python exe for integrating Streamlabs and any game supporting Rcon. Its currently being used with Factorio, but should be compatible with any other Rcon interfaced game. |
| 5 | + |
5 | 6 | At present only really tested with Twitch, but should work with mixer and youtube based on API spec. |
6 | 7 |
|
7 | 8 |
|
8 | 9 | Installation & Usage |
9 | 10 | ========== |
10 | | -Get the [latest version zip](https://github.com/muppet9010/Streamlabs-Rcon-Integration). |
11 | | -Create a free account at [Currency Layer website](https://currencylayer.com) and make a note of the API access key as needs to be entered in to the programs config later on. |
12 | | -Unzip the files in to the desired folder. |
13 | | -Open config.json in a text editor and add in your details. |
14 | | -Run the program: Streamlabs Rcon Integration.exe |
15 | | -Select the desired profile from the dropdown and click Start. |
16 | | -The integration is now running between the Streamlabs account and the game using the selected profile. |
| 11 | +1. Get the [latest version zip](https://github.com/muppet9010/Streamlabs-Rcon-Integration). |
| 12 | +2. Create a free account at [Currency Layer website](https://currencylayer.com) and make a note of the API access key as needs to be entered in to the programs config later on. |
| 13 | +3. Unzip the files in to the desired folder. |
| 14 | +4. Open config.json in a text editor and add in your details. |
| 15 | +5. Run the program: Streamlabs Rcon Integration.exe |
| 16 | +6. Select the desired profile from the dropdown and click Start. |
| 17 | +7. The integration is now running between the Streamlabs account and the game using the selected profile. |
17 | 18 |
|
18 | 19 | Should a critical error occur the program may fail to load or close. Details can be found in the most recent log file within the Logs folder. |
19 | 20 |
|
20 | 21 |
|
21 | | -Usage Concepts |
| 22 | +Program Execution Concepts |
22 | 23 | ======== |
23 | 24 |
|
24 | 25 | The app takes in Streamlabs events and processes them through configurable reactions to trigger a desired action via Rcon in game. These reactions are grouped togeather as savable profiles. |
|
0 commit comments