DAT (Animation Game System): Difference between revisions
Jump to navigation
Jump to search
Created page with "[[Category::archive]]" |
|||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:: | [[Category:Archives]] | ||
Used in the following game(s): | |||
* In Series | |||
* Love Fetish | |||
* まほたま | |||
== Structure == | |||
{| class="wikitable" | |||
!colspan="15"|Header | |||
|- | |||
! Size !! Content !! Description | |||
|- | |||
| 4 Bytes|| Magic/ID || | |||
|- | |||
| 2 Bytes|| File Count || | |||
|} | |||
{| class="wikitable" | |||
!colspan="15"|Index Entry | |||
|- | |||
! Size !! Content !! Description | |||
|- | |||
| 16 Bytes|| File Name || | |||
|- | |||
| 4 Bytes|| Offset || | |||
|- | |||
| 4 Bytes|| File Size || | |||
|} | |||
== Notes == | |||
Game engine will attempt to load from *.dat first before falling back on to loading from a folder of the same name as *.dat (excluding extension). | |||
== Tools == | |||
[https://orin.page/projects/code/agstools/releases Releases] |
Latest revision as of 22:26, 7 June 2020
Used in the following game(s):
- In Series
- Love Fetish
- まほたま
Structure
Header | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Size | Content | Description | ||||||||||||
4 Bytes | Magic/ID | |||||||||||||
2 Bytes | File Count |
Index Entry | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Size | Content | Description | ||||||||||||
16 Bytes | File Name | |||||||||||||
4 Bytes | Offset | |||||||||||||
4 Bytes | File Size |
Notes
Game engine will attempt to load from *.dat first before falling back on to loading from a folder of the same name as *.dat (excluding extension).