Latest version | 1.0.0 |
---|---|
Minimum Core | 0.5.0 |
Compatible Core | 3.2.1 |
Last updated | 2 years ago |
Created | 3 years ago |
Authors | |
Languages |
|
Systems | All systems |
Project source | Project URL |
A Foundry VTT module to share Data between worlds via compendia as explained by u/solfolango on r/FoundryVTT; here. Its not hard to do, but you can jumpstart your efforts and just use this module.
The deletion of line 68/69 shouldn be unnecessary if you installed after 27.4.2021 thanks to BadIdeasBureau.
But I strongly recommend you still read why the edit was necessary.
67
68 "download": "https://github.com/stschoelzel/My-Shared-Compendia/releases/download/1.0.0/My-Shared-Compendia.zip",
69 "manifest": "https://github.com/stschoelzel/My-Shared-Compendia/releases/download/1.0.0/module.json"
70
🚨 Whenever there is an update, FoundryVTT will erase your compendia. 🚨
Therefore you want to prevent FoundryVTT to ever update this module.
Alternatively, and better, modify this to your own local and custom module.
Remeber that you need to unlock your compendia to add to them.
Compendia are locked by default, because every change you manually did will be reverted on an update. Thats why you need to break the update function.
This module comes with 8 Default compendia. One for each Type of Entity that is supported by FoundryVTT and one extra "Actors".
To change the default setup simple edit the module.json. All compendia are defined within the "packs" attribute beginning with line 10.
Theres a sample for each possible compendium Entity - so start there. Delete or change as you see fit and/or fork for your convenience.
There are no enteties for Classes, Feats, Features or anything more than the seven listed available in FoundryVTT. Best practices is to use the "Item" entity for those.
For Example:
{ "name": "feats", "label": "My Feats", "path": "packs/feats.db", "entity": "Item" }, { "name": "classes", "label": "My Classes", "path": "packs/classes.db", "entity": "Item" }, { "name": "class-features", "label": "My Class Features", "path": "packs/class-features.db", "entity": "Item" }
There a no known Dependencies. But, Compendium Folders is highly recomended.
❤
I only intent to update this if it breaks. Anyway, delete line 67 to 70 in the module.json
To install this package, open your Foundry Setup screen and navigate to your Module tab and click the Install Module button.
From there, you can either search for the package unique name: My-Shared-Compendia or copy its manifest URL:
And paste it to the input box at the bottom of your window.
You can install this package directly to your Forge account.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Advertisement cookies are used to deliver visitors with customized advertisements based on the pages they visited before and analyze the effectiveness of the ad campaign.