Copying tilemap

I’m currently studying the RPGmap project from @sicher.
There is a tilemap resource file for each screen but to help better view the game world, there is also a test_layout.collection file that groups all tilemaps together.
Is there a way to work on a giant tilemap then copy into smaller tilemaps parts of it?

The file format is text based, so you can either write a script that does the split into multiple files for you, or create “templates” that you can copy into at runtime. And by templates, I mean, you have to specify the min/max corners of the tilemap.

2 Likes