Update 'File Type: Texture'

Lucas Schwiderski 2023-03-04 11:32:14 +01:00
parent 3530a6dc88
commit 6770534592

@ -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).
---