Help - Search - Members - Calendar
Full Version: Shutdown Menu Mod
Scenyx Entertainment Community > Xbox1 Forums > Software Forums > XBMC for Xbox Forums > XBMC Skinning > Official Team Blackbolt Skins Forum > Skin Mods
Dirka
well i can;t even remember if this is integrated or not, it has been a while since i downloaded the skin. anyways this is a mod that adds buttons to the shutdown menu, such as cache clear (clears X,Y,Z folders) , shutdown timer, dashboard. and some more. in this download is the scripts used (cache clear and shutdown timer)

Download Here

Installing Scripts
1) extract cache clear folder and shutdown timer folder so Xbmc/scripts directory
2) replace dialogbuttonsmenu.xml with the one in the download
3)see below to change includes

I know alot of people have mods , and there includes.xml is modded as well so i will post the code i used to name the buttons

Open on your includes.xml

Replace This:
CODE
<!-- Shutdown Blade Descriptions -->
    <include name="19301"><label>Press A to safely shutdown your Xbox console</label></include>
    <include name="19302"><label>Perform a Cold Restart on your Xbox console, any playing media will be stopped.</label></include>
    <include name="19303"><label>Restart Xbox Media Center, this will stop any media content from playing.</label></include>
    <include name="19304"><label>Load the Dashboard that you selected in the system settings blade.</label></include>
    <include name="19305"><label>Log off your profile back to the login screen.</label></include>
    <include name="19306"><label>Enable or disable the Master Lock for each section of Xbox Media Center.</label></include>


With This:
CODE
<!-- Shutdown Blade Descriptions -->
    <include name="19300"><label>Launch an alternate dashboard on the xbox.</label></include>
    <include name="19301"><label>Shutdown your Xbox console</label></include>
    <include name="19302"><label>Set a timer to shutdown your Xbox console</label></include>
    <include name="19303"><label>Clear your X,Y,Z Cache folders</label></include>
    <include name="19304"><label>Restart Xbox Media Center</label></include>
    <include name="19305"><label>Log off your profile back to the login screen.</label></include>
    <include name="19306"><label>Enable or disable the Master Lock for each section of Xbox Media Center.</label></include>


Screenshot:
IPB Image
This does not effect the log off button and master mode button
roormonger
Dude do you live in One Month Behind Land or something. Everything in your "mod" is allready done and comes with MC360 the only thing in there thats not in MC360 is the shutdown timer.
Dirka
................................ if dont want the mod don't download it, simple as that. why did u waste your time posting this? if no one wants this let it move down the list and on to the second page, i could care less, im just trying to make mods that some people might appreciate and download, if they dont like it so be it.
roormonger
QUOTE
ummmmmmm no i dont, well this gives u the cache mod then. U HAPPY!!!!?


No i'm not cause EVERYONE ALLREADY HAS IT, MC360 has had it for a while.The only thing in your "mod" thats not in MC360 allready is the shutdown timer.

QUOTE
also im the one that made this mod the first time


Then why did you make it again? And if I was anyone I would'nt want your outdated .xml's.

Heres a picture of my shutdown menu without your "mod".
IPB Image
Dirka
they are updated......

oops lol i mean to say shutdown timer tongue.gif maybe i will post just the shutdown timer then, always new people getting mc360 and looking for mods :|
roormonger
QUOTE
well i can;t even remember if this is integrated or not, it has been a while since i downloaded the skin
Dirka
yeah im drunk :|
roormonger
Have you been drinking too much liar water? tongue.gif
sideffects
hey, I have installed this on my box and the python scripts too. Everything seems to be working fine, except when I choose the shutdown timer or the clear cache. Nothing happens. Nothing at all. When I choose them under the scripts menu then the shutdown.py or whatever it is it works fine. This is not making sense. Help please!
roormonger
I don't think he will be able to speak with his foot in his mouth. biggrin.gif
sideffects
do you know what to do?
roormonger
Replace his dialogbuttonmenu.xml with this one. I fixed it to get the scripts from xbmc\scripts\ instead of e:\dash\scripts\, which was where his original was trying to get them from. So to everyone else who gets this "mod" for some reason the link below is a fix for it.

Fix for this "mod"
newiep2003
any chance of making one with these exact options

enter master mode
log off
clear cache
shutdown timer
restart xbmc
reboot
shutdown

i would be much apreciated
sideffects
thank you so much roormonger
Dirka
my foot can even reach high enough to fit in my mouth (never tried) and i would of helped him out but i dont spend every dieing moment on the computer, thanx roormonger for posting that fix, forgot about that


Here is the new download sorry bout the other one

Download
newiep2003
ive kinda edited this mod to my own likeing from the origional xml, all ive done is replaced dashboard for cache clear (got shutdown timer when press white button) bt the description for it shows ove the resatrt xbmc description when i select restart and ib blank when selecting cache clear

anyone help me on this, ive check the includes.xml and it corrosponds to the relevent description
Dirka
well make sure the label # for the button (dashboard) matches the unclude # in the xml
-------------------------------------------------------------------------------------------
Dialogbuttonmenu.xml (find the description for the button you replaced)
Mine is dashbaord but in your case (if u renamed it) would be called cache clear description multiline

<control>
<description>Dashboard Description MultiLine</description>
<type>label</type>
<posx>380</posx>
<posy>115</posy>
<width>300</width>
<height>200</height>
<wrapmultiline>true</wrapmultiline>
<include>19300</include> - Make sure this # matches the include #
<font>font14</font>
<textcolor>FF000000</textcolor>
<include>shadow-grey</include>
<visible>Control.HasFocus(3109)</visible>
<animation effect="fade" delay="450" time="200">WindowOpen</animation>
<animation effect="fade" time="200">WindowClose</animation>
</control>

-------------------------------------------------------------------------------------------------
Includes.xml (this is my includes xml so yours may look different)

<!-- Shutdown Blade Descriptions -->
<include name="19300"><label>Launch an alternate dashboard on the xbox.</label></include>
<include name="19301"><label>Shutdown your Xbox console</label></include>
<include name="19302"><label>Set a timer to shutdown your Xbox console</label></include>
<include name="19303"><label>Clear your X,Y,Z Cache folders</label></include>
<include name="19304"><label>Restart Xbox Media Center</label></include>
<include name="19305"><label>Log off your profile back to the login screen.</label></include>
<include name="19306"><label>Enable or disable the Master Lock for each section of Xbox Media Center.</label></include>
gottastopdrinkin
I dont even get that drunk.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.