Post: [RELEASE] MostDope v1 ( Continuous Project )
07-20-2012, 01:45 PM #1
Harry
Former Staff
(adsbygoogle = window.adsbygoogle || []).push({});
You must login or register to view this content.

oHai NGU, Hxrry here and today i have a release for you guys! i don't release things very often, i think this is my 3rd release? Anyway, today i am releasing my COD4 Patch, i have been working on this patch for roughly 3months? It has been a start and stop project, some days it would bore me, some days it would get me exited to work on it. Buy hey, if you guys enjoy it ... time well spent :p

MostDope v1.33.7

BUGS / FAULTS[/u]


  • Game Modes Don't Fully Work


The gamemodes fault is quite simple i believe, due to me not coding for a long time i don't know how to use Dvar's that decide what gamemode the game is loading ( if that makes sense ) like if you click gungame it should end, and when you restart the game you shouldn't have a menu, just the gun game. I'm not sure how that works, so if someone could help me with learning that or giving me an example so i can improve and learn that skill? thanks :love:

Credits....

  • IELIITEMODZX
  • IVI40A3Fusionz
  • PREMIER-GAMER
  • Gizmo
  • Choco
  • iPROFamily
  • Anyone i have forgot, sorry :love:
[/b]

Update #1 Is Coming!



Download Update #1 on PS3! ... You must login or register to view this content.[/color]

Download Update #1 on PC! ... You must login or register to view this content.[/color]


~Hxrry.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 22 users say thank you to Harry for this useful post:

Brag, Dr. Mayham, EpiiiCxDGx, Groovy, iPROFamily, IVI40A3Fusionz, Jacob-And-Britt, Josh, Kush Friendly, notoriousCFW, oC_zUnKnOwNx, Script Kiddie, SNOWBALL105, TOM DAINTY, Tony Stark, Uk_ViiPeR, Vultra, xMrSuperMoDzZ--

The following user groaned Harry for this awful post:

Callumeleyy
07-25-2012, 03:30 PM #29
IVI40A3Fusionz
Former Gaming Squad Member
All the time i bothered you to release it paid off :carling:.

The following user thanked IVI40A3Fusionz for this useful post:

Harry
07-25-2012, 06:27 PM #30
Originally posted by Hxrry View Post
The gamemodes fault is quite simple i believe, due to me not coding for a long time i don't know how to use Dvar's that decide what gamemode the game is loading ( if that makes sense ) like if you click gungame it should end, and when you restart the game you shouldn't have a menu, just the gun game. I'm not sure how that works, so if someone could help me with learning that or giving me an example so i can improve and learn that skill? thanks


I use this a lot in my patches, it's easy...

You start in an init() with this

    if(getDvar("Vader")=="1")
{
level.Vader=1;
}
else
{
level.Vader=0;
}


And then thread things from either onPlayerConnect()

    
if(level.Vader)
{
level thread maps\mp\gametypes\_spawnlogic::lolwut();
level thread mods\karoolus\infectable_menu::gamestartz();
}


and/or onPlayerSpawned()

    
if(level.Vader)
{
self thread mods\karoolus\blabla::JoinServer();
if(self.oncez == 0) self thread mods\karoolus\infectable_menu:HappyoOnce();
if(self.zomb == 1 && level.zbstz == 1 && self.zbwait == 0) self thread mods\karoolus\blabla_::ZBWait(1);
}


And then you just need a dvar toggle for your menu

    
ToggleZombies()
{
if(getDvar("Vader")=="1")
{
setDvar("Vader","0");
self iprintln("Zombies : Disabled");
}
else
{

setDvar("Vader","1");
self thread progBar(5,"Loading Zombies..");
wait 5.5;
self iprintln("Zombies Loaded");
wait 3;
self iprintln("Ending Game...");
wait 2;
self thread EndTehGame(""+level.hostname+"^2 Loaded Hawkins ZombieLand!");
}
}


The Dvar will stay set as long as you are in the lobby or until you manually reset it..

You can then also use the dvar check to disable access to the menu during the gamemode.
07-25-2012, 06:34 PM #31
Harry
Former Staff
Originally posted by x. View Post
I use this a lot in my patches, it's easy...

You start in an init() with this

    if(getDvar("Vader")=="1")
{
level.Vader=1;
}
else
{
level.Vader=0;
}


And then thread things from either onPlayerConnect()

    
if(level.Vader)
{
level thread maps\mp\gametypes\_spawnlogic::lolwut();
level thread mods\karoolus\infectable_menu::gamestartz();
}


and/or onPlayerSpawned()

    
if(level.Vader)
{
self thread mods\karoolus\blabla::JoinServer();
if(self.oncez == 0) self thread mods\karoolus\infectable_menu:HappyoOnce();
if(self.zomb == 1 && level.zbstz == 1 && self.zbwait == 0) self thread mods\karoolus\blabla_::ZBWait(1);
}


And then you just need a dvar toggle for your menu

    
ToggleZombies()
{
if(getDvar("Vader")=="1")
{
setDvar("Vader","0");
self iprintln("Zombies : Disabled");
}
else
{

setDvar("Vader","1");
self thread progBar(5,"Loading Zombies..");
wait 5.5;
self iprintln("Zombies Loaded");
wait 3;
self iprintln("Ending Game...");
wait 2;
self thread EndTehGame(""+level.hostname+"^2 Loaded Hawkins ZombieLand!");
}
}


The Dvar will stay set as long as you are in the lobby or until you manually reset it..

You can then also use the dvar check to disable access to the menu during the gamemode.


Daft, i absolutely love you right now :love: your just the best =D if i need more help, am i Ok to PM you? :embarrassed:
07-25-2012, 06:42 PM #32
Originally posted by Hxrry View Post
Daft, i absolutely love you right now :love: your just the best =D if i need more help, am i Ok to PM you? :embarrassed:


ha! yes of course, I always try and help people when I can ..
07-25-2012, 06:46 PM #33
Harry
Former Staff
Originally posted by x. View Post
ha! yes of course, I always try and help people when I can ..


oh when your not banned?^^ lmfao, do you have Skype ?
07-25-2012, 06:57 PM #34
Originally posted by Hxrry View Post
oh when your not banned?^^ lmfao, do you have Skype ?


Haha, yeah, I was set up stare

And no, just pm me on here if you need help..
07-25-2012, 07:00 PM #35
Harry
Former Staff
Originally posted by x. View Post
Haha, yeah, I was set up stare

And no, just pm me on here if you need help..


i believe you man stare i sure will, thanks alot man :love:
07-25-2012, 10:40 PM #36
zeroordie96
Do a barrel roll!
just try it ps3 dont work
07-25-2012, 10:52 PM #37
Harry
Former Staff
Originally posted by zeroordie96 View Post
just try it ps3 dont work


i believe you'll find it does? my friend confirmed it working earlier .... Winky Winky

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo