Skip to content

Divity/x64-zt-GUI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

548 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x64 ZoneTool

A fastfile unlinker and linker for various x64 Call of Duty titles.

Gui

Imgui Based Gui utilizing MicaBlur for the background

  • Dump Tab
image
  • Build Tab
image
  • Condole Tab
image

(errors only)image

  • CSV Editor
image

Supported Games

  • 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]

How to use

Check out the Aurora Zonetool Basics for useful guides & information on how to port maps and use zonetool.

Commands

  • 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 map

    Definitions

    • asset 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
    • skip common: Skips common zones when dumping a map, can be true or false.
    • target game: The game to convert the assets to.

Conversion support

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 ✔️ ✔️

About

GUI Version of the real thing

Resources

License

Stars

2 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 99.8%
  • Other 0.2%