You are viewing a potentially older version of this package. View all versions.
Assasans-FoundFootage-0.4.1 icon

FoundFootage

Mod that adds real lost footage from other players to your Old World.

Date uploaded a month ago
Version 0.4.1
Download link Assasans-FoundFootage-0.4.1.zip
Downloads 6361
Dependency string Assasans-FoundFootage-0.4.1

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

Found Footage

MyceliumNetworking library is required.

Mod that adds real lost footage from other players to your Old World. Anyone can contribute their own recordings, no curated lists or agreements.

This mod must be installed for all players in a team.

⚠️ IMPORTANT INFORMATION ⚠️

This mod sends your in-game camera footage to the server along with audio, depending on the mod's configuration. Anyone can watch your videos later.
You can request your data or have it removed, see configuration file for more information.

A note to modpack makers

Do not include BepInEx/persistent-config directory in your modpack. People with the same User ID cannot vote twice on the same video.

Gameplay

You can find lost cameras in the Old World. These contain footage of other players who were there before you.
You put them into an extraction machine like a normal camera.
Note that these recordings will not give you any views or money.
When your team dies or comes back alive (configurable), the camera footage is uploaded to the server and made available to other players.

Voting

Since v0.3.0 you can like or dislike other people's videos. Video's score will be used for pruning system to remove bad videos (as of 13.05.2024, there are already 100k videos that occupy 475 GB).
If the video is too short and not funny, or if it is not in-game footage, go ahead and click Dislike.
Vote wisely, you will not be able to change your vote even in a different lobby.

Gaining views

Since v0.4.0 you can get views for found videos. You can change how many views you get using the FoundVideoScoreMultiplier config option.

Todo

  • Spawn cameras at the location where they were lost.
  • Website with statistics?
  • Writing comments on videos?

Rate limiting

Do not spam API requests. Do not run HTTP scanners. Doing so will result in your IP address being immediately and permanently banned.
If you want to collaborate, write me on Discord.

Known bugs

The mod is experimental, bugs may occur, please report them to a GitHub repository if you can. When submitting a bug report, please attach your BepInEx log (located at BepInEx/LogOutput.log).

  • "Incompatible mod version! [...] remote: 0.0.0 (incompatible)"
    • Check the mod's config file and remove /version suffix from ServerUrl property.
    • Try opening the URL in a browser.
  • "Failed to get video path"
    • Should be fixed in v0.3.1, please submit a bug report if not.
    • Try to disable MoreCameras mod
  • Playback stops randomly and no buttons appear
    • Should be fixed in v0.2.2, please submit a bug report if not.
  • "Failed to extract" with found cameras
    • Try to change server URL to https://foundfootage-server.assasans.dev
    • Most likely one of your team members does not have a mod installed. The game does the extraction on each client separately, and clients without the mod have no found recording data.
    • If you are sure that everyone has the mod installed and working, please submit a bug report.

CHANGELOG

Changelog

v0.4.4

  • server: Return ContentBuffer to only fixed versions
  • client: Make ContentBuffer deserialization silent
  • client: Fix MoreCameras not extracting
  • client: Move everything into own files
  • client: Prevent infinite loop while reading ContentBuffer

v0.4.3

  • client: Disable debug code, again (#27)

v0.4.2

Do not use this version

  • client: Add config tracing
  • client: Add found video filters setting
  • client: Migrate persistent config to ".privatecfg" (#18)
  • client: Serialize all fields

v0.4.1

  • client: Fix always uploading videos

v0.4.0

Do not use this version

Note: Spawning cameras at lost position is still not implemented due to how the mod spawns fake cameras.

  • client: Change fake camera HUD title (replaces 0% FILM LEFT message)
  • server: Add v3 get video endpoint
  • client: Content buffer for remote fake videos (you can now gain views, #21)
  • client: Use UnityWebRequest (#20)
  • client: Allow to completely disable uploading (#23)

v0.3.1

  • client: Send player count
  • client: Persistent config and send more info
  • client: Do not upload duplicate videos
  • client: Send position and content buffer on upload
  • client: Add Mycelium as BepInEx dependency (fixes logger initialization exception)
  • client: Call SetValid on fake clips (fixes incompatibility with MoreCameras)
  • client: Add version to upload video request
  • client: Add ContentWarningPlugin attribute (not vanilla compatible)
  • client: Make default pass upload chance 25%
  • server: Implement rate limiting

v0.3.0

  • Voting system
  • client: Send lobby ID along with video
  • client: Try to update server URL on error

v0.2.2

  • client: Share video URL instead of contents (fixed video freezing)
  • client: Change default server URL
  • client: Improve logging
  • client: Make message box modal

v0.2.1

  • client: Prevent found cameras from affecting objective
  • client: Fix 100% film left
  • client: Remove unused code

v0.2.0

Initial release