-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
icon: material/camera-off | ||
--- | ||
|
||
# :material-camera-off: CfCt - Camera Fade Table | ||
|
||
`.cfct` controls entity fading parameters during photo mode. | ||
|
||
This file is a [FlatBuffer](https://flatbuffers.dev/) file. | ||
|
||
* [Flatbuffer Schema](https://github.com/Nenkai/GBFRDataTools/blob/master/GBFRDataTools.FlatBuffers/CfCt_CameraFadeTable.fbs) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
icon: material/progress-download | ||
--- | ||
|
||
# :material-progress-download: StPr - Streaming Prefetch | ||
|
||
`.stpr` files are used to indicate which textures and entities should be preloaded within the specified [quest](../quest_ids.md). | ||
|
||
This file is a [FlatBuffer](https://flatbuffers.dev/) file. | ||
|
||
* [Flatbuffer Schema](https://github.com/Nenkai/GBFRDataTools/blob/master/GBFRDataTools.FlatBuffers/StPr_StreamingPrefetch.fbs) | ||
|
||
--- | ||
|
||
## ObjectPreloadRequest | ||
|
||
Contains the list of [entities/objects](../re/obj_id.md) that should be loaded. | ||
|
||
|
||
--- | ||
|
||
## TexturePreloadRequest | ||
|
||
Contains the list of granite textures that should be loaded. Their keys are hashes of granite texture files. | ||
|
||
For instance: | ||
|
||
``` | ||
XXHash64("a929045e256fa2e20c1785c65c09c2f540b09037bceba4df7769a9be95779bd7") | ||
``` | ||
|
||
Is equal to hash `804BD56EE16E60A1`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters