# 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. 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 | 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 | | Palette | PAL | W2, WA, WWP | Yes | Yes | | Project X Library | PXL | WA+PX | No | No | | Project X Scheme | PXS | WA+PX | No | No | | 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 | No | No | | Team Container | WGT | WA, WWP | No | No | ## Third Generation (3D) Third generation file formats used by the 3D games have not yet been looked into.