00 System.pak: Difference between revisions

From Spiral Framework
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:00_System.pak}}
{{File
{{File
|FORMAT = [[PAK]]
|FORMAT = [[PAK]]
Line 8: Line 10:
}}
}}


{{todo|Is this used in DRV3?}}
{{todo|Is a similar system used in DRV3?}}


'''23_Anagram.pak''' is a PAK file responsible for containing the "Do you want to save the data?" text.
'''00_System.pak''' is a PAK file responsible for containing the "Do you want to save the data?" text. It also holds several files holding only the text "???" and four files containing nothing.
Each file inside is null terminated text encoded with UTF-16 with BOM. Some files are not used.
Each file inside is null terminated text encoded with UTF-16 with BOM. Some files are not used.


Line 24: Line 26:
|0-4
|0-4
|???
|???
|Purpose unknown.
|Purpose unknown. {{todo|Figure out purpose (if any).}}
|-
|-
|5
|5
|Do you want to save the data?
|Do you want to save the data?
|{{todo|Is this actually used?}}
|{{todo|Is this actually used? Why is it in such a strange place?}}
|-
|-
|6-18
|6-18
|???
|???
|Purpose unknown.
|Purpose unknown. {{todo|Figure out purpose (if any).}}
|-
|-
|19-22
|19-22

Latest revision as of 14:42, 11 January 2019


00 System.pak
FormatPAK
SystemAll
Applicable TitlesDanganronpa: Trigger Happy Havoc and Danganronpa 2: Goodbye Despair
Containing WADdata_us
Path relative to rootdata/us/script/
Hmmm...
To do:
Is a similar system used in DRV3?

00_System.pak is a PAK file responsible for containing the "Do you want to save the data?" text. It also holds several files holding only the text "???" and four files containing nothing. Each file inside is null terminated text encoded with UTF-16 with BOM. Some files are not used.


PAK Contents (Trigger Happy Havoc)

PAK Contents
File Contents Notes
0-4 ??? Purpose unknown.
Hmmm...
To do:
Figure out purpose (if any).
5 Do you want to save the data?
Hmmm...
To do:
Is this actually used? Why is it in such a strange place?
6-18 ??? Purpose unknown.
Hmmm...
To do:
Figure out purpose (if any).
19-22 Null terminator Unused.

PAK Contents (Goodbye Despair)

Hmmm...
To do:
Get contents for DR2, they're probably the same