Call of Duty 5: FastFile Decompiler

From COD Modding & Mapping Wiki
Jump to navigation Jump to search
This tutorial will show you how to use Aintnomeinteam's very useful fast file decompiler.

Fastfile Decompiler

You can use this tool to pull important and useful information out of a fast file in order for you to follow as an example on how to do specific things in maps.

  • Go to the root directory and get the nazi_zombie_asylum.ff file, this is located in c:/program files/activision/codwaw/zone/english
  • Copy this file
  • Place the copy of the nazi_zombie_asylum.ff on your desktop, you will need it later.
  • Unzip the decompiler tools.
  • Move the nazi_zombie_asylum.ff into the folder where you unzipped the decompiler.

  • Run the decompiler, select decompile fastfile

  • Select the nazi_zombie_asylum.ff, this will run and create an nazi_zombie_asylum.ff.dump file

  • Now run the decompiler again and select text files
  • Choose the nazi_zombie_asylum.ff.dump

  • This will create a list folders with different gsc files in it.

  • Once you have this you can pull out the wall_hop_zombie traverse that is in the traverse folder inside the animscript folder. You will need this so you do not run into errors. Inside these files are a lot of helpful gsc files for you to look at and compare to yours in order to get maps to work properly. These are for reference and guidance.

  • You can also use the above actions to decompile the ff file and choose extract sounds. This will pull all the new sounds out of the map and allow you to use them. These sounds were mistakenly left out of the update.
There are some missing animations that were forgotten with the 1.2 patch for the mod tools. You will have to perform a work around to rectify this and we will post a tutorial once it is finished.


SOURCES