mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-16 20:17:30 +08:00
parent
92bdf65d7f
commit
86044e2c89
@ -62,7 +62,7 @@ The main formats when it comes to rendering GTAV content are:
|
|||||||
`.ydd` - Drawable Dictionary - A collection of Drawables packed into a single file.
|
`.ydd` - Drawable Dictionary - A collection of Drawables packed into a single file.
|
||||||
`.yft` - Fragment - Contains a Drawable, along with other metadata for example physics data.
|
`.yft` - Fragment - Contains a Drawable, along with other metadata for example physics data.
|
||||||
|
|
||||||
The content Assets are pieced together to create the GTAV world via MapTypes (Archetypes) and MapData (Entity placements). At a high level, Archeypes define objects that are placeable, and Entities define where those objects are placed to make up the world. The collision mesh data for the world is stored in Bounds files.
|
The content Assets are pieced together to create the GTAV world via MapTypes (Archetypes) and MapData (Entity placements). At a high level, Archetypes define objects that are placeable, and Entities define where those objects are placed to make up the world. The collision mesh data for the world is stored in Bounds files.
|
||||||
|
|
||||||
### The formats for these are:
|
### The formats for these are:
|
||||||
`.ytyp` - MapTypes - Contains a group of MapTypes (Archetypes), each defining an object that could be placed.
|
`.ytyp` - MapTypes - Contains a group of MapTypes (Archetypes), each defining an object that could be placed.
|
||||||
|
Loading…
Reference in New Issue
Block a user