While searching for incorrect URLs in the json files for #6, I noticed quite a few other incorrect URLs that can't be fixed without your input (i.e: not pointing to images from the DDB books or the assets ddb-meta-data folder).
Here are a few examples I found (there might be more which are invalid URLs but don't have "assets" in the path, since that's what I was searching for) :
I am assuming the assets/icons/.. should be files available maybe under the metadata repo to be used for the scenes that need them, but the files aren't there. I don't know if those number circle icons are available in core foundry nowadays and can be used instead.
All the ddb-images/adventures/misc/assets/icons and the assets/adventures/misc/assets/icons/ should become assets/icons I assume, the external AWS bucket should also change to use the local files.
Finally the path using a worlds/ path for the token is an obvious error which I think should just be removed.
Can you confirm please and if you agree, can you upload the assets/icons folder to the repo ?
Thank you.
While searching for incorrect URLs in the json files for #6, I noticed quite a few other incorrect URLs that can't be fixed without your input (i.e: not pointing to images from the DDB books or the
assetsddb-meta-data folder).Here are a few examples I found (there might be more which are invalid URLs but don't have "assets" in the path, since that's what I was searching for) :
"ddb-images/adventures/misc/assets/icons/Hxx.svg"tfofbook has a few notes referencingassets/icons/xx.svgas well asassets/adventures/misc/assets/icons/xx.svg(maps 22, 23, 24, 25 and 26)https://bucket.eu-west-1.amazonaws.com/assets/adventures/misc/assets/icons/xx.svgwhich wouldn't work in an offline environment (and may also not be ok to use that bucket for this)assets/icons/Dxx.svgworlds/for one of its tokens (worlds/Forgotten-Realms/adventures/The_Wild_Beyond_the_Witchlight/assets/05-004.thinnings.webp)ddb-images/adventures/misc/assets/icons/xx.svgI am assuming the
assets/icons/..should be files available maybe under the metadata repo to be used for the scenes that need them, but the files aren't there. I don't know if those number circle icons are available in core foundry nowadays and can be used instead.All the
ddb-images/adventures/misc/assets/iconsand theassets/adventures/misc/assets/icons/should becomeassets/iconsI assume, the external AWS bucket should also change to use the local files.Finally the path using a
worlds/path for the token is an obvious error which I think should just be removed.Can you confirm please and if you agree, can you upload the
assets/iconsfolder to the repo ?Thank you.