mirror of
https://gitlab.com/Syroot/Worms.git
synced 2025-01-13 15:27:59 +03:00
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.
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!
Description
Languages
C#
88.5%
C++
5.7%
HTML
3.9%
JavaScript
1.2%
CSS
0.5%
Other
0.2%