UNPKG

arx-convert

Version:

Converts various Arx Fatalis formats to JSON or YAML and back

18 lines 546 B
/** * 0x03 0x00 0x00 0x01 * used in sfx/ambience/ambient_blackthing.amb * * @see https://github.com/arx/ArxLibertatis/blob/1.2.1/src/audio/Ambiance.cpp#L78 */ export const VERSION_1003 = 16_777_219; /** * 0x02 0x00 0x00 0x01 * used in sfx/ambience/ambient_crypt_e.amb * * @see https://github.com/arx/ArxLibertatis/blob/1.2.1/src/audio/Ambiance.cpp#L77 */ export const VERSION_1002 = 16_777_218; // There exists an even older version: 16777218 // 0x01 0x00 0x00 0x01 // used in ambient_gob_intro.amb //# sourceMappingURL=constants.js.map