private static final String[] HEX_MODELS = {
"ordents/hex_01.dat", // 0xA3F9C1
"ordents/hex_02.dat", // 0xB7E2D4
"ordents/hex_03.dat", // 0xC1D3E8 [corrupted]
"ordents/hex_04.dat", // 0xD9F0A7
"ordents/hex_05.dat", // 0xE4B1FF [missing]
};
public static void load() {
System.out.println
(
"Loading model hex codes from /ordents/");
}