From c63c717d2615585b13ab9952c2d8fa629e4979cd Mon Sep 17 00:00:00 2001 From: coco875 Date: Sat, 31 Aug 2024 21:51:02 +0200 Subject: [PATCH] Create README.MD --- models/README.MD | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 models/README.MD diff --git a/models/README.MD b/models/README.MD new file mode 100644 index 000000000..9fc2273bc --- /dev/null +++ b/models/README.MD @@ -0,0 +1,10 @@ +# Model Extract +this folder contain all element to extract interesting Gfx + +## Instruction +you need blender between 3.6 and 4.2.1 + +run `make model_extract -j` to extract assets in multithreaded + +## Organisation +In Tracks there is all track json and folder (once extracted). In each track folder you can find three folder objects, sections, preview. Objects are all assets who are use for object/actor. Sections are all sections reference in a Gfx list who are use with render_course_segments. And preview are the version of the track who are use in func_8029569C who the complete track or a big part (some are broken). \ No newline at end of file