Nash
LOELeague of Extraordinary FoundryVTT Developers
•Created by Nash on 8/24/2024 in #package-development
Browsing system data model
Trying to modify an existing UI module to support other systems. The data model of e.g. characters is different in another system. Is there a way to easily browse what kind of data model the system is using and what values it is offering for player characters etc.?
6 replies
LOELeague of Extraordinary FoundryVTT Developers
•Created by Nash on 2/8/2024 in #package-development
Having trouble to get scripts loaded
Trying to make my first module and I have troubles getting anything loaded in Foundry. Here is what I have done so far:
1. Made the module using the Foundry admin UI view.
2. Added that module to one of my worlds.
3. Created a script to
scripts/
folder of the module (I edit these files directly in the module folder).
4. Added the script to the module.json
However, whatever I add to the test.js
file does not get loaded when I reload Foundry.
What could be the issue and how do I get started with module development?12 replies