21.01.2009, 03:25
More details later.
BTW, we need to work on java code but it's quite simple. The real problem are .mat files, but we could merge matmanger with IL2 i think.
First of all you have to add a new nation in PaintScheme.class (in air):
public static final java.lang.String countrySouthAfrica = "sa".intern();
public static final java.lang.String countryYugoslavia = "ya".intern();
public static final java.lang.String countryANR = "an".intern();
public static final java.lang.String countryHrvatska = "hr".intern();
ecc. ecc..
Second, you have to work with all the others PaintScheme class file, or if you prefer only with files you're interested (you don't need a Zero with SouthAfrican insigna).
Gaston's mod works fine, but need a java code.
BTW, we need to work on java code but it's quite simple. The real problem are .mat files, but we could merge matmanger with IL2 i think.
First of all you have to add a new nation in PaintScheme.class (in air):
public static final java.lang.String countrySouthAfrica = "sa".intern();
public static final java.lang.String countryYugoslavia = "ya".intern();
public static final java.lang.String countryANR = "an".intern();
public static final java.lang.String countryHrvatska = "hr".intern();
ecc. ecc..
Second, you have to work with all the others PaintScheme class file, or if you prefer only with files you're interested (you don't need a Zero with SouthAfrican insigna).
Gaston's mod works fine, but need a java code.