From 263cfd2cf4a49503f81289afa37550cabfcf65aa Mon Sep 17 00:00:00 2001 From: modeco80 Date: Mon, 20 Jan 2025 00:04:04 -0500 Subject: [PATCH] *: Update README.md to point to //datadoc --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4a4884..d5e3d2f 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,16 @@ $ cmake --build build -j $(nproc) # ... profit? ``` +## Europa Documentation + +Documentation for Europa stuff is provided in the [/datadoc subdirectory](https://git.computernewb.com/modeco80/EuropaTools/src/branch/master/datadoc) of the repository. + +This currently contains: + +- Work in progress Markdown documentation of the game's file formats. +- ImHex Pattern Language files for MSH, PAK, and TEX files. +- A Model Researcher Pro Python script for getting it to read MSH files. **Not a replacement for a real model exporter, which I'm working on**. + ## The Libraries ### `libeuropa` @@ -23,7 +33,6 @@ Provides IO readers and writers for Europa data files. > [!NOTE] > Things marked as unsupported will probably end up being supported at some point; so don't treat this as "final". - | Type | Support | | --------------------- | ------------------------------- | | Package (.pak, .pmdl) | Read/Write (all versions) |