Import/export is actually not that hard.
- To export a chunk, select it, right click and choose Export > Raw chunk
- A dialog pops up asking you if you want to export the chunk including its header or without it. Leave the header in. Click OK.
- Save the chunk somewhere. Give it a name that describes the chunk (for instance, 'chunk 10, node - AIRadar.rawchunk'
- Repeat for additional chunks. You can only export a single chunk every time.
Open the file you in which you wish to import the chunks. You can import the chunks in the same file if you want.
- Select the chunk where you want to insert the imported chunk. Chunks that are imported are always inserted before the currently selected chunk.
- Right click and choose Import > Rawchunk, and select the rawchunk-file you want to import.
- A dialog pops up asking you how to import the chunk:
- Since we exported 'with' a header, we need to select the first radiobutton.
- Since we want to import the chunk as a new chunk, we leave the checkbox off.
- Click ok to import the new chunk, repeat for all chunks.
- Final step is to correct any id's/parent id's. If we want to 'clone' a chunk, we need to give it a new id. Any child chunks need to have their parent id field changed.
That's about it.