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
09-08-2012, 06:43 PM #20
Blackstorm
Veni. Vidi. Vici.
Originally posted by GAMER View Post
oh and btw use my getName, it's better


that's not very good, that's assuming someone has that many characters in their clan tag which they might not :p

The following user thanked Blackstorm for this useful post:

TheFallen
09-08-2012, 07:06 PM #21
Originally posted by Blackstorm View Post
that's not very good, that's assuming someone has that many characters in their clan tag which they might not :p


:think:

:FU:
09-09-2012, 12:13 AM #22
This looks amazing!
09-09-2012, 12:50 AM #23
John Leepe
< ^ > < ^ >
Awesome Bro! Amazing Work. Gonna add a bunch of functions!
09-09-2012, 01:14 AM #24
Black Panther
Former Staff
Originally posted by X View Post
You embrace it.


Dat sig made me lul for a good 5 in a half mins
09-09-2012, 04:18 AM #25
Blackstorm
Veni. Vidi. Vici.
the coding is all long and complicated lol /:
09-09-2012, 04:20 PM #26
this is awesome!!
09-09-2012, 07:49 PM #27
Master Ro
I make food
I Noticed The Crosshairs were showing when you Open The menu.
To Hide them use this code:
self setClientDvar( "cg_crosshairAlpha", 1 );
I think That will Help Smile
09-10-2012, 02:36 AM #28
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.


ITheFallenI Can You Plzzzz add a verfication system to the patch it will make it much more easier

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo