DIV Games Studio
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Game data files |extensions={{ext|map}}, {{ext|fpg}}, {{ext|pal}}, {{ext|fnt}}, others |released=~1998 }} '''DIV Games Studio''' is...") |
|||
Line 10: | Line 10: | ||
== Formats == | == Formats == | ||
− | + | Some native formats that all have a similar signature style are listed below. "ID" refers to the bytes at the start of the file. | |
− | + | ||
− | + | {| class="wikitable" | |
− | + | !ID !! Fmt. type !! Remarks | |
− | + | |- | |
+ | |<code>map</code> || single image || | ||
+ | |- | ||
+ | |<code>fpg</code> || image archive || | ||
+ | |- | ||
+ | |<code>f16</code> || image archive || 16 bits/pixel variant of FPG. Possibly a third-party extension. | ||
+ | |- | ||
+ | |<code>fnt</code> || font || | ||
+ | |- | ||
+ | |<code>pal</code> || color palette || | ||
+ | |- | ||
+ | |<code>dtf</code> || ? || | ||
+ | |- | ||
+ | |<code>dcb</code> || Fenix bytecode (?) || Third-party extension. | ||
+ | |} | ||
== Identification == | == Identification == | ||
− | Most of the formats start with three lowercase ASCII characters reflecting the filename extension | + | Most of the formats start with three lowercase ASCII characters, usually reflecting the filename extension. Refer to the table above. |
+ | |||
+ | At offset 3 are bytes {{magic|0x1a 0x0d 0x0a 0x00}}, then a one-byte version number that's often {{magic|0x00}}. | ||
== Specifications == | == Specifications == | ||
Line 25: | Line 41: | ||
* [https://winworldpc.com/product/div-games-studio/1x DIV Games Studio], at WinWorld | * [https://winworldpc.com/product/div-games-studio/1x DIV Games Studio], at WinWorld | ||
* [https://archive.org/details/Joystick_Magazine_-_Numero_CD_123_-_Fevrier_2001 Joystick 123] → joycd123_2.iso → Data/sharewares/Utilitaires/div_trial.zip | * [https://archive.org/details/Joystick_Magazine_-_Numero_CD_123_-_Fevrier_2001 Joystick 123] → joycd123_2.iso → Data/sharewares/Utilitaires/div_trial.zip | ||
+ | |||
+ | == Sample files == | ||
+ | * [{{DiscMasterURL|view/22690/joycd123_2.iso/Data/sharewares/Utilitaires/div_trial.zip/div%20installer/Data/MAP/BACKGRN/ART1.MAP}} ART1.MAP] | ||
+ | * [{{DiscMasterURL|view/22690/joycd123_2.iso/Data/sharewares/Utilitaires/div_trial.zip/div%20installer/Data/INSTALL.FPG}} INSTALL.FPG] (fpg) | ||
+ | * [{{DiscMasterURL|view/16445/Retro%20Gamer%2009.iso/Remakes%20Competition%202004/battle_city_remake.zip/RELEASE/FPG/powerups.fpg}} powerups.fpg] (f16) | ||
+ | * [{{DiscMasterURL|view/22690/joycd123_2.iso/Data/sharewares/Utilitaires/div_trial.zip/div%20installer/Data/PAL/DIV.PAL}} DIV.PAL] | ||
+ | * [{{DiscMasterURL|view/22690/joycd123_2.iso/Data/sharewares/Utilitaires/div_trial.zip/div%20installer/Data/INSTALL1.FNT}} INSTALL1.FNT] | ||
+ | * [{{DiscMasterURL|view/12544/PCMania%20CD84_1.iso/Div2/Data/system/SESSION.DTF}} SESSION.DTF] | ||
+ | * [{{DiscMasterURL|view/16445/Retro%20Gamer%2009.iso/Remakes%20Competition%202004/battle_city_remake.zip/RELEASE/battlecity.dcb}} battlecity.dcb] | ||
== Links == | == Links == |
Revision as of 14:00, 23 April 2025
DIV Games Studio is a video game creation application originally developed by Hammer Technologies. It has a number of native data file formats.
It was originally for DOS. Later versions support other platforms.
Contents |
Formats
Some native formats that all have a similar signature style are listed below. "ID" refers to the bytes at the start of the file.
ID | Fmt. type | Remarks |
---|---|---|
map |
single image | |
fpg |
image archive | |
f16 |
image archive | 16 bits/pixel variant of FPG. Possibly a third-party extension. |
fnt |
font | |
pal |
color palette | |
dtf |
? | |
dcb |
Fenix bytecode (?) | Third-party extension. |
Identification
Most of the formats start with three lowercase ASCII characters, usually reflecting the filename extension. Refer to the table above.
At offset 3 are bytes 0x1a 0x0d 0x0a 0x00
, then a one-byte version number that's often 0x00
.
Specifications
- https://github.com/vii1/DIV/wiki/Formatos-de-archivo (in Spanish)
Software
- DIV Games Studio, at WinWorld
- Joystick 123 → joycd123_2.iso → Data/sharewares/Utilitaires/div_trial.zip