Go to file
2017-04-21 15:35:52 +02:00
src Add support for loading and saving Scheme files. 2017-04-21 15:35:28 +02:00
.gitignore Initial commit 2017-04-17 20:10:34 +02:00
LICENSE Initial commit 2017-04-17 20:10:34 +02:00
README.md Merge branch 'master' of https://github.com/Syroot/Worms 2017-04-21 15:35:52 +02: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.

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
Option Scheme OPT W2 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
Team Container ST1 W2 No No
Team Container WGT WA, WWP No No
Weapon Scheme WEP W2 No No

Third Generation (3D)

Third generation file formats used by the 3D games have not yet been looked into.