Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skarab42/valheimwebsocket
https://github.com/skarab42/valheimwebsocket
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/skarab42/valheimwebsocket
- Owner: skarab42
- Created: 2021-03-07T09:15:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-03-10T15:06:47.000Z (over 3 years ago)
- Last Synced: 2024-05-21T11:29:20.297Z (6 months ago)
- Language: C#
- Size: 23.4 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Valheim WebSocket MOD
WIP project developed [on Twitch](https://twitch.tv/skarab42). Follow [my channel](https://twitch.tv/skarab42) for more development live streams.
# Features
- Twitch users can spawn Hugin/Hudin with custom message
- Twitch users can trigger HUD message# Install
- Download and install [BepInExPack_Valheim](https://valheim.thunderstore.io/package/denikson/BepInExPack_Valheim/)
- Download last release [ValheimWebSocket-v1.0.0](https://github.com/skarab42/ValheimWebSocket/releases/download/1.0.0/ValheimWebSocket.zip)
- Extract downloaded zip in `BepInEx/plugins` folder
- Edit `BepInEx/plugins/ValheimWebSocket/config.json` file with your [Twitch credentials](https://twitchtokengenerator.com/)
- Run the game
- Claim some rewards on your chat
- Quit the game
- Open the last log file in `BepInEx/plugins/ValheimWebSocket/logs/yy-mm-dd.log` and search for `rewardId` word
- Edit the config file with your reward ids
- Run the game
- Enjoy!## Twitch credentials
You can generate your credentials from https://twitchtokengenerator.com/- From the popup window chose the "Custom Scope Token"
- Select scope (HELIX):
- channel:read:redemptions
- channel:manage:redemptions
- Click on "Generate token"# Development
- [Official client](https://github.com/skarab42/valheim-websocket-client)