Mention new module folder.

This commit is contained in:
Ray Koopa 2020-07-21 21:08:41 +02:00
parent a99a883f6f
commit 9a218549e7

View File

@ -28,17 +28,17 @@ This repository hosts .NET libraries which can import, modify, and export the fo
Implementation of formats listed above as unsupported is planned for a later date.
The libraries are available on [NuGet](https://www.nuget.org/packages?q=Syroot.Worms).
## Modules
* `fkNetcode`: Patches Worms 2's outdated external IP detection and resolves it properly via a web service.
* `fkDesPatch`: Unfinished module meant to replace functionality found in Sn*tch patcher.
* `FrontendKitWS`: WormKit-like module loader for patching the Worms 2 Frontend.
* `WormKitLib`: Utilities like signature scanning or import replacement to help in patching Worms executables.
## Tools
* `Syroot.Worms.Mgame.Launcher`: Creates a fake launch configuration to start OW or WWPA clients with.
* `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).