From 937e2e4aff50cedfee5be33d2f3999c5e47acb79 Mon Sep 17 00:00:00 2001 From: mauserzjeh Date: Sat, 4 Jun 2022 20:09:08 +0200 Subject: [PATCH] update readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 6d028da..c6ff091 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ Blender add-on for importing various Call of Duty assets via the game files. - Call of Duty 2 - D3DBSP - Compiled map files - XModel - Compiled models +- Call of Duty 4 Modern Warfare + - XModel - Compiled models ## Installation & setup First of all, extract all the necessary game specific contents. Make sure to have the exact same folder structure as they have originally. @@ -42,6 +44,18 @@ Files can be found inside the .iwd files. ├── xmodelparts/ └── xmodelsurfs/ ``` +### Call of Duty 4 Modern Warfare +Images can be found inside the .iwd files. The rest of the assets can be acquired by installing modtools. +``` + . + ├── images/ + ├── materials/ + ├── xanim/ + ├── xmodel/ + ├── xmodelalias/ + ├── xmodelparts/ + └── xmodelsurfs/ +``` - [Download the latest release](https://github.com/mauserzjeh/cod-asset-importer/releases/latest) - Launch Blender