Call of Duty 4: Assets Manager: Difference between revisions

From COD Modding & Mapping Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
[[Image:Nutshell.png]]
The Asset Manager (refered as 'AssMan' in short) is a tool used for adding/modifying assets to the game.
[[Image:assman_general.png|center]]
You can start the Assets Manager, by first launching the CoD4 Compile Tools (found in '[root]/bin/CoD4CompileTools/CoD4CompileTools.exe', it's wise to make a shortcut for it on your desktop), then going to the Applications tab, and clicking the 'Launch Asset Manager' button. You can also directly load it by opening '[root]/bin/asset_manager.exe'.
You can start the Assets Manager, by first launching the CoD4 Compile Tools (found in '[root]/bin/CoD4CompileTools/CoD4CompileTools.exe', it's wise to make a shortcut for it on your desktop), then going to the Applications tab, and clicking the 'Launch Asset Manager' button. You can also directly load it by opening '[root]/bin/asset_manager.exe'.


The Assets Manager for CoD4 simply lets you edit configurations for files that will be included into the Fast File. Whenever you're finished, you usually should press PC Convert -> Current Asset Only to compile the asset you've just made (the asset should be selected). After you're done with the Assets Manager, rebuild the Fast File, move it into the usermaps/[mapname] directory, together with the [mapname].iwd file (if you have one), and run your map.
The Assets Manager for CoD4 simply lets you edit configurations for files that will be included into the Fast File. Whenever you're finished, you usually should press PC Convert -> Current Asset Only to compile the asset you've just made (the asset should be selected). After you're done with the Assets Manager, rebuild the Fast File, move it into the usermaps/[mapname] directory, together with the [mapname].iwd file (if you have one), and run your map.

Revision as of 17:15, 17 October 2008

The Asset Manager (refered as 'AssMan' in short) is a tool used for adding/modifying assets to the game.

You can start the Assets Manager, by first launching the CoD4 Compile Tools (found in '[root]/bin/CoD4CompileTools/CoD4CompileTools.exe', it's wise to make a shortcut for it on your desktop), then going to the Applications tab, and clicking the 'Launch Asset Manager' button. You can also directly load it by opening '[root]/bin/asset_manager.exe'.

The Assets Manager for CoD4 simply lets you edit configurations for files that will be included into the Fast File. Whenever you're finished, you usually should press PC Convert -> Current Asset Only to compile the asset you've just made (the asset should be selected). After you're done with the Assets Manager, rebuild the Fast File, move it into the usermaps/[mapname] directory, together with the [mapname].iwd file (if you have one), and run your map.