You are viewing a potentially older version of this package. View all versions.
SoulWithMae-ContentPresence-1.2.1 icon

ContentPresence

Adds Discord Rich Presence to Content Warning.

Date uploaded 3 months ago
Version 1.2.1
Download link SoulWithMae-ContentPresence-1.2.1.zip
Downloads 15940
Dependency string SoulWithMae-ContentPresence-1.2.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
Hamunii-AutoHookGenPatcher-1.0.1 icon
Hamunii-AutoHookGenPatcher

MonoMod's HookGen as a Fully Automatic BepInEx Patcher.

Preferred version: 1.0.1

README

Content Presence

A mod for Content Warning that adds Discord Rich Presence

The base game has this now!

It's still not as much as what mine does.

The base game one only shows how many players you have, there's no text for levels, if you're recording, etc.

What about the other one?

The other one does not handle that many things, it just shows level name and quota.

This one shows:

  • Level name AND icon
  • Current quota
  • Current face
  • Whether you're dead or not
  • Random string of text if mode is Entries
  • How many deaths have occured if mode is Casualties
  • How much oxygen is left if mode is Oxygen
  • How much film is left
  • Whether you're recording or not

Configuration

The config file is located where normal Bepin config files are.

Basic Config

  • DiscordAppID: The ID of the app you want to use. You can create one at https://discord.com/developers/applications
  • Mode: The mode you want to use. Can be one of the following:
    • Entries: Show random strings of text
    • Casualties: Show how many deaths have occured
    • OxygenLeft: Show how much oxygen is left

More modes are planned.

UserEntries

There is one extra file, in the Bepin config folder there's now a new folder: Weather Electric/Content Presence"

Add new lines to UserEntries.txt, and the mod will use them if Entries mode is enabled.

Discord Application Setup

If you are using a custom Discord app, here are the key names for the images:

  • Harbor: harbor
  • Factory: factory
  • Home: home
  • Main Menu: gamelogo
  • Camera Is Recording: recording
  • Camera Is Not Recording: notrecording

CHANGELOG

v1.2.1

  • Forgot to remove the embedded discord_game_sdk.dll

v1.2.0

  • No longer loading an extra discord_game_sdk now that the game has it already

v1.1.2

  • README update

v1.1.1

  • Forgot to add AutoHookGenPatcher as a dependency

v1.1.0

  • Moved over to AutoHookGen for patches
  • With AutoHookGen, if you use an external mod to change config mid-game, it will unpatch the unneeded hooks for the mode that is no longer selected.
  • Fixed a nullref in the main menu

v1.0.0

  • Initial release