EFD (File Format): Difference between revisions
From Wexos's Wiki
Jump to navigationJump to search
(Created page with "{{under-construction}} '''EFD''' is a kind of excel_header filetype used in Mario Kart Arcade GP DX. It contains data related to effects and defines areas, used together with EFC files in order to define culling sections. == Data Structure == The file contains may contain up to 8 entries. {|class=wikitable |+ Structure Header (from excel_header) ! Offset !! Type !! Description |- | 0x10 || Byte || '''Number of #Effect Area|Ef...") |
(No difference)
|
Latest revision as of 01:53, 6 July 2025
Under Construction
This article is not finished. Help improve it by adding accurate information or correcting grammar and spelling.
EFD is a kind of excel_header filetype used in Mario Kart Arcade GP DX. It contains data related to effects and defines areas, used together with EFC files in order to define culling sections.
Data Structure
The file contains may contain up to 8 entries.
| Offset | Type | Description |
|---|---|---|
| 0x10 | Byte | Number of Effect Areas. |
| 0x11 | Byte[7] | Number of Effect Data Entries. |
Effect Area
Each effect area is 0x18 bytes long and its index corresponds to the index of each culling area from the track's EFC file.
| Offset | Type | Description |
|---|---|---|
| 0x00 | Int32[6] | Unknown. |
Effect Data Entry
Each entry is 0x54 bytes long.
| Offset | Type | Description |
|---|---|---|
| 0x00 | Float[19] | Unknown. |
| 0x4C | Int32 | Unknown. |
| 0x50 | Int32 | Unknown. |
Tools
The following tools can handle EFD files:
- (none)