Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Preview Quarantine Chaos Zombie Mod v3
#21
Preview:
Do not take life too seriously. You will never get out of it alive.
[Image: UGPjFJa.jpg]
Reply

#22
Preview #2 WITH MORE SHIT ADDED.
I guess.


@Yamato still trying to see if I can do a radius blast with the OMA bag.
Also I asked @Rendflex about your Nova Crawler's he said yes. -I also used 2 map edits... credits is already given if you check the bottom/rolling text-
Do not take life too seriously. You will never get out of it alive.
[Image: UGPjFJa.jpg]
Reply

#23
(11-11-2012, 01:28)DidUknowiPwn Wrote: Preview #2 WITH MORE SHIT ADDED.
I guess.


@Yamato still trying to see if I can do a radius blast with the OMA bag.
Also I asked @Rendflex about your Nova Crawler's he said yes. -I also used 2 map edits... credits is already given if you check the bottom/rolling text-

I found this inside the OMA zombies 2 mod I was making:

Code:
OMAPowers()
{
    self endon("death");
    self endon("disconnect");
    SetPlayerIgnoreRadiusDamage(true);
    self.omapowercounter = 100;
    while(1)
    {
        if(self getcurrentweapon() == "onemanarmy_mp" && self AttackButtonPressed() && self.omapowercounter >= 0)
        {
            RadiusDamage(self.origin,300,150,100,self);
            PlayFX(level.omafx,self.origin);
            self playSound("harrier_jet_crash");
            self.omapowercounter -= 5;
            wait 0.15;
        }
        if(self.omapowercounter <= 0 || !self AttackButtonPressed())
        {
            self.omapowercounter ++;
            wait 2;
        }
        if(self.omapowercounter >= 100)
            self.omapowercounter = 100;
    wait 0.05;
    }
}
Reply

#24
(11-11-2012, 15:52)Yamato Wrote: I found this inside the OMA zombies 2 mod I was making:

Code:
OMAPowers()
{
    self endon("death");
    self endon("disconnect");
    SetPlayerIgnoreRadiusDamage(true);
    self.omapowercounter = 100;
    while(1)
    {
        if(self getcurrentweapon() == "onemanarmy_mp" && self AttackButtonPressed() && self.omapowercounter >= 0)
        {
            RadiusDamage(self.origin,300,150,100,self);
            PlayFX(level.omafx,self.origin);
            self playSound("harrier_jet_crash");
            self.omapowercounter -= 5;
            wait 0.15;
        }
        if(self.omapowercounter <= 0 || !self AttackButtonPressed())
        {
            self.omapowercounter ++;
            wait 2;
        }
        if(self.omapowercounter >= 100)
            self.omapowercounter = 100;
    wait 0.05;
    }
}
//Nevermind got it working :>

It shows a picture of a Thumper when you kill someone Dumb Bitch Dumb Bitch Dumb Bitch Dumb Bitch
Do not take life too seriously. You will never get out of it alive.
[Image: UGPjFJa.jpg]
Reply

#25
Could you add an item where if player buy it it will spawn a radius in the same position as the player, where it heals the rest of team if they were in the same location?

I don't really know how to explain it, but the code could be:

Code:
healradius()
{
//waittill the player buys the item
origin = self.origin;
self thread actheal(origin);
}

actheal(position)
{
for(;;)
{
   foreach(player in level.players)
  {
    if(!isAlive(player))
    continue;
                
     if(level.teamBased && self.team != player.pers["team"])
     continue;

     if(Distance(player.origin, position) > 200)
     player notify("nohealthforya");
  
    player thread AAAAWWWWYEAAAAH();
  }
  wait 0.04;
  }
}

AAAAWWWWYEAAAAH()
{
  //self endon disconnect and death
  self endon("nohealthforya");
  while(1)
  {
    self.health += 10;
    wait 2;
   }
}
Reply

#26
Is it working like healing aura from cod4 mod called Rotu?
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply

#27
Hmm... maybe... I don't know yet... I'm trying not to add things until we fix the Parent Script Variable error....
Do not take life too seriously. You will never get out of it alive.
[Image: UGPjFJa.jpg]
Reply

#28
Some eh news... we decided to drop the project. It's just too fucked up. Everyone just lost hope as well as me. If anyone wants to even attempt to fix this just PM me and I'll send you the whole thing.
Do not take life too seriously. You will never get out of it alive.
[Image: UGPjFJa.jpg]
Reply

#29
I usually got that parent error when I call functions like this:

Code:
Hello()
{
self thread Hello2();
}

Hello2()
{
self thread Hello3();
}

Hello3()
{
self thread Hello4();
}
....

Try to see if you have many cases like that.
Reply

#30
The mod does have a lot of threading but I don't think it's from that I have asked many people including @SparkyMcSparks all have been different reasons I have tried all their suggestions none have worked.
Do not take life too seriously. You will never get out of it alive.
[Image: UGPjFJa.jpg]
Reply



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

Forum Jump:


Users browsing this thread:
1 Guest(s)

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