Microsoft Comic Chat

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Software)
(Identification)
 
Line 26: Line 26:
  
 
== Identification ==
 
== Identification ==
AVB v2.1: Files begin with (hex) byte pattern {{magic|81 00 ?? 00 01 00}}. The only known values for the "??" byte are <code>01</code> and <code>02</code>. The next two bytes (offset 6) might always be {{magic|01 00}}, though this is not a signature -- it's a tag for the "Name" chunk that appears first in the file.
+
AVB v2.1: Files begin with (hex) byte pattern {{magic|81 00 ?? 00 01 00}}, where the "??" byte is <code>01</code> or <code>02</code>. The next two bytes (offset 6) might always be {{magic|01 00}}, though this is not a signature -- it's a tag for the "Name" chunk that (always?) appears first in the file.
  
AVB v2.5: Files begin with {{magic|81 81 ?? 00 02 00}}. The only known values for the "??" byte are <code>01</code> and <code>02</code>.
+
AVB v2.5: Files begin with {{magic|81 81 ?? 00 02 00}}, where the "??" byte is <code>01</code> or <code>02</code>.
  
BGB v2.5: Files begin with {{magic|81 81 03 00 02 00}}.
+
BGB v2.5: Files begin with {{magic|81 81 03 00 02 00}}. The byte at offset 7 (the high byte of the first tag ID) might always be <code>01</code>.
  
 
All files normally end with bytes {{magic|07 00}}.
 
All files normally end with bytes {{magic|07 00}}.

Latest revision as of 16:29, 7 July 2024

File Format
Name Microsoft Comic Chat
Ontology
Extension(s) .avb, .bgb
Released 1996

Microsoft Comic Chat was an IRC chat client that tried to represent a chat in the style of a comic book, with participants as graphical characters and their messages displayed in speech bubbles. It could use custom background and character graphics, given the extensions ".bgb" and ".avb", respectively. Characters and backgrounds were initially greyscale, but version 2.1 allowed the inclusion of color.[1] It was conceived, and its development led, by David Kurlander.[2] Comic Chat was released 1996 and last updated in 1999.[3]

Contents

[edit] Format details

(Information here is unofficial.)

A file consists of a 6-byte header, followed by a sequence of tagged "chunks", followed by a data section sandwiched between tags 06 00 and 07 00.

There seem to be two major versions of the format:

  • The format used by Comic Chat v1.0-2.1. The format version number is 1, but we'll call it "v2.1" format.
  • The format used by Comic Chat v2.5. The format version number is 2, but we'll call it "v2.5" format.

The format version number is at offset 4-5.

It's not clear what the field at offset 2-3 is for. It could be something like a minor version, or file type, or to distinguish official and custom characters.

V2.1 files contain images in BMP format, though not necessarily interpreted in the standard way.

In v2.5 files, the image data is compressed with zlib.

[edit] Identification

AVB v2.1: Files begin with (hex) byte pattern 81 00 ?? 00 01 00, where the "??" byte is 01 or 02. The next two bytes (offset 6) might always be 01 00, though this is not a signature -- it's a tag for the "Name" chunk that (always?) appears first in the file.

AVB v2.5: Files begin with 81 81 ?? 00 02 00, where the "??" byte is 01 or 02.

BGB v2.5: Files begin with 81 81 03 00 02 00. The byte at offset 7 (the high byte of the first tag ID) might always be 01.

All files normally end with bytes 07 00.

[edit] Software

[edit] Sample Files

Various:

AVB v2.1:

  • Most files at [1], "Add-On Characters" section
  • MSCHAT2.CAB → *.avb

AVB v2.5:

BGB:

[edit] Links

[edit] References

  1. https://www.mermeliz.com/cchars.htm#mschat21
  2. https://kurlander.net/DJ/Projects/ComicChat/resources.html
  3. Wikipedia:Microsoft Comic Chat
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox