From 418cec512f177a0f523c80916770382dd0e4fdaf Mon Sep 17 00:00:00 2001 From: Le Philousophe Date: Sun, 23 Jun 2019 09:31:37 +0200 Subject: CRYOMNI3D: Add internationalization through external DAT file --- dists/engine-data/README | 5 +++++ dists/engine-data/cryomni3d.dat | Bin 0 -> 5840 bytes 2 files changed, 5 insertions(+) create mode 100644 dists/engine-data/cryomni3d.dat (limited to 'dists/engine-data') diff --git a/dists/engine-data/README b/dists/engine-data/README index 31673d8beb..080fd6ab56 100644 --- a/dists/engine-data/README +++ b/dists/engine-data/README @@ -7,6 +7,11 @@ TODO cryo.dat This file contains a lot of hardcoded tables used by the Cryo engine. +cryomni3d.dat +This file contains all strings and some file names depending only on platform/localization. +Some filenames depend on the edition, these are handled by game flags in engine code. +Those informations were stored in the original executables. + drascula.dat TODO diff --git a/dists/engine-data/cryomni3d.dat b/dists/engine-data/cryomni3d.dat new file mode 100644 index 0000000000..a4a0bebe23 Binary files /dev/null and b/dists/engine-data/cryomni3d.dat differ -- cgit v1.2.3