Module updates - various modules

Hi all,

I’ve updated a number of modules:

Most of the updates are relatively small and include the possibility to move to the nearest friendly un-moved unit in movement phases, and to the nearest un-resolved combat in combat phases, as well as some general module clean-up, better formatted help pages, and similar.

Yours,
Christian

2 Likes

I wish I had the brains to do stuff like that what language does that use?

To make the graphics and typeset the text I use LATEX with my wargame package. That package can export to a draft Vassal module.

I then use Python with my package pywargame to patch up the module with more functionality.

There is a tutorial in case you want to give it a whirl.

The code inside the module is regular Vassal XML and Beanshell.

Yours,
Christian