Merge EGG files

Hi,

Is it possible to merge EGG files? I’m trying to export some egg files with model and animations into one single egg file. Thanks.

You can just open it in a text error, copy and paste the contents of one at the end of the other. Or write a 3-line Python program to do it. Or in Linux, use “cat” to concatenate the files.

Ok I’m not sure where to start but thanks!