A downloadable Battlemap

Download NowName your own price

Discover the great Cathedral of the Seven and the surrounding monastery in this sprawling battlemap.

Download

Download NowName your own price

Click download now to get access to the following files:

monastery.dungeondraft_map 7 MB
monastery2.png 13 MB
monastery2_noGrid.png 12 MB
monastery3.png 19 MB
monastery3_noGrid.png 17 MB
monastery1.png 53 MB
monastery1_noGrid.png 51 MB

Development log

Comments

Log in with itch.io to leave a comment.

Hi,

Can this asset be used in the Godot engine? 

(+1)

Hi, if you’re referring to the map source file: it can’t be loaded in Godot. The other assets are just image files, so you can load them with whatever tool you want :).

What are the assets you used to open the dungeoncraf_map file?

Hi! If you open the dungeondraft_map file with a text editor, you can see the asset_manifest in the header. A list of all used assets is contained there. I seem to have loaded a bunch of asset packs that were actually unused. You could try the following: mark the IDs of the asset packs and run a text search - if they’re only contained in the asset manifest but not the world, you can delete the assets safely. This way, you could also eliminate assets that are unavailable to you.

Nice, thanks, I’m gonna try it