Go to file
2020-07-02 05:29:15 +02:00
res Update package metadata. 2018-10-22 13:55:13 +02:00
src Syroot.Worms.Armageddon 4.0.1: Optimize WA v3 schemes to store only non-default extended options. 2020-07-02 05:28:59 +02:00
.gitattributes Overhaul implementations and documentation. 2020-07-01 02:09:36 +02:00
.gitignore Initial commit 2017-04-17 20:10:34 +02:00
LICENSE Update copyright. 2020-06-18 16:04:42 +02:00
README.md Update README.md 2020-07-01 17:36:34 +00:00

Worms

This repository hosts .NET libraries which can import, modify, and export the following file formats of second generation Worms games developed by Team17 or Mgame:

Extension Description Games Library Load Save
BIT Monochrome Map WA, WWP Syroot.Worms.Armageddon
DAT Mission W2 Syroot.Worms.Worms2
LAND.DAT Land Data W2, WA, WWP Syroot.Worms
DIR Archive W2, WA, WWP Syroot.Worms
IGD Image Container WWPA Syroot.Worms.Mgame
IMG Image W2, WA, WWP Syroot.Worms
KSF Image Container OW Syroot.Worms.Mgame
LEV Generated Map WA, WWP Syroot.Worms.Armageddon
LEV Monochrome Map W2 Syroot.Worms.Worms2
LPD Interface Layout WWPA Syroot.Worms.Mgame
OPT Scheme Options W2 Syroot.Worms.Worms2
PAL Palette W2, WA, WWP Syroot.Worms
PXL Project X Library WA+PX Syroot.Worms.Armageddon.ProjectX
PXS Project X Scheme WA+PX Syroot.Worms.Armageddon.ProjectX
ST1 Team Container W2 Syroot.Worms.Worms2
WAGAME Replay WA Syroot.Worms.Armageddon
WAM Mission WA, WWP Syroot.Worms.Worms2
WEP Scheme Weapons W2 Syroot.Worms.Worms2
WGT Team Container WA Syroot.Worms.Armageddon
WSC Scheme WA, WWP Syroot.Worms.Armageddon
WWP Team Container WWP Syroot.Worms.WorldParty

Implementation of formats listed above as unsupported is planned for a later date.

Tools

  • Syroot.Worms.Mgame.Launcher: Creates a fake launch configuration to start OW or WWPA clients with.
  • Syroot.Worms.Mgame.GameServer: Simulates a server communicating with OW or WWPA clients (WIP).

Availability

The libraries are available on NuGet.