Tutorial [TUT]How to mod Zombies on Pc

P!X

Head Moderator
Staff member
Head Staff Team
Messages
408
Reaction score
590
Points
878
Needed Things:
Code:
Black Ops 1
Mod Tools(http://www.mediafire.com/download/g29lw063f6k28nq/BO1+Mod+Tools.rar)
Very basic Gsc knownledge

Setting Up the Mod Folder:
Go to "C:\Program Files (x86)\Steam\steamapps\common\Call of Duty Black Ops\"
then download this
You do not have permission to view link Log in or register now.
and unpack it and put the "common_zombie_patch_tut" folder into your "mods" folder.

Modifying a gsc file:
ok now go into "mods\common_zombie_patch_tut\maps" and open "_zombiemode_load.gsc" with a text editor.
Add this somewhere into the "_zombiemode_load.gsc" file.
Code:
testScriptLoop()
{
    self endon("death");
    for(;;)
    {
        iprintln("^1TEST");
        wait .2;
    }
}
Now search for a function called "onPlayerSpawned()" and modify it like this
8d459fbe3c.png


Compiling the Mod:
After all that **** we can compile the mod, for that go to "C:\Program Files (x86)\Steam\steamapps\common\Call of Duty Black Ops\bin" and open the Launcher.exe.
This should look like that
9d15f23781.png

Ok now select your mod,check Link FastFile and then click on Build Mod.
After that you should get a file called "mod.ff" in your "mods" folder rename it to "common_zombie_patch.ff".

Installing the Mod:
Now go to "C:\Program Files (x86)\Steam\steamapps\common\Call of Duty Black Ops\zone\Common" and paste the "common_zombie_patch.ff" file into that folder(dont forget to backup the original file).

When you start a zombie game now it should print "Test" on left top corner of your screen :grinning:


More Info:
When you want to add your own files dont forget to modify the mod.csv file.
Just open it with a text editor and add for example "rawfile,maps/_MyOwn.gsc".
 
Last edited:

Guilherme_INFR

Veteran
Messages
82
Reaction score
21
Points
793
do you have the steam version of bo1???
As of now, no, i lose it like 3 months ago and downloaded an cracked version, but you can only get mod tools with steam version, i don't know why no ones never uploaded the Mod Tools files on any site :/
 

Sheperdebops

Code Junkie
Messages
78
Reaction score
73
Points
793
yeah as you set the syntax i set mine to c# as it it counts all the { } and tells if theres a code leak an stuff pretty good
 

Guilherme_INFR

Veteran
Messages
82
Reaction score
21
Points
793
Hey, i found some errors with your zombie_patch file.

*In Moon, you can't take any equipment, so... you die by the gravity
*Looks like every map starts with power on

This is what i found :tonguewink:
 

P!X

Head Moderator
Staff member
Head Staff Team
Messages
408
Reaction score
590
Points
878
Hey, i found some errors with your zombie_patch file.

*In Moon, you can't take any equipment, so... you die by the gravity
*Looks like every map starts with power on

This is what i found :tonguewink:
there are no errors/bugs for me and this is just an example you dont have to do it like that
 

Guilherme_INFR

Veteran
Messages
82
Reaction score
21
Points
793
Hey, xePixTvx, can you please try to compile your common_zombie_patch and see if all things is working in moon?? For example, the P.E.S and Hacker Device, please can you do this? I want to know if the Mod Tools you Uploaded is corrupted or my game is missing some files.
 

P!X

Head Moderator
Staff member
Head Staff Team
Messages
408
Reaction score
590
Points
878
Hey, xePixTvx, can you please try to compile your common_zombie_patch and see if all things is working in moon?? For example, the P.E.S and Hacker Device, please can you do this? I want to know if the Mod Tools you Uploaded is corrupted or my game is missing some files.
hmmm everything works for me
maybe there are some files missing in the donwload :disappointed:
 
Top