HamsterSpeak compiled file
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |extensions={{ext|hs}}, {{ext|hsp}} }} Category:Hamster archive based formats A compiled HamsterSpeak program is commonly found in...") |
Dan Tobias (Talk | contribs) |
||
Line 1: | Line 1: | ||
{{FormatInfo | {{FormatInfo | ||
|formattype=electronic | |formattype=electronic | ||
+ | |subcat=Executables | ||
|extensions={{ext|hs}}, {{ext|hsp}} | |extensions={{ext|hs}}, {{ext|hsp}} | ||
}} | }} |
Latest revision as of 05:57, 13 October 2021
A compiled HamsterSpeak program is commonly found inside of a OHRRPGCE file; in that case it has .HSP
extension. It is itself a Hamster archive, being nested inside another Hamster archive in this case.
[edit] Identification
The first lump is always named "HS
", and its data is shorter than 64K and starts with the text "HamsterSpeak
". This means that the first five bytes will always be "48 53 00 00 00
" followed by two variable bytes and then ASCII text "HamsterSpeak
".