


This mod allows you to play YouTube videos on the buyable television, by specifying a link. You can enter various commands for the mod into chat.
A fork of TheByteNinja's Television Controller Fix, which itself is a fork of KoderTech's Television Controller mod. Both of these mods are outdated, so I took it upon myself to make a working version.
Supports English and Russian, just as the original did.
An unfortunate issue with this mod is that it's easy for the viewing experience to desynchronize between players.
Here are some tips to alleviate this:
I used Visual Studio. For the project, I picked Class Library (.NET Framework), and set the framework to .NET Framework 4.8. Essentially all I really did (besides fixing TheByteNinja's decompiled code) was change the link that downloads yt-dlp.exe to be the latest version (in the original mods, these are outdated, hence why they don't work anymore).
Here's the line you should change to update the yt-dlp version: string expectedVersion = "XXXX.XX.XX"; replace the X's with the yt-dlp release version.
Television Controller