From e0b0ff989a408b01171234f29144ba75c3b02d4d Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Thu, 1 Sep 2022 21:05:36 -0700 Subject: [PATCH] add TODO about bb proxy connection behavior --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1b6f0f2..7c4b16a9 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ This project is primarily for my own nostalgia; I offer no guarantees on how or Current known issues / missing features: - Episode 3 battles aren't implemented. - PSOBB is not well-tested and likely will disconnect or misbehave when clients try to use unimplemented features. +- Fix some edge cases on the BB proxy server (e.g. make sure Change Ship does the right thing, which is not the same as what it should do on V2/V3). - PSOX is not tested at all. - Patches currently are platform-specific but not version-specific. This makes them quite a bit harder to write and use properly. - Find a way to silence audio in RunDOL.s. Some old DOLs don't reset audio systems at load time and it's annoying to hear the crash buzz when the GC hasn't actually crashed.