Skeleton docs for .mnu files

This commit is contained in:
2018-10-13 03:22:39 +01:00
parent 93eb481b6d
commit 3c3a688406
2 changed files with 8 additions and 2 deletions

View File

@@ -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)

6
doc/formats/mnu.md Normal file
View File

@@ -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.