Post: MW2 Pokeball Mod lol
10-03-2012, 02:25 AM #1
TheJaRniBoi
Why So Serious?
(adsbygoogle = window.adsbygoogle || []).push({}); My attempt in creating a pokeball mod for MW2

I've updated the mod now:


Heres another mod which I called Hatrick Mod (for a reason).



Pokemon Code: (This will only work on maps which has the chicken mode)

I'd also appreciate it if you guys who subscribe to my youtube channel[/B]
    Pokeball()
{
self takeweapon( "claymore_mp" );
self takeweapon( "frag_grenade_mp" );
self takeweapon( "c4_mp" );
self takeweapon( "flare_mp" );
self takeweapon( "throwingknife_mp" );
self thread maps\mp\gametypes\_hud_message::hintMessage("\n^1Pokeball ^7Ready\n");
self.oldWeapon = self getCurrentWeapon();
self giveWeapon("semtex_mp", 0, false);
self switchToWeapon("semtex_mp");
self waittill("grenade_fire", grenade, weaponName);
if(weaponName == "semtex_mp")
{
self iPrintlnBold("^2Pidgeotto I Choose You!");
grenade hide();
self playLocalSound("mp_killstreak_jet");
self VisionSetNakedForPlayer("airport_death",1);
wait 0.5;
self VisionSetNakedForPlayer("sepia",1);
wait 0.5;
self VisionSetNakedForPlayer(getDvar("mapname"),0.5);
poke=spawn("script_model", grenade.origin);
poke setModel("projectile_semtex_grenade_bombsquad");
poke linkTo( grenade );
wait 0.95;
Pidg=spawn("script_model", grenade.origin+(0,0,0));
Pidg setModel("chicken_white");
Pidg scriptModelPlayAnim("chicken_cage_loop_02");
Pidg linkTo( grenade );
poke delete();
self switchToWeapon(self.oldWeapon);
wait 4;
Pidg scriptModelPlayAnim("chicken_cage_loop_03");
Pidg moveTo(pidg.origin+(0,0,1500),15,1,5);
wait 6;
pidg moveTo( pidg.origin+(10, 0, 0), 4 );
pidg moveTo( pidg.origin+(100, 0, 0), 4 );
pidg moveTo( pidg.origin+(1000, 0, 0), 4 );
pidg moveTo( pidg.origin+(10000, 0, 0), 4 );
wait 0.3;
pidg playsound("nuke_explosion");
level._effect["cloud"]=loadfx("explosions/emp_flash_mp");
playFx(level._effect["cloud"],pidg.origin+(0,0,0));
Earthquake(0.4,4,pidg.origin,800);
foreach(p in level.players)
{
if(level.teambased)
{
if((p.name!=self.name)&&(p.pers["team"]!=self.pers["team"]))if(isAlive(p))p thread maps\mp\gametypes\_damage::finishPlayerDamageWrapper(self,self,999999,0,"MOD_EXPLOSIVE_BULLET","nuke_mp",p.origin,p.origin,"none",0,0);
}
else
{
if(p.name!=self.name)if(isAlive(p))p thread maps\mp\gametypes\_damage::finishPlayerDamageWrapper(self,self,999999,0,"MOD_EXPLOSIVE_BULLET","nuke_mp",p.origin,p.origin,"none",0,0);
}
}
wait 6;
pidg delete();
Pidg stopLoopSound();
}
}

Put this under the start of the patch:
    #using_animtree( "destructibles" );
Put this in your init:
    precacheModel("chicken_white");
precachemodel("projectile_semtex_grenade_bombsquad");
PrecacheMpAnim("chicken_cage_loop_02");


Here is the hatrick code:
    javball()
{
self endon("death");
self iPrintln("\n^6Use Javelin: ^5Ready\n");
self.oldWeapon = self getCurrentWeapon();
self giveWeapon("javelin_mp", 0, false);
self switchToWeapon("javelin_mp");
self waittill("missile_fire", projectile, weaponName);
if(weaponName == "javelin_mp")
{
projectile hide();
Footy=spawn("script_model", projectile.origin);
Footy setModel("soccer_ball");
Footy linkTo( projectile );
projectile waittill("explode");
Footy delete();
self switchToWeapon(self.oldWeapon);
}
}
(adsbygoogle = window.adsbygoogle || []).push({});

The following 36 users say thank you to TheJaRniBoi for this useful post:

1337ImAJ, 247Yamato, aerosoul94, Blackstorm, BlurzGoHard, Bucko, BvB-09r-_-N!c0, ChromeVisionz, CrEaTiiOnUNREAL, Curz, flip2327, fluffyTHEnutsak, IVisionsI, zL_j8hnb, K5‎‎, KCxFTW, Kitty=^.^=, JokerRey, lovebros, Lxndon, Midnight, OmGRhys-x, PnuTGamer, Cmd-X, RaspberryIce, say-say123, silentcobra22, Tipton_Modz, TylerTheConcept, Valid♥, Vampytwistッ, Vanz, vDriZzyHD, xJewMoDz, Zuraa
10-03-2012, 05:45 AM #11
I laughed so much at the pokeball mod :lol:
10-03-2012, 06:01 AM #12
Oh my god pokemon mod thats insane HappyD but theres no Pokemon called Pidget :P Just Pidgy and Pigeotto or such Smile
10-03-2012, 09:24 AM #13
247Yamato
< ^ > < ^ >
Nice ideas Smile

The following user thanked 247Yamato for this useful post:

TheJaRniBoi
10-03-2012, 03:24 PM #14
TheJaRniBoi
Why So Serious?
Originally posted by GAMER View Post
BAD ASS! now to make the chicken attack people :megusta:


lol I have not idea on how to do that.

---------- Post added at 07:34 AM ---------- Previous post was at 07:32 AM ----------

Originally posted by iUseMods View Post
Oh my god pokemon mod thats insane HappyD but theres no Pokemon called Pidget :P Just Pidgy and Pigeotto or such Smile


i haven't seen pokemon in like 10 years so i don't know whats its called.

---------- Post added at 10:24 AM ---------- Previous post was at 07:34 AM ----------

I have now updated the pokeball mod, what do you guys think?
10-03-2012, 10:12 PM #15
OmGRhys-x
Are you high?
Originally posted by CODGlitcha
My attempt in creating a pokeball mod for MW2

I've updated the mod now:


Heres another mod which I called Hatrick Mod (for a reason).



:fyea: thats sick mate nice 1 Smile
10-03-2012, 10:23 PM #16
this is really sweet... i would like to try this but i have no way of putting it on my 3.55... it has no bluray :(
10-03-2012, 10:25 PM #17
BlurzGoHard
Maggbot timeout!
Originally posted by CODGlitcha
My attempt in creating a pokeball mod for MW2

I've updated the mod now:


Heres another mod which I called Hatrick Mod (for a reason).



Damn Nice Man keep it up ^^ and hope for a release on the code soon ? Smile
10-03-2012, 10:41 PM #18
Dman93
Crawl to your cross
That hatrick one was pretty god damn awesome. Happy
10-05-2012, 01:51 PM #19
xGLoTTeRCriimEx
Bounty hunter
haha LoL nice dude keep the good ideas up !

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo