Page 1 of 1

Xbox 360 Offline dashHook

Posted: Tue Dec 08, 2020 11:37 pm
by silent
Hello,

Pulled this from xbNetwork source tonight. Its the hooks needed to load offline dash.xml. https://justpaste.it/8bfbn You'll need an xzp & offlinedashome.xml. Also in order to get dash buttons to load when you press them, switch out onclick command with this:


<onclick>
<button>A</button>
<helptext>Select</helptext>
<action>EpixCmd</action>
<cmd>EcNavToSceneInApp</cmd>
<param>EcCreateVirtualDisplay</param>
<param2>xbLive_ResetServerKeyvault</param2>
</onclick>



thanks,

-silent