Skip to content

Commit

Permalink
Merge branch 'develop' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
mauserzjeh committed Jun 4, 2022
2 parents f52c248 + 937e2e4 commit bee682a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bee682a

Please sign in to comment.