Worms2server/README.md

43 lines
2.0 KiB
Markdown
Raw Normal View History

2017-04-17 20:10:34 +02:00
# Worms
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
* 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 |
| 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 |
| 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 |
| 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 |
| Scheme | WSC | WA, WWP | Yes | Yes |
| 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
* 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
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)!