xboxscene.org forums

Author Topic: Orb Picture In Thc Lite...  (Read 800 times)

SEHF

  • Archived User
  • Full Member
  • *
  • Posts: 160
Orb Picture In Thc Lite...
« on: November 21, 2004, 12:28:00 PM »

Ok, I have THC Lite as my Primary Dash, but I saw this awesome skin and I liked the picture that was in the orb.  Here is the THC skin where I want to get the orb from:

http://www.allxboxskins.com/skins/index.php?app=thc&cat=0

(Its the first skin with the pills.)

So basically, I want to somehow extract that pill found in the orb and insert it into my THC Lite skin.  The skin I have for Lite, is the regular blue skin.

Can somebody please tell me how to do this.  Or just give me the files I need to insert and tell me where to insert them in the THC lite files.

Thanks! :lol:
Logged

gasclown

  • Archived User
  • Hero Member
  • *
  • Posts: 686
Orb Picture In Thc Lite...
« Reply #1 on: November 22, 2004, 02:14:00 AM »

get the file xbox4.xbx and add it to skin.xip with winXip.
Logged

SEHF

  • Archived User
  • Full Member
  • *
  • Posts: 160
Orb Picture In Thc Lite...
« Reply #2 on: November 22, 2004, 04:16:00 AM »

Ok, I'll try that...

Logged

SEHF

  • Archived User
  • Full Member
  • *
  • Posts: 160
Orb Picture In Thc Lite...
« Reply #3 on: November 23, 2004, 07:10:00 PM »

Hmm...

I tried that and nothing seemed to happen.  Anybody else know?

Thanks!
Logged

gasclown

  • Archived User
  • Hero Member
  • *
  • Posts: 686
Orb Picture In Thc Lite...
« Reply #4 on: November 23, 2004, 09:42:00 PM »

err, you did turn tHc orb off in the config now dintya?
Logged

SEHF

  • Archived User
  • Full Member
  • *
  • Posts: 160
Orb Picture In Thc Lite...
« Reply #5 on: November 24, 2004, 12:03:00 PM »

No, I left in on.  I tried taking some other files from that skin and importing them into the THC skin, but there was very little effect...

Hmm...
Logged

gasclown

  • Archived User
  • Hero Member
  • *
  • Posts: 686
Orb Picture In Thc Lite...
« Reply #6 on: November 24, 2004, 12:18:00 PM »

if yr dash is not texturized the most 'effect' you'll get will be using the hexbe preset if it is textured then changing the texture will greatly change the appearence of yr dash.  oh, and unless you are going to create a new DEF (in code) to see yr orb pic _with_ the thc orb, the _only_ way tho see the xbox4 pic is to turn it off in the config.

this is all coverred in the pinned topics.
Logged

SEHF

  • Archived User
  • Full Member
  • *
  • Posts: 160
Orb Picture In Thc Lite...
« Reply #7 on: November 24, 2004, 07:45:00 PM »

Alright, I took a look at the pinned topics, and couldn't find anything explaining what I want to do, which is too have the ORB in THC Lite, but to have the xbox4.xbx image displayed inside the the orb.

If there is a tutorial somewhere, please tell me...

Thanks!
Logged

SEHF

  • Archived User
  • Full Member
  • *
  • Posts: 160
Orb Picture In Thc Lite...
« Reply #8 on: November 24, 2004, 07:47:00 PM »

By, the way...

I can see the pill now, after I turned the orb off.  The edges of it are partly transparent, and it looks good.  Now I just need the orb around it.

This post has been edited by SEHF: Nov 25 2004, 04:14 AM
Logged

SEHF

  • Archived User
  • Full Member
  • *
  • Posts: 160
Orb Picture In Thc Lite...
« Reply #9 on: November 24, 2004, 08:13:00 PM »

I'm thinking to do this, I would have to edit the code in the mainmenu5.xip or default.xip so the dash would know that it would have to take the xbox4.xbx, use the coordinates for inside the orb(i might have to somehow get them), and display it the xbox4.xbx image there.

Is there a tutorial for this, or something similiar to this?

Thanks!
Logged

gasclown

  • Archived User
  • Hero Member
  • *
  • Posts: 686
Orb Picture In Thc Lite...
« Reply #10 on: November 24, 2004, 11:09:00 PM »

ok try this, i haven't tested it but should work.

paste this:

CODE
DEF MyNewOrb Transform
{
   children
   [
       Shape
       {
           appearance Appearance
           {
               material MaxMaterial
               {
                   name "MainMenuOrb"

               }
               texture ImageTexture
               {
                   url "orbpic.xbx"  //call the pic what you like just put its name here. remove this text before u paste
               }
           }
           geometry DEF Main_pod_backing01-FACES Mesh { url "Main_pod_backing01-FACES.xm" }
       }
   ]
   rotation -0.993700 -0.088440 0.068970 -1.576000
   scale 1.440000 1.440000 1.440000
   scaleOrientation 0.036530 0.975200 0.218400 -0.396500
   translation -58.220001 -12.680000 29.980000
}


above 'DEF Main_pod_backing02 Transform' in default.xap/mainmenu5.xip. then put the 'wot_ever_u_called_it.xbx' in mainmenu5.xip. this will allow to to turn the tHcorb on - and - see yr pic.

but, better yet, why dont you hit up flavor for a copy of his 3d pill? or even better yet - make your own in a 3d prog and convert it to .xm with UIX's awesome new .xm tool.
Logged

SEHF

  • Archived User
  • Full Member
  • *
  • Posts: 160
Orb Picture In Thc Lite...
« Reply #11 on: November 25, 2004, 09:08:00 AM »

Thanks man, I'll try this very soon.

I have PMed flavor like three times asking him for the Pill or the entire pill skin, but he hasn't replied.  If I could make my own models, I would.  I tried using MilkShape 3D, but my models sucked.  That was like a year ago...



This post has been edited by SEHF: Nov 25 2004, 05:10 PM
Logged

SEHF

  • Archived User
  • Full Member
  • *
  • Posts: 160
Orb Picture In Thc Lite...
« Reply #12 on: November 25, 2004, 09:23:00 AM »

Nice!  It worked!  Thanks Man!  That's awesome!  

Yeah, I should still try to contact flavor, because that's a real 3D model(or I should learn how to model).

Thanks a lot.
Logged

gasclown

  • Archived User
  • Hero Member
  • *
  • Posts: 686
Orb Picture In Thc Lite...
« Reply #13 on: November 25, 2004, 01:01:00 PM »

wink.gif
Logged

SEHF

  • Archived User
  • Full Member
  • *
  • Posts: 160
Orb Picture In Thc Lite...
« Reply #14 on: November 25, 2004, 08:02:00 PM »

Once I find a place to host it, I will do it.

By, that way how do I take a screen shot of the dash.  I know its a combination of buttons, but I'm not sure where the screen shot is stored once its taken.
Logged