xbox-scene.com - your xbox news information source
Quick Links: Main Forums | Xbox360 Forums | Xbox1 Forums | PS3 Forums
Xbox-Scene Forum Help  Search Xbox-Scene Forums   Xbox-Scene Forum Members   Xbox-Scene Calendar

Giganews Usenet Offers: +1150 days binary retention, 99%+ Completion, and Unlimited Speed/Access!

360 ODD Emulators: X360 Key $99 | Wasabi360 FAT $99 | Wasabi360 Slim $99
C4E's iXtreme Burner MAX Drive: LiteOn iHAS124 DROPPED TO JUST $17


Welcome Guest ( Log In | Register )

 Forum Rules Rules
 
Reply to this topicStart new topic
> Help With Adding Orbs
blckwdw1986
post Feb 14 2005, 07:56 AM
Post #1


X-S Young Member
*

Group: Members
Posts: 46
Joined: 13-January 05
From: Michigan
Member No.: 187441
Xbox Version: v1.3
360 version: v1 (xenon)



I downloaded the orb pack and read the "directions" but didn't help much huh.gif , I have tried editing the default.xip to add the orb but after i added it to my xbox, it would not boot dry.gif . Any 1 who can help, please and thank you biggrin.gif . btw i saw some pics of the orbs and they kick ass! Thanks in advance! cool.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
gasclown
post Feb 14 2005, 08:42 AM
Post #2


X-S Freak
*****

Group: Members
Posts: 1128
Joined: 28-July 03
From: Brisvegas
Member No.: 52913
Xbox Version: v1.4
360 version: unknown



*sigh*

CODE

1.  Rename the orb of your choice to "OrbCell-FACES.xm"

2.  For best results, open mainmenu.xip with Winxip, then edit the very bottom of default.xap with notepad or simlar to look like this:

......................................................
DEF Modded_Orb Transform
 {
  children
         [
            Spinner
            {
              rpm 2
              axis 0 0 2
              children
              [
           
                      Shape
                      {
                          appearance Appearance
                          {
                               material MaxMaterial
                               {
                                  name "MenuCell"
                                                 
       
                               }
       
                               
                          }
       
                         
                 geometry Mesh { url "OrbCell-FACES.xm" }
     
           
                       }
               ]
              }
         ]  
           
     
  rotation -0.993700 -0.088440 0.068970 -1.576000
  scale 0 0 0
  scaleOrientation 0.036530 0.975200 0.218400 -0.396500
  translation -54.880000 -15.100000 29.980000
 }

/*
 DEF Modded_Orb Transform
 {
  children
  [
   Spinner
   {
    rpm 7.75
    axis 0 2 2
    children
    [
     Shape
     {
      appearance Appearance
      {
       material MaxMaterial { name "InnerWall_01" }
       texture ImageTexture
       {
        alpha true
        url "orbcellwall.xbx"
       }
      }
      geometry Mesh { url "OrbCell-FACES.xm" }
     }
    ]
   }
   Spinner
   {
    rpm 7.75
    axis 2 2 0
    children
    [
     Shape
     {
      appearance Appearance
      {
       material MaxMaterial { name "InnerWall_01" }
       texture ImageTexture
       {
        alpha true
        url "orbcellwall.xbx"
       }
      }
      geometry Mesh { url "OrbCell-FACES.xm" }
     }
    ]
   }
   Spinner
   {
    rpm 7.75
    axis 2 0 2
    children
    [
     Shape
     {
      appearance Appearance
      {
       material MaxMaterial { name "InnerWall_01" }
       texture ImageTexture
       {
        alpha true
        url "orbcellwall.xbx"
       }
      }
      geometry Mesh { url "OrbCell-FACES.xm" }
     }
    ]
   }
   Spinner
   {
    rpm 5
    children
    [
     Shape
     {
      appearance Appearance
      {
       material MaxMaterial { name "InnerWall_01" }
       texture ImageTexture
       {
        alpha true
        url "orbcellwall.xbx"
       }
      }
      geometry Mesh { url "OrbCell-FACES.xm" }
     }
    ]
   }
  ]
  rotation -0.993700 -0.088440 0.068970 -1.576000
  //scale 47.000000 47.000000 47.000000
  scale 0 0 0
  //scale 43.000000 43.000000 43.000000
  scaleOrientation 0.036530 0.975200 0.218400 -0.396500
  translation -54.880000 -15.100000 29.980000
 }//DEF Modded_Orb Transform*/
]
 
}//DEF theMainMenuCam Transform
..............................................

3. Insert the edited .xap back into the .xip.

4. Insert the new orb into the xip , save, send to xbox.

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
thaswiftness
post Mar 17 2005, 06:17 AM
Post #3


X-S Member
*

Group: Members
Posts: 110
Joined: 5-July 04
From: fl
Member No.: 128845
Xbox Version: v1.0



new to uix, i think its great. but i tried following this and now it freezes when i load it sad.gif
before trying this i got the info and time panel's. just kind of lost at these orb things and getting them to work. any help would be great

-thaswiftness
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
willy72
post Mar 18 2005, 12:17 AM
Post #4


X-S Enthusiast


Group: Members
Posts: 2
Joined: 21-July 03
From: Italy
Member No.: 51311
Xbox Version: v1.0



I've used the world orbcell and all work fine.....

@thaswiftness

remember:

ensure to add into skin directory the orbcellwall.xbx file of texture for orbcell indicated into Gasclown code:

CODE
texture ImageTexture
      {
         alpha true
         url "orbcellwall.xbx"
      }


P.S.
I've on my dash also the info panel and the date panel.

-Willy72:)

This post has been edited by willy72: Mar 18 2005, 12:19 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
thaswiftness
post Mar 19 2005, 12:05 AM
Post #5


X-S Member
*

Group: Members
Posts: 110
Joined: 5-July 04
From: fl
Member No.: 128845
Xbox Version: v1.0



QUOTE(willy72 @ Mar 17 2005, 11:23 PM)
I've used the world orbcell and all work fine.....

@thaswiftness

remember:

ensure to add into skin directory the orbcellwall.xbx file of texture for orbcell indicated into Gasclown code:

CODE
texture ImageTexture
      {
         alpha true
         url "orbcellwall.xbx"
      }


P.S.
I've on my dash also the info panel and the date panel.

-Willy72:)
*



not sure what you mean blink.gif
sorry new to this tongue.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
vinney
post Mar 30 2005, 01:20 AM
Post #6


X-S Member
*

Group: Members
Posts: 99
Joined: 5-September 04
From: Baldwin City, Kansas
Member No.: 144473
Xbox Version: v1.4



I got it to work!!! one problem, gasclown, the globe i downloaded from allxboxskins.com is white... like the continents. i was wondering if there was a way to change it or if i could get yours form you? Thanks, This is awesome...
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Whatup1049
post Jun 4 2005, 11:01 PM
Post #7


X-S Expert
***

Group: Members
Posts: 502
Joined: 19-June 03
Member No.: 44631



Tried this didnt work. Followed directions to a T. No errors or anything all I got was teh same orb and it all looked the same sad.gif.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
midas
post Jun 8 2005, 05:02 AM
Post #8


X-S Senior Member
**

Group: Members
Posts: 271
Joined: 12-January 04
From: Galveston, TX
Member No.: 91425
Xbox Version: v1.4



vinney - the Material ID in the code is probably set wrong. You could try changing the InnerWall_01 to MenuCell. I had this problem when i first tried to put in the globe, but after i got it working MAN does it look sweet!

others - you guys are doing something wrong - make sure you inject the globe.xm into MAINMENU.XIP AFTER YOU RENAME IT OrbCell-FACES.xm mind the capitalization!

PS - Check out my results with the Globe.

Lite Blue

Project Mayhem

Project Diesel

This post has been edited by midas: Jun 8 2005, 05:11 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post





Reply to this topicStart new topic

 

Lo-Fi Version Time is now: 18th June 2013 - 11:18 PM