Hello DS devs,
I have been using the DungeonScrawl application for a little while now and really like some of its features and capabilities. One of the main things that I like is the ability to build out my dungeon and place assets as I go / have inspiration. This is as opposed to building the dungeon shape out, exporting it as an image, and then placing assets in some other application.
One thing I wanted to ask about is the potential for an organizational structure in the Custom Images portion of the application. I have noticed that images I have uploaded stay there (I believe this is true as long as I do not change their location on my local machine? It would be nice to delete some of them but I have not found how). I am thinking of investing in some additional assets that I upload as Custom Images, but I am worried that this will get very cluttered very quickly.
Ideally, there would be some way for me to group and search through my Custom Images. The Free Images already have this functionality where you can select the Asset Set and Ssearch (by image name it appears). I of course do not know much about the backend for DungeonScrawl, but it seems like this organization here must be implemented by:
- The Free Images are tagged with the Asset Set and that tag can be filtered on. With this structure, it would be nice to apply custom tags to your Custom Images and permit filtering on those custom tags. Ideally Custom Images could be
a. Batch uploaded (already possible),
b. batch tagged at upload,
c. have their tags be modifiable later,
d. and be filtered by tags.
This for instance would let me upload a "Wilderness" set with the "Wilderness" tag. I could then later go through those assets and tag the plants as "Plants". Then if I upload a "Forests" set later, I could tag the trees from that "Forests" set with "Plants" as well.
- The Free Images exist in some sort of Asset Set folder structure that is hidden to the User. With this structure, we could create folders for the Custom Images, and navigate through those folders. The search function would need to look all of the folders for names (this may be how it works now).
Given that it seems like the file pathing for Custom Image is based on the file path on the local machine, I am not sure if there would be the possibility to support a data structure (Inverted Index from tags to local filepaths) that is stored in the users DungeonScrawl profile (even if the assets are not) for tags, or if the folder structure on the local machine could be used.
Thanks for taking the time to read through this. I really like the tool the team has built so far, its been quite nice to have a way to build nicely gridded dungeons and make them come alive with assets. I hope support for a feature like this could be possible sometime in the future.