2017-04-17 20:10:34 +02:00
|
|
|
# Worms
|
2017-04-17 22:01:27 +02:00
|
|
|
The goal of this .NET library is to provide managed language access to game specific file formats of the Worms game series by Team17.
|
|
|
|
|
|
|
|
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 |
|
2017-04-17 22:02:50 +02:00
|
|
|
|----------------|:---------:|:-------:|:----:|:----:|
|
2017-04-17 22:01:27 +02:00
|
|
|
| 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 |
|
2017-04-17 22:04:22 +02:00
|
|
|
| Game Scheme | WSC | WA, WWP | No | No |
|
2017-04-17 22:01:27 +02:00
|
|
|
| Image | IMG | W2, WA, WWP | No | No |
|
|
|
|
| Mission | DAT | W2 | No | No |
|
|
|
|
| Mission | WAM | WA, WWP | No | No |
|
|
|
|
| Monochrome Map | LEV | W2 | No | No |
|
|
|
|
| Monochrome Map | LEV, BIT | WA, WWP | No | No |
|
|
|
|
| Option Scheme | OPT | W2 | No | No |
|
|
|
|
| Palette | PAL | W2, WA, WWP | No | No |
|
|
|
|
| Project X Library | PXL | WA+PX | No | No |
|
|
|
|
| Project X Scheme | PXS | WA+PX | No | No |
|
|
|
|
| Replay | WAGAME | WA | No | No |
|
|
|
|
| Team Container | ST1 | W2 | No | No |
|
|
|
|
| Team Container | WGT | WA, WWP | No | No |
|
|
|
|
| Weapon Scheme | WEP | W2 | No | No |
|
|
|
|
|
|
|
|
## Third Generation (3D)
|
2017-04-17 22:02:50 +02:00
|
|
|
Third generation file formats used by the 3D games have not yet been looked into.
|