Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theturkeydev/raft-game-twitch-integration
https://github.com/theturkeydev/raft-game-twitch-integration
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/theturkeydev/raft-game-twitch-integration
- Owner: TheTurkeyDev
- Created: 2020-01-03T05:02:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-28T02:34:30.000Z (over 2 years ago)
- Last Synced: 2024-10-15T07:08:36.758Z (2 months ago)
- Language: C#
- Size: 262 KB
- Stars: 0
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raft Twitch Integration
## Playing
This mod adds Twitch integration to Raft.This mod also Requires Blargerist's 7DaysToStream application to interface with Twitch and the mod.
To use, copy the Twitch_Itegration.cs file located inside the RaftTwitchIntegrations folder to your games mod folder.
Next in Blargerist's 7DaysToStream, create a folder named Raft inside of the Integrations folder and copy the RaftTwitchIntegrationActions.dll file andp ut it inside the Raft folder.
To setup the Events.txt file checkout the wiki for more info.
---
## Contributing
### Requirements:
Contributing to the development of this mod requires:
* Visual Studio 2017 or later
* A copy of the game
* An installation of Raft Modloader### Setup:
1. Install Raft
2. Install Raft Modloader
3. Run Raft Modloader at least once so it has a chance to update
4. Fork this repo
5. If your Raft installation is not in the Steam Default location:
1. Open the csproj file as a file (not a project)
2. Change the ``RaftInstallation`` variable to point to your raft installation
6. Open the solution or csproj as a solution or project, respectively
7. Have Fun!