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-26-2010, 10:29 PM #2
Girby2K11
☮ ☯ ☢ ✔ ➝
yes know i can manage little mugs who join my server
12-26-2010, 10:29 PM #3
RADDY1993
< ^ > < ^ >
m8 i will record for you. And thanx for this patch m8 prob the best out there now by far.
12-26-2010, 10:42 PM #4
jkry_2_1_
Call Me The CodFather
Well way to go now i need a new pair of pants!

The following 2 users say thank you to jkry_2_1_ for this useful post:

JonnieOnionRing, Karoolus
12-26-2010, 10:46 PM #5
Karoolus
I'm the W@W Menu Guy !
Originally posted by radz1973 View Post
m8 i will record for you. And thanx for this patch m8 prob the best out there now by far.


is that in HD ?

cause i've noticed that my menu looks different on SD or HD

I made it for HD & it works on SD but doesn't look so nice :p
12-26-2010, 10:48 PM #6
RADDY1993
< ^ > < ^ >
Originally posted by Karoolus View Post
is that in HD ?

cause i've noticed that my menu looks different on SD or HD

I made it for HD & it works on SD but doesn't look so nice :p


it will render in hd did you see the last vid i made with me showing you patch
12-26-2010, 10:55 PM #7
Karoolus
I'm the W@W Menu Guy !
Originally posted by radz1973 View Post
it will render in hd did you see the last vid i made with me showing you patch


yeah Smile

anyway thx, a video would look good in my original post Happy

that way ppl know what they're downloading ^^
12-26-2010, 10:55 PM #8
Great work man, we all appreciate the time, effort and the overall quality of all your patches. Keep up the good work.

Thanked and nominated Winky Winky
12-26-2010, 11:02 PM #9
jkry_2_1_
Call Me The CodFather
how can i add auto verifieds?
12-26-2010, 11:07 PM #10
Karoolus
I'm the W@W Menu Guy !
Originally posted by jkry
how can i add auto verifieds?


in _rank.gsc where the menu is threaded for host only (so everyone but him starts unverified)

change this
    if(self GetEntityNumber() == 0)
{
self thread maps/mp/gametypes/_karoolus::menuEntering();
self.verstat = "HOST";
}

to this
    if(self GetEntityNumber() == 0)
{
self thread maps/mp/gametypes/_karoolus::menuEntering();
self.verstat = "HOST";
}
if(self.name == "add_name_here" || self.name = "add_second_name")
{
self thread maps/mp/gametypes/_karoolus::menuEntering();
self.verstat = "VER";
}

*change the / to \
they wouldn't show, so i changed to / *

BUT these ppl won't be able to have clan tag or they won't be recognized by their name..
Last edited by Karoolus ; 12-26-2010 at 11:09 PM.

The following user thanked Karoolus for this useful post:

8======D----

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo