| View previous topic :: View next topic |
| Author |
Message |
Guest
|
| Posted: Tue Oct 04, 2005 21:57 Post subject: Editing Main Menu Text |
|
|
I was wondering if you can make it possible to edit the text for the DVD2Xbox Main Menu.. The text I'm talking about are:
Copy DVD/CDR
Filemanager
Boot to dash
You get what I mean.. anyways thanks. |
|
| Back to top |
|
WiSo
Joined: 08 Jul 2004
Posts: 1290
Location: Gütersloh
|
| Posted: Tue Oct 04, 2005 23:14 Post subject: |
|
|
You can at least for the main menu and the action menu: http://wiki.ws0.org/wakka.php?wakka=d2xskin&v=18xg#h179-9
Just open the file mainmenu.xml from the skin u are using and set the label tag as described in the wiki for the menu item. |
|
| Back to top |
|
Guest
|
| Posted: Wed Oct 05, 2005 04:17 Post subject: |
|
|
| What if there is no label tag? I'm using the PM3 skin.. |
|
| Back to top |
|
Guest
|
| Posted: Wed Oct 05, 2005 04:23 Post subject: |
|
|
| I'm using the PM3 skin, low-res one, so what would I edit to change the words in the main menu around inside the mainmenu.xml file? |
|
| Back to top |
|
Jezz_X
Joined: 07 Aug 2005
Posts: 318
|
| Posted: Wed Oct 05, 2005 05:11 Post subject: |
|
|
| hehe I made the skin and I don't even understand how to do it :lol: a nice example would be good even the french one a guy did just seemed to have fake text items over the top of it |
|
| Back to top |
|
WiSo
Joined: 08 Jul 2004
Posts: 1290
Location: Gütersloh
|
| Posted: Wed Oct 05, 2005 09:15 Post subject: |
|
|
Ok here you are:
- open the mainmenu.xml
- search for
Code:
<item>
<type>menu</type>
<posX>200</posX>
<posY>160</posY>
<color>FFFFFFFF</color>
<highlight>FF66FF99</highlight>
<font>font1</font>
</item>
- add the label tag
Code:
<item>
<type>menu</type>
<posX>200</posX>
<posY>160</posY>
<label>Item1</label>
<label>Item2</label>
<label>...</label>
<color>FFFFFFFF</color>
<highlight>FF66FF99</highlight>
<font>font1</font>
</item>
As said this works only for the main and action menu for the time being. |
|
| Back to top |
|
Jezz_X
Joined: 07 Aug 2005
Posts: 318
|
| Posted: Wed Oct 05, 2005 09:42 Post subject: |
|
|
| Well what do you know it works cool :) |
|
| Back to top |
|
Guest
|
| Posted: Thu Oct 06, 2005 06:44 Post subject: |
|
|
| Ahh, I see, thanks.. |
|
| Back to top |
|
| |