Robertvokac (talk | contribs) No edit summary |
Robertvokac (talk | contribs) No edit summary |
||
Line 53: | Line 53: | ||
|} | |} | ||
== Standard MIDI == | |||
== Microsoft Wave audio == | |||
== Microsoft bitmap image == | |||
== Binary format for levels == | |||
== Binary format for saves == | |||
== Binary format for user info == | |||
== Binary format for demos == | |||
Note: Source code of Planet Blupi may | Note: Source code of Planet Blupi may contain information, how demo format in Speedy Blupi works. | ||
* https://github.com/blupi-games/planetblupi | |||
== Plain text == |
Revision as of 18:50, 24 August 2024
BLP is the file extension used for most data files in Speedy Blupi and Speedy Blupi 2.
- This extension is also used in other Epsitec SA games, although the format may differ.
BLP will be superseded by the EGT binary format in Open Eggbert.
BLP file extension includes various file formats
File path | Format | Common extension | Note |
---|---|---|---|
sound/music*.blp | Standard MIDI | mid | |
sound/sound*.blp | Microsoft Wave audio | wav | |
image/*, image08/*, image16/* | Microsoft bitmap image | bmp | |
data/world*.blp, data\u*-*.blp | Binary format for worlds (levels, missions) | Custom-made world format, related extension: XCH | |
data/s*-*.blp | Binary format for saves | Custom-made world format | |
data/info*.blp | Binary format for user info | Custom-made world format | |
data/demo*.blp | Binary format for demos | Custom-made world format | |
data/bench.blp, data/time.blp | Plain text | ini, txt |
Standard MIDI
Microsoft Wave audio
Microsoft bitmap image
Binary format for levels
Binary format for saves
Binary format for user info
Binary format for demos
Note: Source code of Planet Blupi may contain information, how demo format in Speedy Blupi works.