FunnyProjector
Show whatever you want on the greenscreen
Date uploaded | 7 months ago |
Version | 1.0.6 |
Download link | zatrit-FunnyProjector-1.0.6.zip |
Downloads | 64812 |
Dependency string | zatrit-FunnyProjector-1.0.6 |
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.2100RugbugRedfern-MyceliumNetworking
An easy to use networking library for sending custom RPCs through Steam.
Preferred version: 1.0.10README
FunnyProjector
A simple mod to set custom images as greenscreen backgrounds.
The basic idea behind its design is that there is no need for everyone to store images locally: just URL's from which the mod will load images. At the same time not only the host can add theirs images, but also those to whom they allowed (this is configurable in the mod's config).
The mod can be customized by editing FunnyProjector.Backgrounds.txt
and FunnyProjector.cfg
files manually or with r2modman or BepInEx.ConfigurationManager (it does not support the backgrounds list file).
MyceliumNetworking is required
How to use
Add image URLs (PNG or JPEG) to BepInEx/config/FunnyProjector.Backgrounds.txt
(one URL per line)
Available settings
Keep vanilla
- keep vanilla projector backgroundAllowed from
- acceptsFriends
,Host
orEveryone
, determines who can suggest URLs
CHANGELOG
- Rewritten networking code with
System.Threading.Tasks
- Improved logging
- Removed runtime hash calculations