Update readme.

This commit is contained in:
Ray Koopa 2020-06-18 16:04:52 +02:00
parent c51f67dc46
commit 84ba8c56a0

View File

@ -2,12 +2,12 @@
The following .NET libraries in this repository can access and modify file formats of second generation Worms games The following .NET libraries in this repository can access and modify file formats of second generation Worms games
developed by Team17: developed by Team17:
* Syroot.Worms: Main library featuring common formats (like a data archive). * `Syroot.Worms`: Main library featuring common formats (like a data archive).
* Syroot.Worms.Worms2 (W2): Worms 2 formats. * `Syroot.Worms.Worms2` (W2): Worms 2 formats.
* Syroot.Worms.Armageddon (WA): Worms Armageddon formats. * `Syroot.Worms.Armageddon` (WA): Worms Armageddon formats.
* Syroot.Worms.Armageddon.ProjectX (PX): Worms Armageddon ProjectX add-on formats. * `Syroot.Worms.Armageddon.ProjectX` (PX): Worms Armageddon ProjectX add-on formats.
* Syroot.Worms.WorldParty (WWP): Worms World Party formats. * `Syroot.Worms.WorldParty` (WWP): Worms World Party formats.
* Syroot.Worms.Mgame: Online Worms (OW) and Worms World Party Aqua (WWPA) formats (Asia licensed clients). * `Syroot.Worms.Mgame`: Online Worms (OW) and Worms World Party Aqua (WWPA) formats (Asia licensed clients).
## Supported file formats ## Supported file formats
@ -37,8 +37,8 @@ developed by Team17:
## Available tools ## Available tools
* Syroot.Worms.Mgame.Launcher: Creates a fake launch configuration to start OW or WWPA clients with. * `Syroot.Worms.Mgame.Launcher`: Creates a fake launch configuration to start OW or WWPA clients with.
* Syroot.Worms.Mgame.GameServer: Simulates a server communicating with OW or WWPA clients (WIP). * `Syroot.Worms.Mgame.GameServer`: Simulates a server communicating with OW or WWPA clients (WIP).
## Support ## Support
The libraries are available as a [NuGet package](https://www.nuget.org/profiles/Syroot). The libraries are available as separate [NuGet packages](https://www.nuget.org/packages?q=Syroot.Worms).