Worms2server/README.md
2018-12-25 22:13:51 +01:00

43 lines
2.1 KiB
Markdown

# Worms
This .NET library can access and modify file formats of the following second generation Worms games developed by Team17:
* W2: Worms2
* WA: Worms Armageddon
* WWP: Worms World Party
* OW: Online Worms (Asia licensed client)
* PX: ProjectX (Worms Armageddon extension)
It currently targets the following formats:
| Description | Extension | Games | Load | Save |
|-------------------|:---------:|:-----------:|:----:|:----:|
| Archive | DIR | W2, WA, WWP | Yes | Yes |
| Image | IMG | W2, WA, WWP | Yes | Yes |
| Land Data | LAND.DAT | W2, WA, WWP | Yes | Yes |
| Mission | DAT | W2 | No | No |
| Mission | WAM | WA, WWP | No | No |
| Generated Map | LEV | WA, WWP | Yes | Yes |
| Image Container | KSF | OW | Yes | No |
| Monochrome Map | LEV | W2 | No | No |
| Monochrome Map | BIT | WA, WWP | No | No |
| Palette | PAL | W2, WA, WWP | Yes | Yes |
| Project X Library | PXL | WA+PX | Yes | Yes |
| Project X Scheme | PXS | WA+PX | Yes | Yes |
| Replay | WAGAME | WA | No | No |
| Scheme | WSC | WA, WWP | Yes | Yes |
| Scheme Options | OPT | W2 | Yes | Yes |
| Scheme Weapons | WEP | W2 | Yes | Yes |
| Team Container | ST1 | W2 | Yes | Yes |
| Team Container | WGT | WA | Yes | Yes |
| Team Container | WWP | WWP | Yes | Yes |
It also provides the following executable tools:
* Online Worms Launcher: Creates a fake launch configuration to start the game with.
* Online Worms Server: Simulates a server communicating with Online Worms clients (WIP).
## Support
The library is available as a [NuGet package](https://www.nuget.org/packages/Syroot.Worms).
You can ask questions and suggest features on Discord aswell. Feel free to [join the Worms channel on the Syroot server](https://discord.gg/r6dz7yh)!