Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tutorial Make maps for OMA Zombie Mod
#1
Hello

A small tutorial for people who is interested in helping. Ill tell how to make a quick mapedit on this zombie mod:

http://www.itsmods.com/forum/Thread-OMA-...-Beta.html

1-Go into _bot.gsc and find this, remove the // infront of self thread Coordinates();.

Code:
onPlayerSpawned()
{
    self endon( "disconnect" );

    for(;;)
    {
        self waittill( "spawned_player" );
        self setOrigin(level.reaparicion+(randomInt(50),randomInt(50),0));
        self.health = 100;
        self.maxhealth = 100;
        self thread Vision();
        //self thread Coordinates();
    }
}

2- Go into game and you will see that coordinates and angles show in screen and you also have UFO by pressing N. Find spots.

3- In _bot.gsc, in init(), you see something like this, add another one with the map you want to make:
Code:
    if(getDvar("mapname") == "mp_afghan")
    {
        blablabla
        }

4- Define this:
level.cuerpo = "model that zombie use in that map";
level.reaparicion = (human spawnpoint);
level.pared = 0; //with 0 is like nukems ai zombies, only if you are in their fov they attack you, with 1 they will come after you always, I recomend 0 if your edit is in a house or something like that.
level.vision = "vision you want to use";
level.lugares = []; //you can have all the ones you want, this are the zombie spawn points
level.lugares[0] = (zombie spot 1);
level.lugares[1] = (zombie spot 2);
level.lugares[2] = (zombie spot 3);
level.lugares[3] = (zombie spot 4);
AmmoMatic((position),(angles)); //Ammo Box

5- In _randomweaponbox.gsc go into this 2 threads, find the map and put the coordinates and angles like the ammo box:

boxSpawner()
DoBoxSpawner()

Save and you are done, a quick edited map edit. Big Grin
Reply

#2
We really want to edit those things
But we need first some examples of every thing we need to fill in because we really got no idea to start even with this tutorial :$ sorry
Reply

#3
(07-22-2011, 12:30)jorricks Wrote: We really want to edit those things
But we need first some examples of every thing we need to fill in because we really got no idea to start even with this tutorial :$ sorry

Look other examples in the mod, on _bot.gsc
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  BF4 zombie 'mod' JariZ 4 5,801 08-17-2014, 14:23
Last Post: Yamato
  [Request] Modder/s for R2K Zombie MOD mr.apple 4 4,181 10-25-2013, 12:45
Last Post: mr.apple
  Problem with Rain Effects on Maps mitchhacker 5 4,450 10-22-2013, 00:46
Last Post: mitchhacker
  Make area detect. flag Teleport lewisbibo 4 4,659 10-12-2013, 18:10
Last Post: EnVi Sweden Rocks
Wink Make Platforme lewisbibo 5 4,568 10-08-2013, 14:35
Last Post: 8q4s8
  Make obj MW3.by lewisbibo lewisbibo 3 3,469 10-05-2013, 20:16
Last Post: Nekochan
  Make obj MW3.by lewisbibo lewisbibo 0 2,186 10-03-2013, 20:19
Last Post: lewisbibo
  Help need help?how to make plugins code hXnarutoXone 12 7,818 09-01-2013, 18:30
Last Post: Bandarigoda123
Tongue Zombie CE Table xtreme2010 5 5,155 08-01-2013, 18:15
Last Post: barata
  Zombie model imchasinyou 7 6,169 07-31-2013, 01:11
Last Post: rotceh_dnih

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.