> From what I've read at > http://www.vassalengine.org/wiki/doku.php?id=programming there seems to be > a > way to make a class and include it in the build file without going through > the formal process of submitting it into the eclipse repository.
It's true. Most of that wiki applies to making changes to the VASSAL core engine code. If you want to write you own, you still need to have a Java compiler: download the JDK, install eclipse or another IDE, etc. You can compile by putting the Vengine.jar file in your classpath. Then after you compile your Jva code into .class files, you add them to the module using a Zip utility. rk [Non-text portions of this message have been removed]
