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, 01:58 AM #2
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 gonna record in 10min
09-08-2012, 01:58 AM #3
T_m_b07
I defeated!
Nice work man always impressive results :y:

The following user thanked T_m_b07 for this useful post:

TheFallen
09-08-2012, 02:37 AM #4
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.


Amazing Like always
09-08-2012, 02:45 AM #5
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.


Fallen this looks like 1.11 (1.11 all over again)
09-08-2012, 02:47 AM #6
KCxFTW
Who’s Jim Erased?
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.


You must login or register to view this content.
09-08-2012, 02:49 AM #7
Choopie
Little One
OMG this shit is boss just wish i knew what to do with it :/

The following 2 users groaned at Choopie for this awful post:

Cmd-X
09-08-2012, 02:56 AM #8
Cmd-X
It's been awhile.
Originally posted by TreasureMan View Post
OMG this shit is boss just wish i knew what to do with it :/


You embrace it.

The following user thanked Cmd-X for this useful post:

The following user groaned Cmd-X for this awful post:

09-08-2012, 03:02 AM #9
Choopie
Little One
Originally posted by X View Post
You embrace it.


I am , i feel like a jizzed a little bit from seeing this menu base , i just wish i could make my own patch from it :/

of course give credit to TheFallen for being a boss
09-08-2012, 03:05 AM #10
Originally posted by WinterLobbies View Post
Fallen this looks like 1.11 (1.11 all over again)


Cause It is. ^^

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo