Difference between revisions of "ARC (VN Temp 1)"

From Game Research Wiki
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 10: Line 10:
* ユメミルクスリ
* ユメミルクスリ


== Structure ==
{| class="wikitable"
{| class="wikitable"
!colspan="15"|Header
!colspan="15"|Header
|-
|-
! Size !! Content
! Size !! Content !! Description
|-
| 4 Bytes || Number of formats ||
|-
|-
| 4Bytes || Number of formats
|}
{| class="wikitable"
!colspan="15"|Format Entry
!colspan="15"|Format Entry
|-
|-
! Size !! Content
! Size !! Content !! Description
|-
|-
| 4Bytes || Name of formats
| 4 Bytes || Name of formats ||
|-
|-
| 4Bytes || File Count
| 4 Bytes || File Count ||
|-
| 4 Bytes || Index Offset ||
|-
|-
| 4Bytes || Index Offset
|}
{| class="wikitable"
!colspan="15"|Index Entry
!colspan="15"|Index Entry
|-
|-
! Size !! Content
! Size !! Content !! Description
|-
|-
| 9Bytes || File Name
| 9 Bytes || File Name || 8 bytes + null
|-
|-
| 4Bytes || File size
| 4 Bytes || File size ||
|-
|-
| 4Bytes || File offset
| 4 Bytes || File offset ||
|}
|}
Index entries are group together based on formats defined above in the order as they appear.
== Tools ==
-n/a-

Latest revision as of 23:18, 5 October 2016

Used in the following game(s):

  • Critical Point
  • Gibo
  • I/O‐revisionⅡ
  • Little My Maid
  • Princess Waltz
  • Snow Drop
  • Water Closet
  • ユメミルクスリ

Structure

Header
Size Content Description
4 Bytes Number of formats
Format Entry
Size Content Description
4 Bytes Name of formats
4 Bytes File Count
4 Bytes Index Offset
Index Entry
Size Content Description
9 Bytes File Name 8 bytes + null
4 Bytes File size
4 Bytes File offset


Index entries are group together based on formats defined above in the order as they appear.

Tools

-n/a-