• 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Zombie Mod Map Edits! by th3psycho
#1
Sir Psycho Sexy's Zombie Mod Map Edits!

in my opinion pretty nice -d0h

REMEMBER!!
To use the edits copy and paste the code into your
Mods\QuarantineChaosZombieMod\maps\mp\gametypes\MapEdit.gsc
Paste them under the correct maps for example paste my afghan edits under
C++ Code
  1. Afghan()
  2. {


RECOMMENDED
I recommend turning off the immunity to zombie fall damage, because in some of these edits I turn off death barriers and everyone can just fly to the bottom of the map. Also some maps for example afghan, zombies can use the fall damage immunity to get to certain places which were intended to only be reachable with flags.

TO DO THIS: go into your rank.gsc with notepad, look for the line:
C++ Code
  1. self maps\mp\perks\_perks::givePerk("specialty_falldamage");

and remove that entirely.

DON'T..
worry if anyone is struggling with the new areas, like where to go, and what to do. Consider it a new map, show them around or let them explore. It's just like when you first got MW2 and didn't know the maps. Give it a small amount of time.

AFGHAN
Be careful to fall off the edges! You will die.
Screenshots: <!-- m --><a class="postlink" href="http://s900.photobucket.com/albums/ac206/th3psycho/afghan/">http://s900.photobucket.com/albums/ac20 ... ho/afghan/</a><!-- m -->

C++ Code
  1. ents = getEntArray();
  2. for ( index = 0; index < ents.size; index++ )
  3. {
  4. if(isSubStr(ents[index].classname, "trigger_hurt"))
  5. ents[index].origin = (0, 0, 9999999);
  6.  
  7. }
  8. CreateRamps((2280, 1254, 142), (2548, 1168, 33));
  9. CreateDoors((1590, -238, 160), (1590, -168, 160), (90, 0, 0), 2, 2, 5, 50);
  10. CreateDoors((1938, -125, 160), (1938, -15, 160), (90, 0, 0), 4, 2, 15, 75);
  11. CreateDoors((2297, 10, 160), (2297, -100, 160), (90, 0, 0), 4, 2, 10, 75);
  12. CreateDoors((525, 1845, 162), (585, 1845, 162), (90, 90, 0), 2, 2, 5, 50);
  13. CreateDoors((-137, 1380, 226), (-137, 1505, 226), (90, 0, 0), 4, 2, 15, 75);
  14. CreateDoors((820, 1795, 165), (820, 1495, 165), (90, 0, 0), 12, 2, 40, 100);
  15. CreateDoors((2806, 893, 210), (2806, 806, 210), (90, 0, 0), 3, 2, 10, 50);
  16. CreateElevator((-609, -760, -141), (-5143, 9819, -1378), (0, 0, 0));
  17. CreateElevator((1615, 13183, -434), (-212, 2582, -55), (0, 180, 0));
  18. CreateElevator((1653, 587, 108), (-1647, 951, -863), (0, 90, 0));
  19. CreateElevator((133, 3169, -752), (1999, 1947, -5), (0, 270, 0));
  20. CreateElevator((-29, 10786, -31231), (-5143, 9819, -1378), (0, 0, 0));
  21. mgTurret1 = spawnTurret( "misc_turret", (866, 12649, -428), "pavelow_minigun_mp" );
  22. mgTurret1 setModel( "weapon_minigun" );
  23. mgTurret1.angles = (0, 180, 0);
  24. mgTurret2 = spawnTurret( "misc_turret", (-1810, 2348, -779), "pavelow_minigun_mp" );
  25. mgTurret2 setModel( "weapon_minigun" );
  26. mgTurret2.angles = (0, 270, 0);


HIGHRISE
In some cases it is VERY easy to fall off, zombies be careful! Upgrade your hp you should be able to get the humans. You may notice one new area was removed and replaced since my last version, i felt it was too bland and was replaced with something much more exciting.
Screenshots: <!-- m --><a class="postlink" href="http://s900.photobucket.com/albums/ac206/th3psycho/screenies/">http://s900.photobucket.com/albums/ac20 ... screenies/</a><!-- m -->

C++ Code
  1. ents = getEntArray();
  2. for ( index = 0; index < ents.size; index++ )
  3. {
  4. if(isSubStr(ents[index].classname, "trigger_hurt"))
  5. ents[index].origin = (0, 0, 9999999);
  6.  
  7. }
  8. CreateBlocks((-2723, 5162, 3030), (90, 0, 0));
  9. CreateBlocks((-5441.8, 12660.3, 5641.3), (0, 0, 0));
  10. CreateBlocks((-5873.09, 10514.7, 5630.07), (0, 0, 0));
  11. CreateDoors((-1550, 5875, 2967), (-1550, 5649, 2967), (0, 0, 0), 7, 1, 20, 100);
  12. CreateDoors((-1185, 5900, 2967), (-1185, 6117, 2967), (0, 0, 0), 7, 1, 20, 100);
  13. CreateElevator((-434, 6303, 2864), (-1212, 10783, 2168), (0, 0, 0));
  14. CreateElevator((-1210, 10719, 2168), (-563, 6302, 2864), (0, 180, 0));
  15. CreateElevator((-768, 6849, 2736), (-5863, 12185, 5464), (0, 0, 0));
  16. CreateElevator((-5102, 11101, 5464), (-654, 6847, 2736), (0, 0, 0));
  17. CreateRamps((-5638, 11978, 5454), (-5510, 11242, 5454));
  18. CreateRamps((-2390, 10236, 2268), (-2560, 10242, 2176));
  19. CreateRamps((-5586, 11989, 5454), (-5451, 11254, 5454));
  20. CreateRamps((-5538, 11998, 5454), (-5391, 11266, 5454));
  21. CreateElevator((-1858, 6257, 2864), (-4694, 3766, 3760), (0, 0, 0));
  22. CreateElevator((-4705, 2685, 3760), (-1855, 6129, 2864), (0, 0, 0));
  23. mgTurret1 = spawnTurret( "misc_turret", (-4090, 1612, 3760), "pavelow_minigun_mp" );
  24. mgTurret1 setModel( "weapon_minigun" );
  25. mgTurret1.angles = (0, 90, 0);
  26. mgTurret2 = spawnTurret( "misc_turret", (-5457, 10664, 5717), "pavelow_minigun_mp" );
  27. mgTurret2 setModel( "weapon_minigun" );
  28. mgTurret2.angles = (0, 90, 0);
  Reply
#2
Thanks for sharing
  Reply
#3
(11-07-2010, 05:16)Cgallagher Wrote: Thanks for sharing

Then click his thanks button.
  Reply
#4
I can't i'm on my iPod and the button is cut off
  Reply
#5
nice screenies Tongue thanked Smile hey can i ask sumfin ? maybeu know how to edit Buy menu, like add guns and stuff? Tongue
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  BF4 zombie 'mod' JariZ 4 5,773 08-17-2014, 14:23
Last Post: Yamato
  [Request] Modder/s for R2K Zombie MOD mr.apple 4 4,140 10-25-2013, 12:45
Last Post: mr.apple
Tongue Zombie CE Table xtreme2010 5 5,101 08-01-2013, 18:15
Last Post: barata
  Zombie model imchasinyou 7 6,108 07-31-2013, 01:11
Last Post: rotceh_dnih
Star [Release] 8 new Zombie maps for ItsZombieMod mahafy00 31 31,711 07-20-2013, 07:28
Last Post: benm4a
  Help Modding Zombie Mode DarthKiller 3 4,483 07-09-2013, 21:08
Last Post: Nekochan
Information Preview 'KillMe' zombie mod Nekochan 115 51,792 07-03-2013, 14:56
Last Post: X-Track
  [Release] Black Ops Single Player/Zombie Trainer V3.6 Craig87 52 79,417 07-01-2013, 15:12
Last Post: explosivebanana55
  [Release] MW3 Mod: Zombie Juggernauts NChecker 8 16,427 06-27-2013, 05:38
Last Post: xX_ANTZ_Xx
Video Preview AIZombies eXtreme 2.0 / Zombie Player (Music Player) DidUknowiPwn 4 5,401 06-24-2013, 16:37
Last Post: DidUknowiPwn

Forum Jump:


Users browsing this thread: 1 Guest(s)