Skip to content

XAssets

Antoine Willerval edited this page Jan 5, 2025 · 1 revision

XAssets dump

For IW games, acts will load the assets from Cordycep.

The command to dump the pools is dp [poolname], not all the pools are available for a dump.

For example, to dump all the ddl from bo4, start bo4 and then in the terminal run

acts dp ddl

It'll dump all the ddl files from the game memory.

For some assets, it is required to be in the corresponding mode or map. When using Cordycep, the corresponding fastfile should be loaded.

XAsset type names

Most of the names can be found in ate47/t8-atian-menu.

To find the names, the tool exe_pool_dumper can be used, it requires an exe dump.

To fetch the params, the tool without any param can be used.

acts exe_pool_dumper

For example to dump the pool names of cw, the command is

acts exe_pool_dumper cw.exe "zone" ""

It'll create the file pools.hpp.

Clone this wiki locally