A fastfile unlinker and linker for various x64 Call of Duty titles.
- If you are interested in porting maps or assets from IW3/4/5, check Aurora's Map Porting IW3/4/5 -> H1
- If you are interested in porting maps or assets from newer Call of Duty games like H1, S1, H1, H2, or IW7, between each other, check Aurora's Map Porting (S1 <-> H1 <-> H2)
Imgui Based Gui utilizing MicaBlur for the background
- Dump Tab
- Build Tab
- Condole Tab
- CSV Editor
- IW6 (Call of Duty: Ghosts)
- S1 (Call of Duty: Advanced Warfare)
- T7 (Call of Duty: Black Ops 3) [dumping only]
- H1 (Call of Duty: Modern Warfare Remastered)
- H2 (Call of Duty: Modern Warfare 2 Campaign Remastered)
- IW7 (Call of Duty: Infinite Warfare) [no custom maps]
Check out the Aurora Zonetool Basics for useful guides & information on how to port maps and use zonetool.
-
loadzone <zone>: Loads a zone -
unloadzones: Unloads zones -
verifyzone <zone>: Lists assets in a zone -
dumpzone <zone>: Dumps a zone -
dumpzone <target game> <zone> <asset filter>: Dumps a zone converting assets for a specific game -
dumpasset <type> <name>: Dumps a single assset -
dumpmap <map>: Dumps all required assets for a map -
dumpmap <target game> <map> <asset filter> <skip common>: Dumps and converts all required assets for a mapasset filter: A filter specifying all the asset types that should be dumped, if not specified or empty it will dump all asset types. Asset types are separated by commas,_indicates and empty filter.- Example:
dumpzone h1 mp_clowntown3 sound,material,techset,rawfile - Example:
dumpmap h1 mp_clowntown3 _ true
- Example:
skip common: Skips common zones when dumping a map, can betrueorfalse.target game: The game to convert the assets to.
The conversions for how assets can translate is showed on a table below:
- ✔️ = Fully supported
⚠️ = Partial (experimental)- ❌ = Not supported
| IW6 | S1 | H1 | H2 | T7 | IW7 | |
|---|---|---|---|---|---|---|
| IW6 | ✔️ | ❌ | ✔️ | ✔️ | ❌ | ✔️ |
| S1 | ❌ | ✔️ | ✔️ | ✔️ | ❌ | ❌ |
| H1 | ❌ | ✔️ | ✔️ | ❌ | ||
| H2 | ❌ | ❌ | ✔️ | ✔️ | ❌ | ❌ |
| T7 | ❌ | ❌ | ❌ | ❌ | ||
| IW7 | ❌ | ❌ | ✔️ | ❌ | ❌ | ✔️ |
