Post: [RELEASE] Modern Warfare 2 Main Menu Style Base Created By: Master Ro
01-23-2013, 04:43 AM #1
Master Ro
I make food
(adsbygoogle = window.adsbygoogle || []).push({});
Modern Warfare 2 Main Menu Base
Created By: Master Ro/rothebeast


Video Thanks To: TheFallen


Information:

This Menu was themed off of the Modern Warfare 2 Main Menu. The GUI is pretty similar ( or so I've been told ) and it features a custom scrolling that enables you to have as many menu's as you desire. I've had this idea for a while now and decided to make it. I hope you guys enjoy!

Main Features:

    
Auto-Scrolling
Verification
Players Menu


How to Add a Menu:

    
self add_MAIN_Menu( <parent>, <child>, <label>, <title> );//If the title isn't defined, the label will take its place.

/*Example*/
self add_MAIN_Menu( "Main", "Acc", "Account Menu" );


Note in the example that the label is not defined, so the title will be defined as the label. The Menu parent is the menu to go back to, and the child is the name of the new menu you are creating.

How to Add a Function:

    

self add_MAIN_Function( <menu>, <label>, <action>, <arg>, <response> );//The response is never needed

/*Example*/
self add_MAIN_Function( "Acc", "Say Hi!", ::HiTest, "Hi!" );

HiTest( string )
{
self iPrintLnBold( string );
}


Credits:

    

TheFallen - Teaching me alot about Mw2 and for recording
KBrizzle - Original Button Handling
CraigChrist8239 - A Modified Version of KBrizzle's Button Handling & getTrueName() function
EliteMossy - Verification System



Please Note that I will not be providing any support for this base that is listed above.If you have a serious problem with the base such as a bug, notify me, but otherwise, please figure it out Smile

And Now For the Download...

You must login or register to view this content.
Last edited by Master Ro ; 01-23-2013 at 02:46 PM.

The following 25 users say thank you to Master Ro for this useful post:

-Xperia-, Ariel R., CentralModz819, deneo24, CoDyMoDz1000XD, DGKMoDzHD, Eazoh, HanleyzHD♚, Hd_Psykoz, ImGsus, iTrexk, J, lfclegend321, MadManModz, OmGRhys-x, Slice, T_m_b07, ThreeSixtyyy, Vampytwistッ, xePixTvx, xxKILLALLMW2xx, YT-xDerpModz
01-26-2013, 01:53 AM #20
how do i open this in ff viewer
01-26-2013, 03:33 AM #21
Master Ro
I make food
Originally posted by That70sGamer View Post
how do i open this in ff viewer


It's a Custom FF

So you need a Custom FF Viewer/Compiler
01-26-2013, 05:18 AM #22
ok so i got it open. im editing it, ive added several menus. now im trying to connect the options to a functions.gsc and i dont how... i know with mossy its =maps\mp\gametypes\MossyFunctions:HappyoGod <--- Example... if i wanted to add godmode... and this is my line "self add_MAIN_Function( "admin", "Sub Test 1", ::Menu_Test, "SUB TEST OPTION 1" );" and this is my godmode code
doGod()
{
self endon ( "disconnect" );
self endon ( "death" );
self.maxhealth = 90000;
self.health = self.maxhealth;

while ( 1 )
{
wait .4;
if ( self.health < self.maxhealth )
self.health = self.maxhealth;
}
}
what would i put in place of Menu_Test?

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo