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
2 Pages V  1 2 >  
Reply to this topicStart new topic
> 4 Icons In The Hard Drive Menu, how's it done?
t1x2irc2
post Jan 14 2005, 07:21 PM
Post #1


X-S Member
*

Group: Members
Posts: 68
Joined: 14-January 05
Member No.: 187930



i'd like to say where would UIX be without gasclown?


Gasclown is it possible for you to start a thread in the code snippit section with the topic

"How to change the 4 icons in the hard drive menu to 4 differant icons "

..or something like that.


i have been trying to figure that out since UIX was released


thanx
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
gasclown
post Jan 15 2005, 12:38 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



Hi, I dont think it requires a code post and screwing around with the code inside the xips why UIX is the best dash (i rarely play games now i play with xips/xaps instead.

Heres how i did it:

First i searched through the .xaps for the tranforms for xbox.xbx (cos i knew that that menu rendered four of them) in memory.xip / default2.xap i found 4 of them - bingo!

i went through /*commenting*/ em out one by one so id know which ones were which (commenting them out will make them 'disappear' in dash) and marking them like this "//gamesorb", "//hddorb" etc. for my reference to make them easy to find for the next steps - they are all called controller pod outers (1,2,3 and 4).

Now the dash can actually render spheres and boxes on its own and i found that in the tranforms for the pod outers it was using the 'no mesh' variety of orbs which gives you less scope. So i modified them to get the orb definition from OrbCell-FACES.xm - that is the standard mesh for most orbs in the dash. of course some scaling was needed at each DEF for the pod tranforms. i gave the orbs the material name "MenuCell" so it would be consistent with the select pod on main menu (and changing skins wouldn't look crap)

Once i had the orbs sorted i begged/ borrowed / made / stole the meshes i wanted and scaled them in my 3d prog to be the same size as OrbCell-FACES.xm, zeroed out their axis and reoriented them (for consistency in the code). Then i copied the DEF's for the slightly modified orbs^ and pasted them above the orb DEF so they would appear to be 'inside' the orbs and named the DEF something like: "DEF CustomGamesMesh Transform" then changed the mesh reference to something like this : "geometry DEF Controller Mesh { url "controller.xm" } for each one. of course the scale needed to be changed to to the same scale (or slightly smaller) than the orb scale. that looked a bit boring so using the 'modded_orb function' as reference and added a 'Spinner' value so they wouldn't just sit there doing nothing - that was too much so i changed it to Waver with very subtle atttributes - less is more .

With the material name 'FlatSurfaces" they were a bit see through so i added a 'backing DEF' - right below the custom mesh transform i copied and pasted the _exact_ DEF and changed the transform name - i just called it like 'custommesh backing' and gave it the "panelBacking_01" material name so they look solid and more in keeping with other parts of the dash. of course lastly i put the meshes in the .xip saved and ftp'd to the box.

now, im clearly not jbOnE or Gcue so i didn't get it right first time - in fact i got cellwall only maybe 10/15 times during the process but eventually i got it working then tweaked the values and cleaned up the code. the reward of working it out for yourself is beauty of UIX.

happy dash hacking!!

This post has been edited by gasclown: Jan 15 2005, 12:42 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
t1x2irc2
post Jan 15 2005, 05:15 PM
Post #3


X-S Member
*

Group: Members
Posts: 68
Joined: 14-January 05
Member No.: 187930



i knew controller pod outers 1-4 had something to do with it. but i didn't know how. i did attempt to add a differant flatsurface to the area and commenting out the current one. but had know luck. it didn't even dawn on me to use OrbCell-FACES.xm and i should have quessed that no mesh variety of orbs was there. i quess that shows that i'm still new at the whole 3d thing.. now my next challange is to make my mesh icons the same size as OrbCell-FACES.xm and take some screenshots to post.. thanx gasclown



you are right about one thing... it gives me a sence of accomplishment to figure it out on my own


i'm glade you didn't post your code.



beerchug.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
gasclown
post Jan 15 2005, 11:14 PM
Post #4


X-S Freak
*****

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



yeh hi, sounds like yr half way there wink.gif

im not trying to be stinghy about it - if peeps really cant work it out ill post a proper howto wink.gif

whats that old saying? teach a man to fish.......

(unless he's allergic to seafood) tongue.gif

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
t1x2irc2
post Jan 16 2005, 03:58 AM
Post #5


X-S Member
*

Group: Members
Posts: 68
Joined: 14-January 05
Member No.: 187930



i can't seem to get it round and slightly bigger and brighter for some reason
user posted image
hope you don't mind i used your spiky orb
user posted image
and i hope odb doesn't mind his skin up here
thanx again for your help beerchug.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
gasclown
post Jan 16 2005, 01:59 PM
Post #6


X-S Freak
*****

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



yeh this particular menu bends things abit but make sure when using orb stlye orjects that the scale is even eg 'scale 1 1 1' (if u want it to be round) if uve doen this it will probably just be the menuwaver and menu rotation ie - dont worry bout it ;/
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
t1x2irc2
post Jan 17 2005, 03:12 AM
Post #7


X-S Member
*

Group: Members
Posts: 68
Joined: 14-January 05
Member No.: 187930



in your face tongue.gif

user posted image

thanx again for your help

it's time i move on to the next project ...Corona


beerchug.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
gasclown
post Jan 17 2005, 04:25 AM
Post #8


X-S Freak
*****

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



haha - good work man biggrin.gif

but i was thinking something a bit stronger than beer:

user posted image

edit: totally nabbed this idea from something aston and flavor cooked up in the 'old days'. heh, it comes up in the select pod once selected too.

This post has been edited by gasclown: Jan 17 2005, 04:28 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
SSJToo
post Jan 25 2005, 11:42 PM
Post #9


X-S Enthusiast


Group: Members
Posts: 28
Joined: 12-January 03
From: Newfoundland
Member No.: 19074
Xbox Version: v1.0
360 version: v1 (xenon)



Hey t1x2irc2,

Any Chance you could post your Memory.xip/default2.xap.
I'm interested in trying those changes, but have no idea how to do as gasclown says, in his post.
huh.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
gasclown
post Jan 25 2005, 11:45 PM
Post #10


X-S Freak
*****

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



no xips, no xaps, no asking for em or offering them - forum rules!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
SSJToo
post Jan 26 2005, 12:06 AM
Post #11


X-S Enthusiast


Group: Members
Posts: 28
Joined: 12-January 03
From: Newfoundland
Member No.: 19074
Xbox Version: v1.0
360 version: v1 (xenon)



ok, Sorry.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
kokaz
post Feb 14 2005, 06:42 AM
Post #12


X-S Enthusiast


Group: Members
Posts: 22
Joined: 31-December 04
Member No.: 182506



Please make a detailed tutorial, thanks a lot. pop.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Outworld1
post Feb 16 2005, 10:39 PM
Post #13


X-S Enthusiast


Group: Members
Posts: 8
Joined: 26-July 04
Member No.: 133438



QUOTE(t1x2irc2 @ Jan 17 2005, 02:18 AM)
in your face  tongue.gif

user posted image

thanx again for your help

it's time i move on to the next project ...Corona


beerchug.gif
*



hello,
where could i found your xm's please

thx
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
thaswiftness
post Mar 26 2005, 07:42 AM
Post #14


X-S Member
*

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



QUOTE(Outworld1 @ Feb 16 2005, 03:45 PM)
hello,
where could i found your xm's please

thx
*



yeah it would be great to get those.. they look great beerchug.gif

i was hoping either you or gasclown could make a detailed tutorial about this, i cant seem to get the new orb code working all the way, ive had it working by defining the orbs i want in the uix.ini but the system menu -> orbs never loaded anything but a blank screen. i also cant seem to get it to work at all in conjuction with the 6 tab code sad.gif

thanks for all your work, its excellent.

-thaswiftness
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
blitzburrgh
post Mar 26 2005, 08:39 AM
Post #15


X-S Enthusiast


Group: Members
Posts: 19
Joined: 22-March 04
Member No.: 108881



QUOTE(Outworld1 @ Feb 16 2005, 03:45 PM)
hello,
where could i found your xm's please

thx
*




The harddrive (hdd.xm), psx (psx.xm) and controller (cont.xm) are in your memory.xip.

Just extract them and put em in an approaitely named folder inside your orbs folder. Just gotta mess with the sizes.

The one he uses for the dashboard is the newspikes orb (thank gas). Found at AXS.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post





2 Pages V  1 2 >
Reply to this topicStart new topic

 

Lo-Fi Version Time is now: 21st May 2013 - 10:53 AM