2017-04-17 20:10:34 +02:00
|
|
|
# Worms
|
2018-12-22 00:54:13 +01:00
|
|
|
This .NET library can access and modify file formats of the following second generation Worms games developed by Team17:
|
2017-04-17 22:01:27 +02:00
|
|
|
|
2018-12-22 00:54:13 +01:00
|
|
|
* W2: Worms2
|
|
|
|
* WA: Worms Armageddon
|
|
|
|
* WWP: Worms World Party
|
|
|
|
* OW: Online Worms (Asia licensed client)
|
|
|
|
* PX: ProjectX (Worms Armageddon extension)
|
2017-04-17 22:01:27 +02:00
|
|
|
|
2018-12-25 22:16:49 +01:00
|
|
|
## Supported file formats
|
2017-04-17 22:01:27 +02:00
|
|
|
|
|
|
|
| Description | Extension | Games | Load | Save |
|
|
|
|
|-------------------|:---------:|:-----------:|:----:|:----:|
|
|
|
|
| Archive | DIR | W2, WA, WWP | Yes | Yes |
|
2017-04-26 13:44:40 +02:00
|
|
|
| Image | IMG | W2, WA, WWP | Yes | Yes |
|
|
|
|
| Land Data | LAND.DAT | W2, WA, WWP | Yes | Yes |
|
2017-04-17 22:01:27 +02:00
|
|
|
| Mission | DAT | W2 | No | No |
|
|
|
|
| Mission | WAM | WA, WWP | No | No |
|
2017-04-26 14:58:07 +02:00
|
|
|
| Generated Map | LEV | WA, WWP | Yes | Yes |
|
2018-12-22 00:54:13 +01:00
|
|
|
| Image Container | KSF | OW | Yes | No |
|
2017-04-17 22:01:27 +02:00
|
|
|
| Monochrome Map | LEV | W2 | No | No |
|
2017-04-26 14:58:07 +02:00
|
|
|
| Monochrome Map | BIT | WA, WWP | No | No |
|
2017-04-18 18:15:25 +02:00
|
|
|
| Palette | PAL | W2, WA, WWP | Yes | Yes |
|
2017-04-29 16:50:34 +02:00
|
|
|
| Project X Library | PXL | WA+PX | Yes | Yes |
|
|
|
|
| Project X Scheme | PXS | WA+PX | Yes | Yes |
|
2017-04-17 22:01:27 +02:00
|
|
|
| Replay | WAGAME | WA | No | No |
|
2017-04-21 15:35:28 +02:00
|
|
|
| Scheme | WSC | WA, WWP | Yes | Yes |
|
2017-04-21 17:59:04 +02:00
|
|
|
| Scheme Options | OPT | W2 | Yes | Yes |
|
2017-04-21 19:28:10 +02:00
|
|
|
| Scheme Weapons | WEP | W2 | Yes | Yes |
|
2017-04-23 16:40:40 +02:00
|
|
|
| Team Container | ST1 | W2 | Yes | Yes |
|
2017-04-25 18:44:26 +02:00
|
|
|
| Team Container | WGT | WA | Yes | Yes |
|
2017-04-25 20:12:31 +02:00
|
|
|
| Team Container | WWP | WWP | Yes | Yes |
|
2017-04-17 22:01:27 +02:00
|
|
|
|
2018-12-25 22:16:49 +01:00
|
|
|
## Available tools
|
2018-12-22 00:54:13 +01:00
|
|
|
|
|
|
|
* Online Worms Launcher: Creates a fake launch configuration to start the game with.
|
2018-12-25 22:13:51 +01:00
|
|
|
* Online Worms Server: Simulates a server communicating with Online Worms clients (WIP).
|
2017-12-07 15:21:34 +01:00
|
|
|
|
|
|
|
## Support
|
2018-12-22 00:54:13 +01:00
|
|
|
The library is available as a [NuGet package](https://www.nuget.org/packages/Syroot.Worms).
|
2017-12-07 15:21:34 +01:00
|
|
|
|
|
|
|
You can ask questions and suggest features on Discord aswell. Feel free to [join the Worms channel on the Syroot server](https://discord.gg/r6dz7yh)!
|