Recent Posts

Pages: 1 ... 8 9 [10]
91
Definitions DB change log / Re: Current - Year 2023
« Last post by Mark0 on December 27, 2023, 03:14:46 AM »
Added:
  • Playdate Info ()
  • XCar 3D model (3D)
  • 3D_Core ObjDef format (DATA)
  • IBM PS/55 MKKC Dictionary (v3.x) (DCT)
  • Turbo C Context (DSK)
  • 32bit DOS Executable Watcom C + DOS/4G(W) (EXE)
  • Peters Plus Sprinter Executable (EXE)
  • XCar Font (FNT)
  • XCar Graphics (GXA)
  • Pyra application installation package (compressed) (DBP)
  • MandelBlitz IFF Mandelbrot bitmap (MAN)
  • Wreckin Crew level Map (MAP)
  • Playdate Audio (PDA)
  • Playdate Image (PDI)
  • Playdate localized Strings (PDS)
  • Playdate images Table (PDT)
  • Playdate container/executable (PDZ)
  • Playdate Font (PFT)
  • Pandora application installation package (compressed) (PND)
  • Pandora application installation package (non compressed) (PND)
  • Orao Tape image (TAP)
92
Definitions DB change log / Re: Current - Year 2023
« Last post by Mark0 on December 23, 2023, 02:55:34 AM »
Added:
  • Crytek asset ()
  • Wheel binary package format Metadata (v2.x) ()
  • Wheel binary package format info (v1.0) ()
  • Afterlife game data (000)
  • Afterlife saved game (ALF)
  • Mixxx keyboard configuration (CFG)
  • YAB! Baseball game data (DAT)
  • Light-Flowcharter diagram (FLW)
  • Light-Flowcharter Font (FON)
  • Light-Flowcharter Icon (ICN)
  • Stac Electronics Archive Format (SAF)
  • Light-Flowcharter Serial number (SL)
  • Mixxx MIDI preset (XML)
  • Mixxx controller preset (XML)
93
Definitions DB change log / Re: Current - Year 2023
« Last post by Mark0 on December 21, 2023, 03:48:15 AM »
Updated:
  • Windows Help Full-Text Search index (FTS)
Added:
  • Ablex game data (BCS)
  • Anjoy Vision IP camera firmware (BIN)
  • Makkoya Configuration (CFG)
  • Makkoya COD (COD)
  • Makkoya palette (COL)
  • Makkoya CSF (CSF)
  • 7 Colors game data archive (DAT)
  • Asmodeus Data (DAT)
  • Asmodeus audio/sound (DAT)
  • Asmodeus energy (DAT)
  • Asmodeus monsters data (DAT)
  • Asmodeus speech (DAT)
  • Asmodeus weapons data (DAT)
  • Sentinel Returns game data (DB)
  • Makkoya Font (FNT)
  • Makkoya Font (alt.) (FNT)
  • Windows Help Full-Text search Group (FTG)
  • Gamos Packed File game data archive (GPF)
  • Zoop game graphics (IMX)
  • Private Wars Material script (MAT)
  • Makkoya POS (POS)
  • Zapper In Neverwhere saved game (POS)
  • Road Wars Resource game data (RES)
  • Private Wars 3D Object (SCO)
  • Makkoya Scenery (SCR)
  • MySQL dump (SQL)
  • Asmodeus Table (TAB)
  • Asmodeus audio/sound Table (TAB)
  • Asmodeus monsters Table (TAB)
  • Asmodeus speech Table (TAB)
  • Asmodeus weapons Table (TAB)
  • Road Wars Track data (TRK)
  • Web Archive Collection Zipped (WACZ)
94
Thanks Jörg!
95
Hello trid users,

some days ago i handled files in context of old Window help system.
So in this session i will handle files with suffix FTS and FTG.

The files are typically found in same directory as corresponding HLP file.
The samples are created by Microsoft Help tool winhlp32.exe.

So i run trid utility on my examples. The FTS samples are recognized and are
described correctly as "Windows Help Full-Text Search index file" without mime
type and reference by fts.trid.xml. The few FTG samples are not recognized and
are described as "Unknown!" (see appended trid-v-old.txt in output).

For comparison reason i also run the file format identification utility DROID
(See https://sourceforge.net/projects/droid/). Here the samples are not
recognized.

For comparison reason i also run file command (version 5.45) on such
samples. Here also the FTS samples are recognized and described correctly as
"MS Windows help Full Text Search index" Also the corresponding HLP full file
name is shown (see appended output/file-5.45.txt). The mime type here is
application/x-winhelp-fts (see appended file-i-5.45.txt in output). The
correct file name suffix is here also shown for FTS samples (see appended
file-ext-5.45.txt in output). The FTG samples (like winhlp32.FTG.GID) are not
recognized and therefor described with generic application/octet-stream mime
type as "data".

On Linux according to shared MIME-info database samples with FTS suffix are
called "FITS document" with acronym "Flexible Image Transport System". But
that is another file format.

Luckily i found on the net information parts about Windows HELP. Of course no
official from Microsoft. And this applies also to related search files with
suffix FTS and FTG. So i choose page on Wikipedia. So i use this as
reference. That is expressed inside updated definition by line like:
   <RefURL>https://en.wikipedia.org/wiki/WinHelp</RefURL>

In current definition no mime type is listed. So i choose user defined type
listed by file command. That is expressed by line like:
      <Mime>application/x-winhelp-fts</Mime>

The file command list also the full name of corresponding HLP file (like
"C:\TMP.TMP\hlp\htmhlp98.hlp"). Apparently this is stored at offset 16. So i
mention my observation in remark line because these facts become relevant when
considering FTG samples.

The description of FTS mainly happen by characteristic 4 byte pattern at the
beginning. That is expressed by XML construct that looks like:

   <Bytes>74664D52</Bytes>
   <ASCII> t f M R</ASCII>

On Wikipedia beside FTS suffix also FTG is listed as Full Text Search of
WinHelp. So i looked on my systems for such files. Unfortunately i found only
few samples. Many (like CTRLREF.FTG SETUPWIZ.FTG) are empty. So file size is
0, but many (like CTRLREF.FTG SETUPWIZ.FTG) contain just an empty line (
Carriage Return Line-Feed). So file size is 2. So in the end i got only one
real sample (like winhlp32.FTG).

So i generate ftg.trid.xml manually. At offset 16 here also full file name is
stored but here instead of HLP FTS is referenced. So i mention fact in remark
line. This fact is expressed inside global strings section by line like:
   <String>.FTS</String>

When searching on the net for difference then the phrase group is
mentioned. So compared with fts.trid.xml this fact is expressed by line like:

   <FileType>Windows Help Full-Text search Group file</FileType>

And compared with fts.trid.xml i choose another user defined mime type. That
is expressed by line like:
   <Mime>application/x-winhelp-ftg</Mime>

In the starting 4 byte pattern letter g no instead of t is used compared with
fts.trid.xml. So this is expressed by XML construct like:
   <Bytes>67664D52</Bytes>
   <ASCII> g f M R</ASCII>
   <Pos>0</Pos>

With this new trid definition now all my real help Windows Help Full-Text
search samples are described; also the Group samples (*.FTG). And now more
details are shown.

TrID definition, some samples and output are stored in archive fts_ftg.zip. I
hope that my definitions can be used in future version of triddefs.

With best wishes
Jörg Jenderek
96
Definitions DB change log / Re: Current - Year 2023
« Last post by Mark0 on December 19, 2023, 03:11:57 AM »
Updated:
  • Workflow Petri Net Designer project (PNML)
Added:
  • Windows Help Annotation (ANN)
  • BAR game data archive (BAR/DFW)
  • MechWarrior 2 mission data (BWD)
  • DESQview/X colors Configuration (CFG)
  • Windows Help index (GID)
  • DESQview/X Group (GRP)
  • DESQview/X Help (HLP)
  • DESQview/X Layout (LYT)
  • MechWarrior 2 demo data (MW2)
  • Microsoft Test compiled P-Code (v3.0) (PCD)
  • Petri Net XML (PNML)
  • MechWarrior 2 game data (PRJ)
  • DESQview/X Print Manager driver (PTM)
  • Microsoft Test Screen (SCN)
  • InfoSpotter Template (SPT)
  • Windows NT Registry Hive (Windows Firewall) (WFW)
Deleted:
  • GID Help index (GID)
97
TrID File Identifier / Re: gid.trid.xml replacing gid_idx.trid.xml for GID Help inde
« Last post by Mark0 on December 19, 2023, 02:46:40 AM »
Thanks!
98
TrID File Identifier / Re: bmk.trid.xml for Windows HELP bookmark; misidentified
« Last post by Mark0 on December 19, 2023, 02:39:36 AM »
Thanks!
Unfortunately I tried to refine the definition with a couple other BMK files, including one from Windows XP, and most of the patterns disappear leaving something too little different from a normal HLP file.
100
TrID File Identifier / Re: ann.trid.xml for Windows HELP File annotation ; misidentified
« Last post by Mark0 on December 19, 2023, 02:12:37 AM »
Thanks!
Pages: 1 ... 8 9 [10]