Difference between revisions of "File formats"
From Worms Knowledge Base
m (Included name of RayKoopa's C# file utility) |
(Less intrusive link to file format library) |
||
Line 3: | Line 3: | ||
== Second Generation File Formats == | == Second Generation File Formats == | ||
− | |||
− | |||
=== Worms 2 === | === Worms 2 === | ||
Line 85: | Line 83: | ||
* [[Soundbanks (first generation, Amiga)|Speech soundbanks]] | * [[Soundbanks (first generation, Amiga)|Speech soundbanks]] | ||
* [[TWSTUFF]] (TW*) | * [[TWSTUFF]] (TW*) | ||
+ | |||
+ | == External Links == | ||
+ | |||
+ | * [https://gitlab.com/Syroot/Worms Syroot.Worms] - a .NET library loading and saving second generation file formats | ||
__NOTOC__ | __NOTOC__ |
Revision as of 12:00, 10 October 2019
Like most other games, Worms uses many proprietary file formats to store its data.
Second Generation File Formats
Worms 2
Graphics
- Graphics directory (*.dir)
- Image file (*.img)
- Sprite file (*.spr)
- Font file (*.fnt)
- Palette file (*.pal)
- Monochrome map (*.lev)
- Land Data file (*.dat)
Configuration
- Options file (*.opt)
- Weapons file (*.wep)
- Worms 2 team file (*.st1)
- Worms 2 mission file (*.dat)
Worms Armageddon
Graphics
- Graphics directory (*.dir)
- Image file (*.img)
- Sprite file (*.spr)
- Sprite bank file (*.bnk)
- Font file (*.fnt)
- Palette file (*.pal)
- Monochrome map (*.bit, *.lev)
- Colour map (*.png)
- Land Data file (*.dat)
- Custom team flag (*.bmp)
- Custom team grave (*.bmp)
Configuration
- Game scheme file (*.wsc)
- Team file (*.wgt, *.wwp)
- Worms Armageddon mission file (*.wam)
- Game configuration (registry/INI settings)
Other
- Replay file (*.WAgame)
- Speech soundbank
First Generation File Formats
Worms
Graphics
- Colour map (*.wrm)
Misc.
Worms: Reinforcements / United
Graphics
- Colour map (*.pcx)
Configuration
- Team file (*.cfg)
Misc.
- Speech soundbanks (*.sfx)
Worms: The Directors Cut
Graphics
- DIY terrain (*.diy)
- Monochrome map (*.gft)
- Mountain set (*.mnt)
- Colour map (*.wrm and *.wrm16)
Configuration
- Options file (*.opt)
- Team file (no extension)
Misc.
- Speech soundbanks
- TWSTUFF (TW*)
External Links
- Syroot.Worms - a .NET library loading and saving second generation file formats