RenderWare binary stream file
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
m (Add Kaitai Struct schema) |
||
(2 intermediate revisions by one user not shown) | |||
Line 4: | Line 4: | ||
|extensions={{ext|dff}}, {{ext|txd}}, {{ext|rws}}, {{ext|bsp}}, {{ext|dma}}, {{ext|anm}} | |extensions={{ext|dff}}, {{ext|txd}}, {{ext|rws}}, {{ext|bsp}}, {{ext|dma}}, {{ext|anm}} | ||
|wikidata={{wikidata|Q29960668}} | |wikidata={{wikidata|Q29960668}} | ||
+ | |kaitai struct=renderware_binary_stream | ||
}} | }} | ||
A '''RenderWare binary stream file''' (also known as a DFF file for one of its common exensions, but it appears with other file extensions in other uses) is a hierarchically structured binary file used in game animations primarily in the Grand Theft Auto series. | A '''RenderWare binary stream file''' (also known as a DFF file for one of its common exensions, but it appears with other file extensions in other uses) is a hierarchically structured binary file used in game animations primarily in the Grand Theft Auto series. | ||
Line 13: | Line 14: | ||
* '''.anm''' for cutscene animations in GTA III | * '''.anm''' for cutscene animations in GTA III | ||
* '''.rws''', '''.bsp''', '''.dma''': Other extensions sometimes used for non-GTA games | * '''.rws''', '''.bsp''', '''.dma''': Other extensions sometimes used for non-GTA games | ||
+ | |||
+ | == See also == | ||
+ | * [[RenderWare object]] | ||
== Links == | == Links == | ||
* [https://gtamods.com/wiki/RenderWare_binary_stream_file GTAMODS wiki page] | * [https://gtamods.com/wiki/RenderWare_binary_stream_file GTAMODS wiki page] | ||
* [https://raw.githubusercontent.com/kaitai-io/kaitai_struct_formats/master/game/renderware_binary_stream.ksy Kaitai struct] | * [https://raw.githubusercontent.com/kaitai-io/kaitai_struct_formats/master/game/renderware_binary_stream.ksy Kaitai struct] | ||
+ | |||
+ | [[Category:Game data files]] |
Latest revision as of 17:47, 26 December 2024
A RenderWare binary stream file (also known as a DFF file for one of its common exensions, but it appears with other file extensions in other uses) is a hierarchically structured binary file used in game animations primarily in the Grand Theft Auto series.
Possible extensions include:
- .dff (Dive File Format), for GTA model files
- .txd for texture archives
- .anm for cutscene animations in GTA III
- .rws, .bsp, .dma: Other extensions sometimes used for non-GTA games