From be998003603a4c132e38dd2168a3467742acfb80 Mon Sep 17 00:00:00 2001 From: Luis Michaelis Date: Wed, 1 May 2024 20:37:04 +0200 Subject: [PATCH] docs: add information about which soundtracks have been tested to the readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3f18f3b..e367c4a 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,13 @@ This project aims to re-implement Microsoft's long-deprecated DirectMusic API available in early Direct3D and DirectX versions. It is currently under heavy development at this time and might be unstable for some use-cases. +Soundtracks tested and verified to work (somewhat) correctly: + * Gothic + * Gothic II (+ Night of the Raven) + +If you tested other games, please let me know. If you own any games with `.dls`, `.sty` and `.sgt` files in the data +folders, and you want to contribute, please contact me as well or open an issue. + ## Example Here's how you play back a segment. This example works on POSIX only since it uses `` for the file resolver.