Update 'File Type: Texture'
parent
3530a6dc88
commit
6770534592
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ Case 1:
|
|||
|
||||
```
|
||||
header {
|
||||
unknown_1 == 0,
|
||||
unknown_1 == 0,
|
||||
size > 0,
|
||||
unknown_2 == 1,
|
||||
len_data_file_name == 31
|
||||
|
@ -15,14 +15,14 @@ Case 2:
|
|||
|
||||
```
|
||||
header {
|
||||
unknown_1 == 1,
|
||||
unknown_1 == 1,
|
||||
size == 30,
|
||||
unknown_2 == 1,
|
||||
len_data_file_name == 0
|
||||
}
|
||||
```
|
||||
|
||||
`data` is a file path in `data/`. The file name will be without extension, ends with `0x0` and will be filled up by `0xff`s until `header.size` (usually 5).
|
||||
`data` is a file path in `data/`. The file name will be without extension, ends with `0x0` and will be filled up by `0x66`s until `header.size` (usually 5).
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue