MekHQ is a Java helper program for the MegaMek game that allows users to load a list of entities from an XML file, perform repairs and customizations, and then save the new entities to another XML file that can be loaded into MegaMek. For more details, see the website: http://megamek.org/mekhq
-
Install Java Ant
-
Run
ant jar
in theMekHQ
folder. This will use theMekHQ/build.xml
file and createMekHQ/MekHQ.jar
.
For bugs, crashes, or other issues you can fill out a Github issue request.
See MekHQ/license.txt
MekHQ is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
MekHQ is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.