You are viewing a potentially older version of this package. View all versions.
zatrit-FunnyProjector-1.0.6 icon

FunnyProjector

Show whatever you want on the greenscreen

Date uploaded 2 months ago
Version 1.0.6
Download link zatrit-FunnyProjector-1.0.6.zip
Downloads 27185
Dependency string zatrit-FunnyProjector-1.0.6

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
RugbugRedfern-MyceliumNetworking-1.0.10 icon
RugbugRedfern-MyceliumNetworking

An easy to use networking library for sending custom RPCs through Steam.

Preferred version: 1.0.10

README

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 background
  • Allowed from - accepts Friends, Host or Everyone, determines who can suggest URLs

CHANGELOG

  • Rewritten networking code with System.Threading.Tasks
  • Improved logging
  • Removed runtime hash calculations