Adds a buyable radio to Lethal Company that can play thousands of real radio stations.
The radio is found in the store and purchased for 100 credits.
This mod uses the RadioBrowser API, an amazing community-driven resource for finding internet radio stations.
Original radio 3D model by @paperusu (nichekino
on Discord).
"Dial Grab" icon by Donald#6195
on Discord.
The MP3 audio streaming implementation is a modified version of MSCModLoader's, which is licensed under GPL-3.
Copyright (C) 2023 piotrulos
The RadioBrowser API is a fork of ~youkai's RadioBrowser.NET, which is licensed under GPL-3.
Copyright (C) 2020 bt
To make async code more compatible with unity, this repo uses UniTask, which is licensed under MIT.
To make radio station audio streaming possible, this repo uses NAudio, which is licensed under MIT.
To add furniture to the game, this repo uses LethalLib, which is licensed under MIT.
To make ClientRPC/ServerRPCs work properly ingame, this repo uses UnityNetcodeWeaver, which is licensed under MIT.