A new map by Clanhelio.
Readme File:
------------------------------------------------
Nacht Der Untoten by Clanhelio
Version 2
Based on Treyarch's Cooperative Game Mode
------------------------------------------------
---Consolename---
mp_untoten_v2
---Features---
Fully breakable and fixable barricades!
Individual weapon shops!
Mystery Box!
Electric Fences!
Bouncing Teddies!
Also, if there're some funky files in the .zip, I made it on a mac D:
---Installation---
Place mp_untoten.iwd in your main folder
If you want to enable additional money earned upon shooting certain parts of the body and
you have access to the zom.gsc, add the following code right before the last bracket "}"
in "Callback_PlayerDamage(eInflictor, eAttacker, iDamage, iDFlags, sMeansOfDeath, sWeapon, vPoint, vDir, sHitLoc, psOffsetTime)":
////////CODE////////
if(isdefined(game["nazi_zombies"]))
{
if( (game["nazi_zombies"] == "1") && (game["waw_money_for_hitlocations"] == "1") )
{
if( (shitloc == "torso_upper") )
{
eattacker.earned+=20;
}
else if( (shitloc == "torso_lower") )
{
eattacker.earned+=15;
}
else if( (shitloc == "right_arm_upper") || (shitloc == "left_arm_upper") || (shitloc == "right_leg_upper") || (shitloc == "left_leg_upper") )
{
eattacker.earned+=10;
}
else if( (shitloc == "right_arm_lower") || (shitloc == "left_arm_lower") || (shitloc == "right_leg_lower") || (shitloc == "left_leg_lower") )
{
eattacker.earned+=5;
}
else if( (shitloc == "right_hand") || (shitloc == "left_hand") || (shitloc == "right_foot") || (shitloc == "left_foot") )
{
eattacker.earned+=1;
}
}
}
////////CODE////////
---Gametypes---
Designed for the Zombie Gametype, but I guess you can do it in Team Deathmatch O_o
---Thanks To---
Kdawg...........Electric Fence FX
Torr3...........COD2 Raygun
Treyarch........Making an awesome zombie mode
Modsonline......Everything
---Contact---
Xfire: clanhelio
Feel free to contact me if you experience any problems
---Also Included---
The files and instructions necessary to make your own nazi zombie map, should you want to :D
---Permissions---
Do what you want with these files, dude.