RadioFurnitureFixed
Fixes Bobbie's mod that adds a buyable radio furniture/ship upgrade that can play thousands of random real radio stations! Original mod by https://github.com/legoandmars
| Date uploaded | 3 weeks ago |
| Version | 1.1.0 |
| Download link | Grug_Shakers-RadioFurnitureFixed-1.1.0.zip |
| Downloads | 959 |
| Dependency string | Grug_Shakers-RadioFurnitureFixed-1.1.0 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100Bobbie-UniTask
Provides an efficient allocation free async/await integration for Unity.
Preferred version: 2.5.0README
Radio Furniture FIXED
Adds a buyable radio to Lethal Company that can play thousands of random real radio stations!
The radio is found in the store and purchased for 60 credits.
How do I use it?
You can turn the radio on using the right dial and change the station to a random new one using the left dial, with a volume switch on the left side to adjust to your liking!
The radio station's name and UUID are output into the BepInEx console when you change stations, so you can figure out what station you were listening to!
⚠️ WARNING ⚠️:
This mod uses a live, community-driven database of radio stations. I am not responsible for the entries, nor the content found on the radio stations themselves.
Credits/Licensing
This mod uses the RadioBrowser API, an amazing community-driven resource for finding internet radio stations.
Assets
Original radio 3D model by @paperusu (nichekino on Discord).
"Dial Grab" icon by Donald#6195 on Discord.
GPL-3 Libraries
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
MIT Libraries
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.
Original was made by https://github.com/legoandmars
CHANGELOG
Radio Furniture FIXED
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
RadioFurnitureFixed [1.1.0] - 2025-11-03
Fixed
- Radio station being played was clientside only
- Changes to Radio's station and volume were clientside only
- Radio Browser failing to gather all available stations
- Radio Browser failing to switch servers if one was not found
Changed
- Mod icon to be more unique
RadioFurnitureFixed [1.0.2] - 2025-10-29
Added
- Changelog has been added for use in mod managers
Changed
- Updated Readme to no longer include changelog and fixed a typo.
RadioFurnitureFixed [1.0.1] - 2025-10-26
Fixed
- Readme previously incorrectly stated the price of the Radio in the Shop as being 100 credits rather than the 80 credits it actually costs.
Changed
- Readme now contains details on what the radio does and how to use it.
RadioFurnitureFixed [1.0.0] - 2025-10-24
Fixed
- Radio was not turning on in game even though it was purchasable.
- RadioBrowser API bug resulting in no radio stations being found