Worms2server/README.md
2017-12-07 15:21:34 +01:00

50 lines
2.4 KiB
Markdown

# Worms
The goal of this .NET library is to provide managed language access to game specific file formats of the Worms game series by Team17.
The library is available as a [NuGet package](https://www.nuget.org/packages/Syroot.Worms).
Right now, the following file formats are supported:
## First Generation (2D)
Support for first generation 2D games is planned at a later stage.
| Description | Extension | Games | Load | Save |
|----------------|:---------:|:-------:|:----:|:----:|
| Color Map | WRM | W1 | No | No |
| DIY Terrain | DIY | DC | No | No |
| Monochrome Map | GFT | DC | No | No |
| Mountain Set | MNT | DC | No | No |
| Option Scheme | OPT | DC | No | No |
| Team Container | - | DC | No | No |
## Second Generation (2D)
Formats of the second generation 2D games are mostly focused right now.
| 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 |
| 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 |
## Third Generation (3D)
Third generation file formats used by the 3D games have not yet been looked into.
## Support
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)!