PR #187 but not #238 fix for English expert

This commit is contained in:
dexy 2024-07-11 10:00:27 +10:00
parent 92bdf65d7f
commit 86044e2c89

View File

@ -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.
`.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:
`.ytyp` - MapTypes - Contains a group of MapTypes (Archetypes), each defining an object that could be placed.