This tutorial will show you how to load (hence load and not make) mods in the campaign/nazi zombies mode for Call of Duty: Black Ops.
Step 1
Go to your black ops directory, and find the folder called "players". You should see a file called config.cfg. Open that file and scroll down to the very end, make a new line and add this:
Note that 9 can be changed to any button you'd like, it will be the button you press to open the mod loading menu.
When you're done, and you've saved the file; right click it and check Read-only.
Step 2
Open up the game and go to the main menu.
Step 3
You should now press 9 on your keyboard, or the button you've set in step 1.
If done successfully, this menu will pop up:
As you see, it looks a bit different from the multiplayer mods menu, but it works in the same way. However, the mods aren't visible, but the buttons are. They're listed in alphabetical order, so scroll down to the mod you want and press load.
If the mod loaded, you'll see this:
Step 4
Launch a campaign mission or a game of zombies as usual. The game should now be modded.
Notes:
The folder of the mods you make should be named without the mp_ string, or it wont show up in the menu.
The game doesn't load mod.ff files, but will instead run .gsc scripts if you place them in the mods folder like they're placed in the raw folder.
I'm not sure if the mod is client-sided or server-sided, meaning your friends might need the mod.
Step 1
Go to your black ops directory, and find the folder called "players". You should see a file called config.cfg. Open that file and scroll down to the very end, make a new line and add this:
Code:
bind 9 "openmenu mods_menu"
When you're done, and you've saved the file; right click it and check Read-only.
Step 2
Open up the game and go to the main menu.
Step 3
You should now press 9 on your keyboard, or the button you've set in step 1.
If done successfully, this menu will pop up:
As you see, it looks a bit different from the multiplayer mods menu, but it works in the same way. However, the mods aren't visible, but the buttons are. They're listed in alphabetical order, so scroll down to the mod you want and press load.
If the mod loaded, you'll see this:
Step 4
Launch a campaign mission or a game of zombies as usual. The game should now be modded.
Notes:
The folder of the mods you make should be named without the mp_ string, or it wont show up in the menu.
The game doesn't load mod.ff files, but will instead run .gsc scripts if you place them in the mods folder like they're placed in the raw folder.
I'm not sure if the mod is client-sided or server-sided, meaning your friends might need the mod.