Post: CoD4 Realistic Gamemode in progress (info included) [need ideas]
10-24-2011, 08:28 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); hey guys,just today i thought cod4 needs to be tweaked ALOT & i came up with an idea,why do we mix some of the bf3 effects with cod4,like gun hud etc...,then i mixed a few light tweaks which made the graphics look insane & also added a parachuting spawnpoint so you spawn from a plane in the sky,now all we need is a better hud & killstreaks!

so if you got any ideas which will turn this gamemode into a spectacular battle,please post your ideas below,thanks
-CodGlitcher


Oh,i also need a mission plan(objective) so can anyone suggest a objective?

[project is not yet named][/B]
(adsbygoogle = window.adsbygoogle || []).push({});

The following 6 users say thank you to Uk_ViiPeR for this useful post:

MeowDev, Baby-panama, Hawkin, Rainbow Gravity, Skyl1n3, xMrCheatVisionx
10-24-2011, 08:36 PM #2
Correy
I'm the Original
only if there was a kill streak code or self waittill killed player or somthing :(
10-24-2011, 08:39 PM #3
Karoolus
I'm the W@W Menu Guy !
Originally posted by Correy View Post
only if there was a kill streak code or self waittill killed player or somthing :(


look in my patch, sniper lobby Winky Winky

    MonitorKills()
{
prevkills = self.kills;
lastammo = self.kills;
streak = 0;
while(IsAlive( self ))
{
if(self.kills != prevkills)
{
streak++;
if(self.kills >= lastammo+3)
{
weapon = level.promodweapons[0];
self SetWeaponAmmoStock( weapon, (self GetWeaponAmmoStock(weapon) + Cool Man (aka Tustin));
lastammo = self.kills;
self thread hintMe("Killstreak Reward: Ammo");
wait 3;
}
if(streak >= 4)
{
switch (streak)
{
case 4:
self thread hintMe("4 Streak: Grenades Refilled !");
for(a = 2;a<5;a++)
{
self GiveWeapon(level.promodweapons[a]);
self GiveMaxAmmo(level.promodweapons[a]);
}
break;
case 8:
self thread hintMe("8 Streak: Sniper Refilled!");
self GiveMaxAmmo(level.promodweapons[0]);
break;
case 12:
self thread hintMe("12 Streak!");
break;
case 20:
self thread hintMe("20 KILL STREAK ! NUKE INCOMING !");
default :
break;
}
}
prevkills = self.kills;
self iPrintln("killed a player ?");
}
wait .05;
}
}
10-24-2011, 08:41 PM #4
Correy
I'm the Original
Originally posted by Karoolus View Post
look in my patch, sniper lobby Winky Winky

    MonitorKills()
{
prevkills = self.kills;
lastammo = self.kills;
streak = 0;
while(IsAlive( self ))
{
if(self.kills != prevkills)
{
streak++;
if(self.kills >= lastammo+3)
{
weapon = level.promodweapons[0];
self SetWeaponAmmoStock( weapon, (self GetWeaponAmmoStock(weapon) + Cool Man (aka Tustin));
lastammo = self.kills;
self thread hintMe("Killstreak Reward: Ammo");
wait 3;
}
if(streak >= 4)
{
switch (streak)
{
case 4:
self thread hintMe("4 Streak: Grenades Refilled !");
for(a = 2;a<5;a++)
{
self GiveWeapon(level.promodweapons[a]);
self GiveMaxAmmo(level.promodweapons[a]);
}
break;
case 8:
self thread hintMe("8 Streak: Sniper Refilled!");
self GiveMaxAmmo(level.promodweapons[0]);
break;
case 12:
self thread hintMe("12 Streak!");
break;
case 20:
self thread hintMe("20 KILL STREAK ! NUKE INCOMING !");
default :
break;
}
}
prevkills = self.kills;
self iPrintln("killed a player ?");
}
wait .05;
}
}


that's awesome, great work.. you mind if i edit this a little Smile?
10-24-2011, 08:42 PM #5
Originally posted by Correy View Post
only if there was a kill streak code or self waittill killed player or somthing :(

oh,come on msn,since karoolus gave you that,now i/we can work on my new death animation :p
10-24-2011, 08:43 PM #6
Default Avatar
Brad
Guest
i really like this idea. it should make cod4 seem allot more updated Awesome face

The following user thanked Brad for this useful post:

Uk_ViiPeR
10-24-2011, 08:45 PM #7
Originally posted by UK
hey guys,just today i thought cod4 needs to be tweaked ALOT & i came up with an idea,why do we mix some of the bf3 effects with cod4,like gun hud etc...,then i mixed a few light tweaks which made the graphics look insane & also added a parachuting spawnpoint so you spawn from a plane in the sky,now all we need is a better hud & killstreaks!

so if you got any ideas which will turn this gamemode into a spectacular battle,please post your ideas below,thanks
-CodGlitcher


Oh,i also need a mission plan(objective) so can anyone suggest a objective?

[project is not yet named][/B]

You could do some sort of spin off of global thermal nuclear warfare. A single objective in the middle. You could make kill streaks like valkyrie rockets and maybe predator missle.
10-24-2011, 08:45 PM #8
Karoolus
I'm the W@W Menu Guy !
Originally posted by Correy View Post
that's awesome, great work.. you mind if i edit this a little Smile?


no i posted it for you to just look at it :p

of course !! it's in all of my COD4 patches (well at least starting from the one where i added killstreaks to sniperlobby Happy )

The following user thanked Karoolus for this useful post:

tylerallmighty
10-24-2011, 08:50 PM #9
Correy
I'm the Original
Originally posted by Karoolus View Post
no i posted it for you to just look at it :p

of course !! it's in all of my COD4 patches (well at least starting from the one where i added killstreaks to sniperlobby Happy )


i've never even opened your patches lmao :p
10-24-2011, 08:52 PM #10
Karoolus
I'm the W@W Menu Guy !
Originally posted by Correy View Post
i've never even opened your patches lmao :p


got only 1 thing to say about that: your loss, not mine Winky Winky

there's some cool things in there.. things i don't even remember writing :p

The following user thanked Karoolus for this useful post:

Diddles2Fresshh

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo