Export Actors
A system agnostic Foundry VTT module which allows exporting your actors in a variety of formats through the use of (custom) providers.
Feel free to join #actor-export on Discord for help.
Installation
Install this module through the Foundry VTT Administrator interface, by searching for actor-export
, or by specifying the following URL: https://github.com/bushvin/actor-export/releases/latest/download/module.json
As a Gamemaster, activate the actor-export
module in your world.
Usage
Configuration
Actor Export Provider selection
As a Gamemaster you have the option to select providers which can be used by your players. Only providers which match your game system's requirements will be available for selection.
Selecting providers will enable/disable access to certain providers to your players.
Custom Providers
Additionally to the standard providers, a Gamemaster can create their own provider and add it through the settings page. More on this in the Wiki (TBD).
Exporting Actors
Open your character from the Actors page and click the Export
button. Then select the files you wish to export as and click Download
.
Depending on the number of and complexity of the selected files, the export might take some time, so be patient when clicking Download
.
Providers
A provider is a set of (javascript) instructions to be interpreted in order to generate files of various types (ex. pdf, ods, png, ...) A provider can offer the generation of one or more files.
Current providers
name | description | type | authors |
---|---|---|---|
PF2e Remaster Character sheet | A set of PDF sheets based on the Paizo Remastered Character Sheet | bushvin |
Change notes
See CHANGELOG.md