view codeDoc/file/formats-overview.txt @ 156:36df0ffe34d2

Fix to reload translations.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 18 Apr 2009 21:51:03 +0200
parents ac1e3fd07275
children
line wrap: on
line source

Part of mde: a Modular D game-oriented Engine
Copyright © 2007-2008 Diggory Hardy

This program 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 2 of the License, or (at your option) any later version.

This program 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.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.


File headers - these are like magic numbers, but following a Byte-Order-Mark.

For mde files, they should have the form: mdeXXXNN where XXX is a three-character ASCII identifier
for the specific file type and NN is a version number (only to be changed when the base file
format changes, not for changes to the serialization).

Identifier      File extension  File format
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
{MT01}          .mtt            Mergetag text
mdessi00        .ssi            Single Serialized Item