From 3c3a688406c6f524c60034625353a0d1e03dcd73 Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Sat, 13 Oct 2018 03:22:39 +0100 Subject: [PATCH] Skeleton docs for .mnu files --- doc/formats/index.md | 4 ++-- doc/formats/mnu.md | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 doc/formats/mnu.md diff --git a/doc/formats/index.md b/doc/formats/index.md index 540e273..8bba8ec 100644 --- a/doc/formats/index.md +++ b/doc/formats/index.md @@ -72,8 +72,8 @@ remake. * `*.MAP` * `*.TXT` * `Menu/` - * `*.mnu` # plain text, linked to .obj file, contains definitions - * `*.obj` # unknown, not 3D .obj format + * [`*.mnu`](mnu.md) # plain text, linked to .obj file, contains definitions + * [`*.obj`](obj.md) * `Misc/` * `occlusio.lis` # plain text, presumably occlusion mappings? * [`MultiMaps/`](maps.md#multimaps) diff --git a/doc/formats/mnu.md b/doc/formats/mnu.md new file mode 100644 index 0000000..7d96e59 --- /dev/null +++ b/doc/formats/mnu.md @@ -0,0 +1,6 @@ +# *.mnu + +These files appear to be the UI definitions for Chaos Gate. Some relate to +system menus, other to in-game menus. + +