WL VLC
by lstwo | for Wobbly Life
Wobbly Life VLC
This client-side mod replaces the cinema screen with a VLC media player. This can be used to put local media files, external files through http, streams through rtmp and everything else VLC supports onto the screen in the cinema.
You do NOT have to be the host (i think) as the mod is client-sided and only replaces the screen for you.
I cannot guarantee that it will work on linux.
[!NOTE] This mod might be a bit buggy because of VLC, especially for live streams. To fix any issues try one of the following things:
- Go far enough away where the sound disappears to unload the chunk then go back.
- Restart the game.
Installation
Install BepInEx from here and copy the files within the zip file to your Wobbly Life folder, so you have a BepInEx folder in the same place as the Wobbly Life.exe and Wobbly Life_Data folder and inside of it the core folder.
Create a plugins folder within the BepInEx folder (if it doesn't already exist)
and extract the wlVLC-vX.X.zip you get from the releases into the plugins folder.
[!IMPORTANT] NOT the source code, so if the zip contains
.csfiles thats NOT the right one.
Then start your game.
How To Configure
You can configure the mod using the config file at <Wobbly Life>/BepInEx/config/wlVLC.cfg, but i recommend installing one of these plugins so you can change it in-game:
- https://github.com/sinai-dev/BepInExConfigManager
- https://github.com/BepInEx/BepInEx.ConfigurationManager
[!NOTE] You need to install the mono versions of the mods.
To play a file locally from your computer change the FixedMediaPath to the path to the file so:
FixedMediaPath = path/to/file.type or if using one of the config manager mods just the path. Also make sure to set UseNetworkUrl to false so:
UseNetworkUrl = false
To play something over http so from a url change the NetworkResourceURL to the url so:
NetworkResourceURL = http://example.com/file.mp4 or if using one of the config manager mods just the url. Also make sure to change UseNetworkUrl to true.
If playing a live stream from rtmp or similar follow the steps for http but replace the http with rtmp. Also make sure to change OptimizeForLiveStream to true.
Join my discord: https://discord.gg/kKjuKEaExb
Join the Wobbly Life modding discord: https://discord.gg/aXznsYQReP
Description
Changes the cinema screen to a VLC media player.
Versions
- v1.1.0 Aug 9, 2026 (latest)
- v1.0.0 Oct 4, 2025