-
Notifications
You must be signed in to change notification settings - Fork 32
Adding Legacy Mods
SE2Dev edited this page Sep 26, 2016
·
1 revision
Note - The term 'legacy mods' refers to any of the early Black Ops mods in which game files are replaced. It does not refer to World at War mods, which are completely incompatible with Black Ops.
- Install the mod into its own folder in
Call of Duty Black Ops/mods/
- Go to the directory for mod that you just installed and check to see if the following directories exist:
/main
/zone
- If there is a
/main
directory in the mod, copy all files from/main
to the mod's root folder - If there is a
/zone/Common
directory in the mod, copy all files from/zone/Common
to the mod's root folder - Add the suffix
_override
to any fastfiles that are now in the mod's folder (and delete the, now empty,/zone
and/main
directories)
- Navigate to the root of the mod's folder
- Create a file called
description.txt
- Enter the desired description into the
description.txt
file, and save the file. The result should look like this: