Register

Discord Screenshoter

An Add-on Module for Foundry Virtual Tabletop

Author: Frazhuz Project Source Foundry Versions 13+ (Verified 13) Last Updated 2 months, 1 week ago

The module sends screenshots of the current scene to discord. To work, you need to specify the Webhook URL in the module settings.

There you can also configure automatic screenshots during an encounter.

If you specify Camera User Id in the settings, screenshots will be taken on their behalf. Camera User must be online for this feature to work.

game.modules.get("discord-screenshoter").api contains an api for writing a macro that allows you to take non-automatic screenshots.

game.modules.get("discord-screenshoter").api.screenshot.sendToDiscord() sends a screenshot from the client that called the macro.

game.modules.get("discord-screenshoter").api.screenshot.sendToDiscordFromCamera() sends a screenshot from Camera User or the client that called the macro if Camera User isn't specified.

 

Categories

Available Versions

  1. Version 1.0.1

    2 months, 1 week ago
    Foundry Version 13+ (Verified 13) Manifest URL Read Notes