ItsMods

Full Version: Help with mod
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

This is what i have done till now:
  • Changed _rank.gsc into mp_rank.gsc and put it into steamapps/common/call of duty black ops/mods

This is the part what i changed in _rank.gsc:
Quote:onPlayerSpawned()
{
self endon("disconnect");

for(;Wink
{
self waittill("spawned_player");
Self giveWeapon ( "famas_reflex_dualclip_silencer_mp" );
if(!isdefined(self.hud_rankscroreupdate))
{
  • Finally I started Black Ops, click on Mods, and it says unmodded Black Ops:
[Image: 21ovwq9.jpg]
Did you download the modtools in steam libary?

[Image: fefae57e.png]

and:

I guess he just put the files /mods/_rank.gsc
You need to create a folder like 'mp_mymod' and put your mod in there....
".. /mods/mp_testmod/maps/mp/gametypes/_rank.gsc"

should be it actually. (This works with and without mod tools)