xboxscene.org forums

Author Topic: Pmiii - Changing Main Menu Items, Is It Possible?  (Read 38 times)

Cospefogo

  • Archived User
  • Sr. Member
  • *
  • Posts: 409
Pmiii - Changing Main Menu Items, Is It Possible?
« on: March 19, 2007, 05:02:00 PM »

Comrades,

I found another guy around here who also thinks
the same... How important is WEATHER and FILE MANAGER
for you in PMIII skin?

I wonder how complex is to edit (or hack!) PMIII skin to make
the Weather goes down, and File Manager (with new short
name like Explorer, Finder, Files, etc) goes up, to stay
together with  Programs, Videos, Pictures, Music?

In my vision of NON-PROGRAMMER/NON-DEVELOPER
it is a matter to just rename the buttons labels
and their targets... Am I correct?

Thanks so much!!
Cospefogo.
Logged

jmarshall

  • Archived User
  • Hero Member
  • *
  • Posts: 541
Pmiii - Changing Main Menu Items, Is It Possible?
« Reply #1 on: March 19, 2007, 05:37:00 PM »

Yes, you are correct.  However, there's also the slight issue of altering the multiimage controls that hold the background pics.

Still, open up PAL/Home.xml and it should be reasonably straight forward for you to figure it out.
Logged

Jezz_X

  • Archived User
  • Hero Member
  • *
  • Posts: 2893
Pmiii - Changing Main Menu Items, Is It Possible?
« Reply #2 on: March 19, 2007, 05:38:00 PM »

Open up home.xml go to line 551 change
CODE

ActivateWindow(MyFiles)

to
CODE

ActivateWindow(Weather)


then go to line 684 and do the opposite save and reload
Logged