DIV Games Studio
From Just Solve the File Format Problem
(Difference between revisions)
(→Identification) |
(→Software) |
||
(3 intermediate revisions by one user not shown) | |||
Line 41: | Line 41: | ||
== Software == | == Software == | ||
+ | DIV Games Studio: | ||
* [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 | ||
+ | Other: | ||
+ | * [[XnView]] | ||
+ | * {{Deark}} | ||
== Sample files == | == Sample files == | ||
Line 52: | Line 56: | ||
* [{{DiscMasterURL|view/12544/PCMania%20CD84_1.iso/Div2/Data/system/SESSION.DTF}} SESSION.DTF] | * [{{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] | * [{{DiscMasterURL|view/16445/Retro%20Gamer%2009.iso/Remakes%20Competition%202004/battle_city_remake.zip/RELEASE/battlecity.dcb}} battlecity.dcb] | ||
+ | * {{DexvertSamples|archive/divGamesStudioGraphicsLibrary}} | ||
+ | * {{DexvertSamples|image/divGamesStudioMap}} | ||
== Links == | == Links == |
Latest revision as of 17:20, 2 July 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 |
[edit] 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. |
[edit] Identification
Most of the formats start with three lowercase ASCII characters, usually reflecting the filename extension. Refer to the table above.
In most cases, at offset 3 are bytes 1a 0d 0a 00
, then a one-byte version number that's often 00
.
Exception: For DCB format, the bytes at offset 3 start with 0d 0a 1f
.
[edit] Specifications
- https://github.com/vii1/DIV/wiki/Formatos-de-archivo (in Spanish)
[edit] Software
DIV Games Studio:
- DIV Games Studio, at WinWorld
- Joystick 123 → joycd123_2.iso → Data/sharewares/Utilitaires/div_trial.zip
Other:
[edit] Sample files
- ART1.MAP
- INSTALL.FPG (fpg)
- powerups.fpg (f16)
- DIV.PAL
- INSTALL1.FNT
- SESSION.DTF
- battlecity.dcb
- dexvert samples — archive/divGamesStudioGraphicsLibrary
- dexvert samples — image/divGamesStudioMap