Help with mod
#1
Hey people,

I'm trying to mod the homescreen to my liking in the 720p/Home.xml file.

The reason is because there are not enough custom spots provided in settings to get it the way I want it, and also so that I can backup my super specific settings (games buttons that launch hyperspin, comics button, news button, etc). Same goes for submenus.

So, the question is, right now Home screen buttons seem to derive their text from the item id number, but I can't seem to locate the place that I can change those references. I know I could just type the text in directly, but I am afraid of breaking things like recently added script.

If anyone can help me out, I'd greatly appreciate it.

Thanks!
Reply
#2
no, it's not the item id it's the: <label>$LOCALIZE[??]</label>
the number inside the [] is a reference to strings.xml. that the file you need change.
if you simply replace the number with text it will always shows as you wrote it with no option translate to other languages.
Reply
#3
psike Wrote:no, it's not the item id it's the: <label>$LOCALIZE[??]</label>
the number inside the [] is a reference to strings.xml. that the file you need change.
if you simply replace the number with text it will always shows as you wrote it with no option translate to other languages.

Great! Thanks for the quick response.
Reply

Logout Mark Read Team Forum Stats Members Help
Help with mod0