xboxscene.org forums

Author Topic: Missing Stuff  (Read 201 times)

conners

  • Archived User
  • Full Member
  • *
  • Posts: 175
Missing Stuff
« on: June 04, 2005, 04:58:00 PM »

is it me or is there stuff missing from the forums, i remember ages ago a tutorial on how to remove the 4 icons under the games menu, and another guide on how to do auto-cache when you went into games, whats happened?
Logged

maaalin

  • Archived User
  • Newbie
  • *
  • Posts: 8
Missing Stuff
« Reply #1 on: June 05, 2005, 02:38:00 PM »

memory_files.xip -> default2.xap -> go there:

CODE
// Title Headers
              header Shape
              {
                 appearance Appearance { material MaxMaterial { name "FlatSurfacesMemory" } }
                 geometry Mesh { url "MEM_L2_hk_panel_header-FACES.xm" }
              }
              hiliteHeader Shape
              {
                 appearance Appearance
                 {
                material MaxMaterial { name "MemoryHeader" }
                //material MaxMaterial { name "GameHilite" }
                //texture ImageTexture { url "menu_hilight.xbx" }
                 }
                 geometry Mesh { url "MEM_L2_hk_panel_header-FACES.xm" }
              }

              firstRow Shape
              {
                 appearance Appearance { material MaxMaterial { name "FlatSurfacesMemory" } }
                 geometry Mesh { url "MEM_L2_hk_panel_savedgames-FACES.xm" }
              }
              secondRow Shape
              {
                 appearance Appearance { material MaxMaterial { name "FlatSurfacesMemory" } }
                 geometry Mesh { url "MEM_L2_sc_panel_savedgames_01-FACES.xm" }
              }
              otherRow Shape
              {
                 appearance Appearance { material MaxMaterial { name "FlatSurfacesMemory" } }
                 geometry Mesh { url "MEM_L2_sc_panel_savedgames_02-FACES.xm" }
              }

              smallIconSpacing 0.227

              smallIconHilite Transform
              {
                 translation -5.2 0 1.2
                 children
                 [
                Shape
                {
                   appearance MaxMaterial { name "EggGlowPulse" }
                   geometry Sphere { radius 1.5 }
                }
                 ]
              }

              smallIcon Transform
              {
                 translation -5.2 0 1.2
                 scale 1.2 1.2 1.2
                 children
                 [


and change scale 1.2 1.2 1.2 @ the bottom to scale 0 0 0...
i think it was it, didnt try...

and are u sure u wanna auto-cache?
if u got several games, it will always take several seconds 2 load...
it would disturb me
Logged

conners

  • Archived User
  • Full Member
  • *
  • Posts: 175
Missing Stuff
« Reply #2 on: June 05, 2005, 04:41:00 PM »

i found them before, was only checkin for the past 90 days lol
Logged