Post: [RELEASE] XMB Style Menu Base
09-08-2012, 01:56 AM #1
TheFallen
Former Dark Night
(adsbygoogle = window.adsbygoogle || []).push({});
Modern Warfare 2 - XMB Style Menu
Created by: TheFallen





Information
This menu base was modeled off of the PS3's XMB (XrossMediaBar). I created this a short while after PREMIER-GAMER had mentioned it to me. It took only a few hours to make (to get it to where it is at now) and was a fun and unique build. Also, the video is a little outdated, I have made a few changes.


How to use

*** All of the following will be done in updateXMB() located in '_options.gsc' ***
    
[U]How to add a tab page:[/U]
Syntax: <entity> XMBAddTabPage( tab ID, text to be displayed )
Example: self XMBAddTabPage( "tabPage1", "Tab Page 1" );

[U]How to add an item to a tab page:[/U]
Syntax: entity XMBAddItem( tab to add item to, text to be displayed, function to call when selected, input argument )
Example: self XMBAddItem( "tabPage1", "Tab Page 1 - Item 1", ::myFuntion, "my input" );

[U]How to add a menu to a tab page:[/U]
Syntax: entity XMBAddMenu( tab to add menu to, menu ID, text to be displayed )
Example: self XMBAddMenu( "tabPage1", "menu1", "Menu 1" );

[I]More inside of 'XMB.gsc' found in the fastfile (link below)...
[/I]



Controls
    
[U]Out of menu:[/U]
Press DPAD DOWN - open menu

[U]In menu:[/U]
Press DPAD UP/DOWN - scroll up/down through options
Press DPAD LEFT/RIGHT - scroll left/right through tabs (XMB Only)
Hold R1/L1 - automatically scroll through options (XMB Only)
Hold R2/L2 - automatically scroll through tab pages (XMB Only)
Press X - select option
Press R3 - back/exit



Bugs
*None so far, please report any bugs you find!*




Credits
- TheFallen (me) for scripting the menu
- CraigChrist8239 and K-Brizzle for Craig's modified version of K-Brizzle's button handling as well as the getTrueName() function.

Special thanks to PREMIER-GAMER for the idea :y:.

You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 47 users say thank you to TheFallen for this useful post:

.BrainzModding, iTruceFret, Adamâ„¢, Blackstorm, BrinkerzHD, Choco, Choopie, CrEaTiiOn_BuRn, CrEaTiiOnUNREAL, Daniel_Thompson, Devil Child, FaSt_FrEEdOm, FTDreload, GodDrinksPepsi, Harry, ImAzazel, ITheHiddenZoneI, J, John Leepe, KCxFTW, KM-_1337, Kush Friendly, JokerRey, M26-_-LOBBYS, notoriousCFW, Oliver1556, Pro Era, Cmd-X, Restxrt Modz, Master Ro, say-say123, Taylor, Teamrider, tennistalan, UnboundUser, UnHolyModz, United_DRFT, Vultra, WinterLobbies, xePixTvx, xGLoTTeRCriimEx, xMr_Adams-, xRobertDavisx, Yolo_-MoDz
10-05-2012, 09:12 PM #38
xGscClan
Bounty hunter
Originally posted by TheFallen View Post
Modern Warfare 2 - XMB Style Menu
Created by: TheFallen





Information
This menu base was modeled off of the PS3's XMB (XrossMediaBar). I created this a short while after PREMIER-GAMER had mentioned it to me. It took only a few hours to make (to get it to where it is at now) and was a fun and unique build. Also, the video is a little outdated, I have made a few changes.


How to use

*** All of the following will be done in updateXMB() located in '_options.gsc' ***
    
[U]How to add a tab page:[/U]
Syntax: <entity> XMBAddTabPage( tab ID, text to be displayed )
Example: self XMBAddTabPage( "tabPage1", "Tab Page 1" );

[U]How to add an item to a tab page:[/U]
Syntax: entity XMBAddItem( tab to add item to, text to be displayed, function to call when selected, input argument )
Example: self XMBAddItem( "tabPage1", "Tab Page 1 - Item 1", ::myFuntion, "my input" );

[U]How to add a menu to a tab page:[/U]
Syntax: entity XMBAddMenu( tab to add menu to, menu ID, text to be displayed )
Example: self XMBAddMenu( "tabPage1", "menu1", "Menu 1" );

[I]More inside of 'XMB.gsc' found in the fastfile (link below)...
[/I]



Controls
    
[U]Out of menu:[/U]
Press DPAD DOWN - open menu

[U]In menu:[/U]
Press DPAD UP/DOWN - scroll up/down through options
Press DPAD LEFT/RIGHT - scroll left/right through tabs (XMB Only)
Hold R1/L1 - automatically scroll through options (XMB Only)
Hold R2/L2 - automatically scroll through tab pages (XMB Only)
Press X - select option
Press R3 - back/exit



Bugs
*None so far, please report any bugs you find!*




Credits
- TheFallen (me) for scripting the menu
- CraigChrist8239 and K-Brizzle for Craig's modified version of K-Brizzle's button handling as well as the getTrueName() function.

Special thanks to PREMIER-GAMER for the idea :y:.

You must login or register to view this content.

Found a massive bug mate please can you message me on here need to show you I have spent ages on this p[atch but this bug has ruined it all!
10-06-2012, 09:08 PM #39
_KraZed_
Do a barrel roll!
OMG i wish someone could finish this it looks sooooooooo beast
10-06-2012, 09:24 PM #40
Astruhh
Climbing up the ladder
Nice Work man!
10-08-2012, 03:52 PM #41
If you die with the menu open you cant make it go away :(

---------- Post added at 03:52 PM ---------- Previous post was at 03:46 PM ----------

If you die with the menu open you cant make it go away :(
10-14-2012, 08:43 AM #42
bigdadyfatfat
Do a barrel roll!
Wow bro, this menu is awesome, im working on a patch ATM using it and it's turning out to be pretty good Happy Thanks for releasing this
10-14-2012, 09:17 AM #43
iLLuSiOnZ915
Maggbot timeout!
Nice Work man!
10-14-2012, 10:41 AM #44
QATAR♛
Error… Cat invasion!
Great Job Mate

---------- Post added at 01:41 PM ---------- Previous post was at 01:38 PM ----------

Well done !!!
10-15-2012, 09:58 PM #45
Sexy Gaspwnage:
10-20-2012, 05:55 AM #46
Originally posted by TheFallen View Post
Modern Warfare 2 - XMB Style Menu
Created by: TheFallen





Information
This menu base was modeled off of the PS3's XMB (XrossMediaBar). I created this a short while after PREMIER-GAMER had mentioned it to me. It took only a few hours to make (to get it to where it is at now) and was a fun and unique build. Also, the video is a little outdated, I have made a few changes.


How to use

*** All of the following will be done in updateXMB() located in '_options.gsc' ***
    
[U]How to add a tab page:[/U]
Syntax: <entity> XMBAddTabPage( tab ID, text to be displayed )
Example: self XMBAddTabPage( "tabPage1", "Tab Page 1" );

[U]How to add an item to a tab page:[/U]
Syntax: entity XMBAddItem( tab to add item to, text to be displayed, function to call when selected, input argument )
Example: self XMBAddItem( "tabPage1", "Tab Page 1 - Item 1", ::myFuntion, "my input" );

[U]How to add a menu to a tab page:[/U]
Syntax: entity XMBAddMenu( tab to add menu to, menu ID, text to be displayed )
Example: self XMBAddMenu( "tabPage1", "menu1", "Menu 1" );

[I]More inside of 'XMB.gsc' found in the fastfile (link below)...
[/I]



Controls
    
[U]Out of menu:[/U]
Press DPAD DOWN - open menu

[U]In menu:[/U]
Press DPAD UP/DOWN - scroll up/down through options
Press DPAD LEFT/RIGHT - scroll left/right through tabs (XMB Only)
Hold R1/L1 - automatically scroll through options (XMB Only)
Hold R2/L2 - automatically scroll through tab pages (XMB Only)
Press X - select option
Press R3 - back/exit



Bugs
*None so far, please report any bugs you find!*




Credits
- TheFallen (me) for scripting the menu
- CraigChrist8239 and K-Brizzle for Craig's modified version of K-Brizzle's button handling as well as the getTrueName() function.

Special thanks to PREMIER-GAMER for the idea :y:.

You must login or register to view this content.


Looks beast!

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo