You are viewing a potentially older version of this package. View all versions.
warpalicious-Discord_Screenshots-1.4.0 icon

Discord Screenshots

Send screenshots to Discord when player dies or via hotkey

Date uploaded 10 months ago
Version 1.4.0
Download link warpalicious-Discord_Screenshots-1.4.0.zip
Downloads 1782
Dependency string warpalicious-Discord_Screenshots-1.4.0

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2333 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.

Preferred version: 5.4.2333
ValheimModding-Jotunn-2.29.0 icon
ValheimModding-Jotunn

Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.

Preferred version: 2.29.0
ValheimModding-JsonDotNET-13.0.4 icon
ValheimModding-JsonDotNET

Shared version 13.0.3 of Json.NET from Newtonsoft, net45 package for use in Valheim mods. Maintained by the ValheimModding team.

Preferred version: 13.0.4

README

DiscordScreenshots

Discord Screenshots

A mod to send screenshots to a Discord server.

Features

  • Hotkey screenshot capture (F12 by default)
  • Automatic death screenshots sent to Discord when you die

Death screenshots

Death screenshots are captured when the player dies and sent to Discord after they respawn.

Configuration

All settings are configurable through the BepInEx config file:

  • Discord webhook URL
  • Screenshot hotkey (default: F12)
  • Webhook username and avatar
  • Death message

Discord Setup

  1. Create a Discord webhook in your desired channel
  2. Copy the webhook URL to the mod configuration
  3. Screenshots will be automatically sent to that channel

CHANGELOG

Version Update Notes
1.6.5 - Use local webhook config when joining servers without Discord Screenshots installed
1.6.4 - Improve death screenshot uploads on respawn/logout and Discord webhook transport
1.6.3 - Fix multiplayer death screenshot capture with synced webhook configs
1.6.2 - Fix synced webhook URL validation for screenshot uploads
1.6.1 - Large screenshots now use JPEG encoding to avoid Discord upload size failures
- Screenshot uploads now use the correct file extension and content type for PNG or JPEG
1.6.0 - Added a new config to send death screenshots and player captures to different channels
- Fixed an issue causing the config sync to not work
1.5.0 - Random death message selection (separate multiple messages with semicolons)
1.4.0 - Added missing NewtonsoftJSON dependency to thunderstore manifest
1.0.0 - Initial Release