Difference between revisions of "File formats"
From Worms Knowledge Base
(add soundbank wav extension parenthesis) |
|||
(38 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ParentArticle|[[Worms | + | {{ParentArticle|[[Worms 2]], [[Worms Armageddon]], [[Worms World Party]], [[Online Worms]], [[Worms World Party Aqua]], [[Worms]], or [[Worms: The Directors Cut]]}} |
Like most other games, Worms uses many proprietary file formats to store its data. | Like most other games, Worms uses many proprietary file formats to store its data. | ||
− | = | + | == Second Generation File Formats == |
− | == Graphics == | + | === Worms 2 === |
+ | ==== Graphics ==== | ||
* [[Graphics directory]] (*.dir) | * [[Graphics directory]] (*.dir) | ||
* [[Image file]] (*.img) | * [[Image file]] (*.img) | ||
Line 11: | Line 12: | ||
* [[Palette file]] (*.pal) | * [[Palette file]] (*.pal) | ||
* [[Monochrome map (Worms 2)|Monochrome map]] (*.lev) | * [[Monochrome map (Worms 2)|Monochrome map]] (*.lev) | ||
− | + | * [[Land Data file]] (*.dat) | |
− | == Configuration == | + | ==== Configuration ==== |
* [[Options file]] (*.opt) | * [[Options file]] (*.opt) | ||
* [[Weapons file]] (*.wep) | * [[Weapons file]] (*.wep) | ||
− | * [[ | + | * [[Worms 2 team file]] (*.st1) |
* [[Worms 2 mission file]] (*.dat) | * [[Worms 2 mission file]] (*.dat) | ||
− | + | === Worms Armageddon === | |
− | = Worms Armageddon = | + | ==== Graphics ==== |
− | + | ||
− | == Graphics == | + | |
* [[Graphics directory]] (*.dir) | * [[Graphics directory]] (*.dir) | ||
* [[Image file]] (*.img) | * [[Image file]] (*.img) | ||
* [[Sprite file]] (*.spr) | * [[Sprite file]] (*.spr) | ||
+ | * [[Sprite bank file]] (*.bnk) | ||
* [[Font file]] (*.fnt) | * [[Font file]] (*.fnt) | ||
* [[Palette file]] (*.pal) | * [[Palette file]] (*.pal) | ||
Line 32: | Line 32: | ||
* [[Custom team flag]] (*.bmp) | * [[Custom team flag]] (*.bmp) | ||
* [[Custom team grave]] (*.bmp) | * [[Custom team grave]] (*.bmp) | ||
− | + | ==== Configuration ==== | |
− | == Configuration == | + | |
* [[Game scheme file]] (*.wsc) | * [[Game scheme file]] (*.wsc) | ||
− | * [[Team file]] (*.wgt) | + | * [[Team file]] (*.wgt, *.wwp) |
* [[Worms Armageddon mission file]] (*.wam) | * [[Worms Armageddon mission file]] (*.wam) | ||
* [[Game configuration]] (registry/INI settings) | * [[Game configuration]] (registry/INI settings) | ||
− | + | ==== Other ==== | |
− | == Other == | + | |
* [[Replay file]] (*.WAgame) | * [[Replay file]] (*.WAgame) | ||
+ | * [[Soundbanks|Speech soundbank]] (*.wav) | ||
+ | |||
+ | == Mgame File Formats == | ||
+ | |||
+ | === Online Worms === | ||
+ | ==== Graphics ==== | ||
+ | * [[Land Data file]] (*.dat) | ||
+ | * [[Image file]] (*.img) | ||
+ | * [[KSF image directory]] (*.ksf) | ||
+ | * [[KSF image directory#Palettes|Palette file (Online Worms)]] (*.pal) | ||
+ | ==== Other ==== | ||
+ | * [[Mgame launcher configuration]] (in-memory) | ||
+ | |||
+ | === Worms World Party Aqua === | ||
+ | ==== Graphics ==== | ||
+ | * [[Land Data file]] (*.dat) | ||
+ | * [[Image graphics directory]] (*.igd) | ||
+ | * [[Image file]] (*.img) | ||
+ | * [[Layout part directory]] (*.lpd) | ||
+ | ==== Other ==== | ||
+ | * [[Mgame launcher configuration]] (in-memory) | ||
+ | |||
+ | == First Generation File Formats == | ||
+ | |||
+ | === Worms === | ||
+ | ==== Graphics ==== | ||
+ | * [[Colour map (First generation)|Colour map]] (*.wrm) | ||
+ | ==== Misc. ==== | ||
+ | * Speech soundbanks: | ||
+ | ** [[Soundbanks (first generation, Amiga)|Amiga]] | ||
+ | ** [[Soundbanks (first generation, MS-DOS)|MS-DOS]] (*.sfx) | ||
+ | * [[TWSTUFF]] (TW*) | ||
+ | |||
+ | === Worms: Reinforcements / United === | ||
+ | ==== Graphics ==== | ||
+ | * [[Colour map (First generation)|Colour map]] (*.pcx) | ||
+ | ==== Configuration ==== | ||
+ | * [[Team file (First generation)|Team file]] (*.cfg) | ||
+ | ==== Misc. ==== | ||
+ | * [[Soundbanks (first generation, MS-DOS)|Speech soundbanks]] (*.sfx) | ||
+ | |||
+ | === Worms: The Directors Cut === | ||
+ | ==== Graphics ==== | ||
+ | * [[DIY terrain]] (*.diy) | ||
+ | * [[Monochrome map (First generation)|Monochrome map]] (*.gft) | ||
+ | * [[Mountain set]] (*.mnt) | ||
+ | * [[Colour map (First generation)|Colour map]] (*.wrm and *.wrm16) | ||
+ | ==== Configuration ==== | ||
+ | * [[Options file (First generation)|Options file]] (*.opt) | ||
+ | * [[Team file (first generation)|Team file]] (no extension) | ||
+ | ==== Misc. ==== | ||
+ | * [[Soundbanks (first generation, Amiga)|Speech soundbanks]] | ||
+ | * [[TWSTUFF]] (TW*) | ||
+ | |||
+ | == External Links == | ||
+ | * [https://gitlab.com/Syroot/Worms Syroot.Worms] - a .NET library loading and saving second generation file formats | ||
+ | __NOTOC__ |
Latest revision as of 02:13, 7 March 2022
(Up to Worms 2, Worms Armageddon, Worms World Party, Online Worms, Worms World Party Aqua, Worms, or Worms: The Directors Cut)
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 (*.wav)
Mgame File Formats
Online Worms
Graphics
- Land Data file (*.dat)
- Image file (*.img)
- KSF image directory (*.ksf)
- Palette file (Online Worms) (*.pal)
Other
- Mgame launcher configuration (in-memory)
Worms World Party Aqua
Graphics
- Land Data file (*.dat)
- Image graphics directory (*.igd)
- Image file (*.img)
- Layout part directory (*.lpd)
Other
- Mgame launcher configuration (in-memory)
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