*: Update README.md to point to //datadoc

This commit is contained in:
Lily Tsuru 2025-01-20 00:04:04 -05:00
parent 753b879e7b
commit 263cfd2cf4

View file

@ -12,6 +12,16 @@ $ cmake --build build -j $(nproc)
# ... profit? # ... 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 ## The Libraries
### `libeuropa` ### `libeuropa`
@ -23,7 +33,6 @@ Provides IO readers and writers for Europa data files.
> [!NOTE] > [!NOTE]
> Things marked as unsupported will probably end up being supported at some point; so don't treat this as "final". > Things marked as unsupported will probably end up being supported at some point; so don't treat this as "final".
| Type | Support | | Type | Support |
| --------------------- | ------------------------------- | | --------------------- | ------------------------------- |
| Package (.pak, .pmdl) | Read/Write (all versions) | | Package (.pak, .pmdl) | Read/Write (all versions) |