User Category Mod - Reboot and Instant Shutdown (HAN 4.81/4.82 OFW)

PS3 [XMB MOD] User Category Mod - Reboot and Instant Shutdown (PS3 HAN 4.81/4.82 OFW) 1.0

@DeViL303 have you managed to call the dialog screen?
No, but I never tried.

Im not sure why you would want to find another way to do that, we can already do that with
Code:
<Item class="type:x-xmb/xmlpoweroff" key="poweroff" />

If you were talking about calling them for other stuff, no, I never tried.

I used this method for adding confirmations screens to my mods.
wIGwP6Y.png
 
Last edited:
btw. I used google translate for this mod, how bad can it be on one word like
"restart" ? :)

Code:
<Text name="msg_restart">Redémarrer</Text> french
<Text name="msg_restart">UudelleenkäynnistääN</Text> finnish
<Text name="msg_restart">Herstarten</Text> dutch
<Text name="msg_restart">Genstart</Text> danish
<Text name="msg_restart">重新開始</Text> chinese trad
<Text name="msg_restart">重新开始</Text> chines simp
<Text name="msg_restart">Tekrar Başlat</Text> turkish
<Text name="msg_restart">Reiniciar</Text> brazil
<Text name="msg_restart">Omstart</Text> swedish and norway
<Text name="msg_restart">Reiniciar</Text> spanish
<Text name="msg_restart">перезапуск</Text> rus
<Text name="msg_restart">Reiniciar</Text> portugese
<Text name="msg_restart">재시작</Text> korean
<Text name="msg_restart">再起動</Text> japanese
<Text name="msg_restart">Ricomincia</Text> italian
<Text name="msg_restart">Neustart</Text> german

Sorry, I missed that post. "Redémarrer" for french is perfect. :)
 
Back
Top