Releases: rrgeorge/FoundryToEncounter
FoundryToEncounter v1.13.9
Fix handling of token light changes in Foundry 9
FoundryToEncounter v1.13.8
Add support for Foundry V9 format
FoundryToEncounter v1.13.7
Bug fix for compendium entries (actors) with incomplete descriptions
FoundryToEncounter v1.13.6
Added detection for scale for asset packs when using the naming format of grids or size. For example to set a medium asset to scale at 2x include 1x1x2
or mediumx2
in the file name.
You can now automatically indicate your zip file should be an asset pack instead of a module by including the key EncounterPackDir
in your module.json
. Set it to .
to include everything, or the name of a directory in the zip file to only include those contents. For example:
"EncounterPackDir": ".",
or
"EncounterPackDir": "creatures",
FoundryToEncounter v1.13.5
Fixed bugfix that was supposed to fixed malformed modules, but broke things instead
FoundryToEncounter v1.13.4
Changed video maps to use h.264 instead of HEVC for better compatibility with remote play
Fixed handling of some missing attributes when importing compendium entries.
FoundryToEncounter v1.13.3
Fix crash caused by malformed token entries in scenes
Fix crash caused by certain Foundry compendium links
FoundryToEncounter v1.13.2
Fix handling of VP8 webm
Fix size determination from asset file name
FoundryToEncounter v1.13.1
Fix for relative paths in module.json
Adjust rescaling
FoundryToEncounter v1.13.0
Bug fixes for actor speed deprecation and certain journal tags causing a crash.