From e9ba6895b8ef639f424f2cdc03699382428e84fa Mon Sep 17 00:00:00 2001 From: Ray Koopa Date: Sun, 12 Jul 2020 18:37:31 +0000 Subject: [PATCH] Add FrontendKitWS and fkNetcode. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 663a9b6..533b6b9 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,11 @@ Implementation of formats listed above as unsupported is planned for a later dat * `Syroot.Worms.Mgame.GameServer`: Simulates OW or WWPA networking to allow playing games. * `Syroot.Worms.Worms2.GameServer`: Simulates a Worms 2 server. +## Modules + +* `FrontendKitWS`: WormKit-like module loader for patching the Worms 2 Frontend. +* `fkNetcode`: Patches Worms 2's outdated external IP detection and resolves it properly via a web service. + ## Availability The libraries are available on [NuGet](https://www.nuget.org/packages?q=Syroot.Worms).