Copy a part on a module

Hi all ;

I have a module (A) and a other module (B). I want copy a part on module A from module B.

What is a solution ?

(Sorry for my english)

There’s no way to do this in the module editor. Parts from one module cannot be copied to another.

It’s a very bad news for me !

I need choise module A or B for dev my new module ?

It’s impossible to merge 2 modules (or 3, 4 or 6 Argghh) ?

you cannot merge modules together

Aresh, can you explain what you are trying to accomplish and give more details about the modules you want to combine?

It may be possible to use module extensions to get this done.

The only way you can copy pieces of a module, or merge modules is to go inside the vmod file archive and open the build XML file directly. But you will need to know XML and VASSAL well to know what to do then.

Thus spake aresh:

It’s a very bad news for me !

I need choise module A or B for dev my new module ?

Modules are ZIP archives. It is possible to retrieve the images by
opening a module with an archive program. It is also possible to
edit the module buildFile directly, though I do not recommend it if
you’re not very familiar with VASSAL.


J.

Merci !