Post: [Release] Fully Working Menu Patch (MP)
12-26-2010, 10:18 PM #1
Karoolus
I'm the W@W Menu Guy !
(adsbygoogle = window.adsbygoogle || []).push({}); Okay, patch_mp.ff with a fully working mod menu

included:

HOST
-player menu (kick/verify/freeze/kill/bring to me/teleport to)
-toggle speed/jump

VERIFIED
-all mods in mod menu (video with options coming)

UNVERIFIED
- NOTHING

You must login or register to view this content.

Have Fun & report bugs !
I put a lot of work/effort in this patch, pls respect that Smile

Little Hint:
to those of you who would like to see this patch a bit personalized:
This is ALL in karoolus.gsc:

    	///////////////// SET SCROLLBAR COLOR ///////////////////////
// PINK SCROLLBAR
//self.scrollbar.color = (1,0.41,0.71);
// RED SCROLLBAR
self.scrollbar.color = ( 1, 0, 0 );
//BLUE SCROLLBAR
//self.scrollbar.color = ( 0, 0, 1 );
// CYAN SCROLLBAR
//self.scrollbar.color = ( 0, 1, 1 );
// GREEN SCROLLBAR
//self.scrollbar.color = ( 0, 1, 0 );
// ORANGE SCROLLBAR
//self.scrollbar.color = ( 1, 0.5, 0 );
// PURPLE
//self.scrollbar.color = ( 1, 0, 1 );
//YELLOW SCROLLBAR
//self.scrollbar.color = ( 1, 1, 0 );
//////////////////////////////////////////////////////////////


My scrollbar is red atm, as you can see because that one's not commented.. if you comment the red one & uncomment any other color, it will have that color Smile
also this:

    self.blackscreen setshader( "black", 200, 350);


which is the black background for the menu.. this can be changed to any color you want..
replace self.blackscreen setshader( "black", 200, 350); with self.blackscreen setshader( "white", 200, 350); and add this one underneath:
    self.blackscreen.color = ( 1, 1, 0);

of course you can change the color code to any of the colors for the scroller..

this way (if you know how to decompress, which you should cause there's a million tuts) you can personalize your menu Smile


BUGS:
------

already found one myself..
when you kick someone, leave the menu & re-open it or you will select a wrong player.. the list doesn't update straight away, so you have to close the menu real quick.. WILL fix this, but not now :p
Last edited by Karoolus ; 12-26-2010 at 10:54 PM.

The following 48 users say thank you to Karoolus for this useful post:

8======D----, 890popbox, Arvindian, Baby-panama, Battler624, BobbyDee, Carbon0x, Clanor, FM|T xR3PMz, hockeyowns15, Hawk, I'm A Rep Whore, iCoNz, iCroW--, The Epic, JaMbO, jkry_2_1_, JonnieOnionRing, juddylovespizza, Kameo, killacamper, lilkiller6009, lovebros, lynch_96, matt944057, monkeyboydave13, morgan8088, Mr.Amitoz, Mr.Azoz, mrkhlgt, Mw2Freak13, oOKoOLBhoYOo, RADDY1993, robot6527, satya_95, shaunyovls25, Skyl1n3, The-Don, TONEY777, Top_Dog_Uk, TRBZA, w8t4it, Wild., x Too GodLy x, XeNoNx, xGunz, xiNaRuTo_x, xK3AnZ
12-27-2010, 09:41 PM #65
Default Avatar
edgevfp
Guest
ey dude,its a wonderful patch,but there are some problems with the attachments unlocked and challenges,they don´t work,and where is the part of the rank.gsc to change the buttons to use the menu.Thanks man.
12-27-2010, 09:56 PM #66
Karoolus
I'm the W@W Menu Guy !
Originally posted by edgevfp View Post
ey dude,its a wonderful patch,but there are some problems with the attachments unlocked and challenges,they don´t work,and where is the part of the rank.gsc to change the buttons to use the menu.Thanks man.


challenges & attachments DO work & the menu is NOT in rank..

read up & you'll find where it is Winky Winky
12-27-2010, 10:36 PM #67
Mr.Azoz
I’m too L33T
Originally posted by Karoolus View Post
Mine has an entire HOST ONLY menu with:

player verification
toggle speed/jump
toggle SLOWMO
change map
set BIG XP
spawn bots
set force host
toggle private/ranked


I'll be releasing it in a while Smile


can you make host only for me
i have
toggle SLOWMO
set BIG XP
set force host
toggle private/ranked working on it

just add the menu and QUOTE me i will do the supmenu

    	//main menu
self.option[0][0] = "Rank Mods";
self.option[0][1] = "Cheat Mods";
self.option[0][2] = "Fun Mods";
self.option[0][3] = "Infections";
self.option[0][4] = "Stats Mods";
if(self GetEntityNumber() == 0)
{
self.option[0][5] = "Player Menu";
self.function[0][5] = ::submenu;
self.opt[0][5] = 7;
}
self.function[0][0] = ::submenu; // needs submenu number, w
self.function[0][1] = ::submenu;
self.function[0][2] = ::submenu;
self.function[0][3] = ::submenu;
self.function[0][4] = ::submenu;
self.opt[0][0] = 1;
self.opt[0][1] = 2;
self.opt[0][2] = 3;
self.opt[0][3] = 4;
self.opt[0][4] = 5;
12-27-2010, 11:17 PM #68
isevthrty
Vault dweller
karoolous----just a note of thanks for this patch---it works smoothly with a few exceptions ----some are already posted , -----------

teleport does not work ---only with player to and from
invisible does not work ---but you go invis when you click on menu
bots spawn up in online games ( only sometimes)and after i got rid of them --1 of my teams name came up 5 times in the ferify menu ---that was crazy


the forge mod is great ---i was picking up players and putting them in the ground up to there heads (looked like a scene from motel hell)---i was also picking up trucks on airport and putting them on top of people ---some funny shit

any updates can only make this patch better -----thanks for your hard work !!!!!!!!!!!!!
Last edited by isevthrty ; 12-27-2010 at 11:19 PM.
12-27-2010, 11:51 PM #69
hockeyowns15
Hi my name is Tym
i got in this today with xl2eVoLuTioNz- it was soooo badass good job man
12-28-2010, 12:27 AM #70
BobbyDee
OMG Its Jebus
Originally posted by Karoolus View Post
Okay, patch_mp.ff with a fully working mod menu

included:

HOST
-player menu (kick/verify/freeze/kill/bring to me/teleport to)
-toggle speed/jump

VERIFIED
-all mods in mod menu (video with options coming)

UNVERIFIED
- NOTHING

You must login or register to view this content.

Have Fun & report bugs !
I put a lot of work/effort in this patch, pls respect that Smile

Little Hint:
to those of you who would like to see this patch a bit personalized:
This is ALL in karoolus.gsc:

    	///////////////// SET SCROLLBAR COLOR ///////////////////////
// PINK SCROLLBAR
//self.scrollbar.color = (1,0.41,0.71);
// RED SCROLLBAR
self.scrollbar.color = ( 1, 0, 0 );
//BLUE SCROLLBAR
//self.scrollbar.color = ( 0, 0, 1 );
// CYAN SCROLLBAR
//self.scrollbar.color = ( 0, 1, 1 );
// GREEN SCROLLBAR
//self.scrollbar.color = ( 0, 1, 0 );
// ORANGE SCROLLBAR
//self.scrollbar.color = ( 1, 0.5, 0 );
// PURPLE
//self.scrollbar.color = ( 1, 0, 1 );
//YELLOW SCROLLBAR
//self.scrollbar.color = ( 1, 1, 0 );
//////////////////////////////////////////////////////////////


My scrollbar is red atm, as you can see because that one's not commented.. if you comment the red one & uncomment any other color, it will have that color Smile
also this:

    self.blackscreen setshader( "black", 200, 350);


which is the black background for the menu.. this can be changed to any color you want..
replace self.blackscreen setshader( "black", 200, 350); with self.blackscreen setshader( "white", 200, 350); and add this one underneath:
    self.blackscreen.color = ( 1, 1, 0);

of course you can change the color code to any of the colors for the scroller..

this way (if you know how to decompress, which you should cause there's a million tuts) you can personalize your menu Smile


BUGS:
------

already found one myself..
when you kick someone, leave the menu & re-open it or you will select a wrong player.. the list doesn't update straight away, so you have to close the menu real quick.. WILL fix this, but not now :p


Yet another video :P

[ame=https://www.youtube.com/watch?v=HG9w6cPJ9Zo]YouTube - Fully Working Menu Patch By Karoolus (HD)[/ame]

The following user thanked BobbyDee for this useful post:

Karoolus
12-28-2010, 12:28 AM #71
LoL you spelled choose wrong//
By any chance can this work on Cod4?
12-28-2010, 02:38 AM #72
Will this patch work for BLES 00354? :confused: I REP+ed U
12-28-2010, 02:43 AM #73
juddylovespizza
I'VE GOT JUNGLE FEVER
Thanks for this, will there be a force host update ever? Would love to do this in public Happy

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo