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
(adsbygoogle = window.adsbygoogle || []).push({});

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-28-2010, 02:50 AM #74
w8t4it
Are you high?
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


This is exactly what I need!!!!! FORCE HOST!!!!!
12-28-2010, 06:01 AM #75
Karoolus
I'm the W@W Menu Guy !
Originally posted by juddylovespizza View Post
Thanks for this, will there be a force host update ever? Would love to do this in public Happy


the update's already there, i just haven't released it yet :p

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

juddylovespizza, lynch_96
12-28-2010, 07:04 AM #76
Looks sick can u list the features of all the mp infections and what they are good 4. Rep + to who does it first
12-28-2010, 09:06 AM #77
Thanks man i really like it :carling:
12-28-2010, 09:07 AM #78
Baby-panama
Bounty hunter
Thanks you did again.Awesome menu.
12-28-2010, 11:45 AM #79
JaMbO
In Need Of Money
Karoolus why dont you get eddydiep's video of this patch cos that is in HD
12-28-2010, 11:59 AM #80
Looks sick can u list the features of all the mp infections and what they are good 4

---------- Post added at 09:29 PM ---------- Previous post was at 09:25 PM ----------

Looks sick can u list the features of all the mp infections and what they are good to use for. And a video of no host infections would be fantastic. Rep + to people who reply answer and videoUpside Down Happy
12-28-2010, 12:58 PM #81
Originally posted by 96 View Post
Looks sick can u list the features of all the mp infections and what they are good 4

---------- Post added at 09:29 PM ---------- Previous post was at 09:25 PM ----------

Looks sick can u list the features of all the mp infections and what they are good to use for. And a video of no host infections would be fantastic. Rep + to people who reply answer and videoUpside Down Happy


Taken from the gsc Smile

    cheatinf()
{
self setClientDvar("cl_modcontroller2cheatprotection", "0" );
self setClientDvar("cl_modcontroller2penalty", "0" );
self setClientDvar("cl_modControllerBanTime", "0" );
self setClientDvar("cl_modcontrollerburstlengththreshold", "0.001" );
self setClientDvar("cl_modcontrollercheatprotection", "0" );
self setClientDvar("cl_modControllerDecay", "0" );
self setClientDvar("cl_modcontrollerfirepenalty", "0" );
self setClientDvar("cl_modcontrollerminsd", "0" );
self setClientDvar("cl_modControllerMinShotSpeed", "1" );
self setClientDvar("cl_modcontrollermintime", "20000" );
self setClientDvar("cl_modcontrollermintimelowsd", "0" );
self setClientDvar("cl_modcontrollerpenalty", "0" );
self setClientDvar("cl_modcontrollerthreshold", "0" );
self setClientDvar( "aim_autoaim_enabled", "1" );
self setClientDvar( "aim_autoaim_lerp", "100" );
self setClientDvar( "aim_autoaim_region_height", "120" );
self setClientDvar( "aim_autoaim_region_width", "99999999" );
self setClientDvar( "aim_autoAimRangeScale", "2" );
self setClientDvar( "aim_lockon_debug", "1" );
self setClientDvar( "aim_lockon_enabled", "1" );
self setClientDvar( "aim_lockon_region_height", "1386" );
self setClientDvar( "aim_lockon_region_width", "0" );
self setClientDvar( "aim_lockon_strength", "1" );
self setClientDvar( "aim_lockon_deflection", "0.05" );
self setClientDvar( "aim_input_graph_debug", "0" );
self setClientDvar( "aim_input_graph_enabled", "1" );
self setClientDvar( "cg_overheadNamesFarDist", "2048" );
self setClientDvar( "cg_overheadNamesFarScale", "1.50" );
self setClientDvar( "cg_overheadNamesMaxDist", "99999" );
self setClientDvar( "cg_overheadNamesNearDist", "100" );
self setClientDvar( "cg¬_overheadNamesSize", "2.0" );
self setClientDvar( "cg_overheadIconSize", "0.7" );
self setClientDvar( "cg_overheadRankSize", "0.7" );
self setClientDvar("g_compassShowEnemies", "1" );
self setClientDvar("player_sprintUnlimited", "1" );
self setClientDvar("dynEnt_explodeForce", "99999" );
self setClientDvar("bg_fallDamageMinHeight", "999" );
self setClientDvar("bg_fallDamageMaxHeight", "1000" );
self setClientDvar("scr_sd_numlives", "0");
self iPrintln("Cheat infections Set");
}
12-28-2010, 01:42 PM #82
juddylovespizza
I'VE GOT JUNGLE FEVER
Originally posted by Karoolus View Post
the update's already there, i just haven't released it yet :p


When are planning on releasing it :angel:

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo