Re: XBMC4Kids (Games Only)
Posted: Wed Apr 22, 2015 9:45 pm
Cheers
a few on there for me to be getting on with .

XBMC4Xbox – Media Center for the original Xbox
https://www.xbmc4xbox.org.uk/forum/
I can do a shared folder on Google Drive if that will work. I have mine on an external at work and will have access to it on Monday. What size have you been doing yours? I am doing mine at 300 x 444mes83 wrote:Hi Cody
I have been doing some covers myself, so a joint effort to do all xbox covers should be possible. We just have to find a way do do it. Where should the covers be hosted etc...?
Michael
On your video, at about 8 and a half minutes, the games folder is loading, but i deleted the Profiles.py and that doesn't happen. How do you add the game folder?Rocky5 wrote: (If you want to use it as an app, just delete the Profiles.py located in the XBMC4Kids\scripts\ folder)
When making your profile did you copy the sources from the master profile?rowie4life wrote:On your video, at about 8 and a half minutes, the games folder is loading, but i deleted the Profiles.py and that doesn't happen. How do you add the game folder?Rocky5 wrote: (If you want to use it as an app, just delete the Profiles.py located in the XBMC4Kids\scripts\ folder)
Cheers.
Glad you got it sorted, I put the new version in my 2016 Softmodding Tool Extras Disc, so if you want it you can download it from my sig.rowie4life wrote:I sorted it out, by putting the XBMC4Kids as the main dash and leaving the Profiles.py alone.
Thank you, that's what I was thinking. You can see what's there at a glance, also the button info bar is currently in edit mode, when user mode is enabled some are hidden, or different.mes83 wrote:I like it. Something about the icons that is just easier to quickly understand, if you know what I mean. Also love the video preview.
Code: Select all
<control type="group">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<texture>Background.png</texture>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>387</posx>
<posy>165</posy>
<width>505</width>
<height>390</height>
<texture>controlpad.png</texture>
<include>Window_OpenClose_Animation</include>
</control>
<control type="image">
<posx>387</posx>
<posy>165</posy>
<width>505</width>
<height>390</height>
<texture>controlpad_overlay.png</texture>
<include>Window_OpenClose_Animation</include>
</control>
<control type="label">
<description>A Button</description>
<posx>900</posx>
<posy>313</posy>
<width>400</width>
<height>35</height>
<align>left</align>
<aligny>center</aligny>
<font>font11</font>
<textcolor>white</textcolor>
<label>$LOCALIZE[32000]</label>
<include>Window_OpenClose_Animation</include>
</control>
<control type="label">
<description>B Button</description>
<posx>900</posx>
<posy>288</posy>
<width>400</width>
<height>35</height>
<align>left</align>
<aligny>center</aligny>
<font>font11</font>
<textcolor>white</textcolor>
<label>$LOCALIZE[32001]</label>
<include>Window_OpenClose_Animation</include>
</control>
<control type="label">
<description>X Button</description>
<posx>900</posx>
<posy>260</posy>
<width>400</width>
<height>35</height>
<align>left</align>
<aligny>center</aligny>
<font>font11</font>
<textcolor>white</textcolor>
<label>$LOCALIZE[32061]</label>
<include>Window_OpenClose_Animation</include>
</control>
<control type="label">
<description>Y Button</description>
<posx>900</posx>
<posy>235</posy>
<width>400</width>
<height>35</height>
<align>left</align>
<aligny>center</aligny>
<font>font11</font>
<textcolor>white</textcolor>
<label>$LOCALIZE[32006]</label>
<include>Window_OpenClose_Animation</include>
<visible>Skin.HasSetting(EditMode)</visible>
</control>
<control type="label">
<description>Y Button</description>
<posx>900</posx>
<posy>235</posy>
<width>400</width>
<height>35</height>
<align>left</align>
<aligny>center</aligny>
<font>font11</font>
<textcolor>white</textcolor>
<label>$LOCALIZE[32062]</label>
<include>Window_OpenClose_Animation</include>
<visible>!Skin.HasSetting(EditMode)</visible>
</control>
<control type="label">
<description>Black Button</description>
<posx>900</posx>
<posy>377</posy>
<width>400</width>
<height>35</height>
<align>left</align>
<aligny>center</aligny>
<font>font11</font>
<textcolor>white</textcolor>
<label>$LOCALIZE[32063]</label>
<include>Window_OpenClose_Animation</include>
<visible>Skin.HasSetting(EditMode)</visible>
</control>
<control type="label">
<description>Black Button</description>
<posx>900</posx>
<posy>377</posy>
<width>400</width>
<height>35</height>
<align>left</align>
<aligny>center</aligny>
<font>font11</font>
<textcolor>white</textcolor>
<label>$LOCALIZE[32011]</label>
<include>Window_OpenClose_Animation</include>
<visible>!Skin.HasSetting(EditMode)</visible>
</control>
<control type="label">
<description>White Button</description>
<posx>900</posx>
<posy>403</posy>
<width>400</width>
<height>35</height>
<align>left</align>
<aligny>center</aligny>
<font>font11</font>
<textcolor>white</textcolor>
<label>$LOCALIZE[32009]</label>
<include>Window_OpenClose_Animation</include>
</control>
<control type="label">
<description>Back Button</description>
<posx>377</posx>
<posy>354</posy>
<width>400</width>
<height>35</height>
<align>right</align>
<aligny>center</aligny>
<font>font11</font>
<textcolor>white</textcolor>
<label>$LOCALIZE[32064]</label>
<include>Window_OpenClose_Animation</include>
<visible>Skin.HasSetting(EditMode)</visible>
</control>
<control type="label">
<description>Back Button</description>
<posx>377</posx>
<posy>354</posy>
<width>400</width>
<height>35</height>
<align>right</align>
<aligny>center</aligny>
<font>font11</font>
<textcolor>white</textcolor>
<label>$LOCALIZE[32062]</label>
<include>Window_OpenClose_Animation</include>
<visible>!Skin.HasSetting(EditMode)</visible>
</control>
<control type="label">
<description>Start Button</description>
<posx>377</posx>
<posy>382</posy>
<width>400</width>
<height>35</height>
<align>right</align>
<aligny>center</aligny>
<font>font11</font>
<textcolor>white</textcolor>
<label>$LOCALIZE[31020]</label>
<include>Window_OpenClose_Animation</include>
</control>
<control type="label">
<description>Left Stick Button</description>
<posx>217</posx>
<posy>187</posy>
<width>400</width>
<height>35</height>
<align>center</align>
<aligny>center</aligny>
<font>font11</font>
<textcolor>white</textcolor>
<label>$LOCALIZE[32065]</label>
<include>Window_OpenClose_Animation</include>
<visible>Skin.HasSetting(EditMode)</visible>
</control>
<control type="label">
<description>Left Stick Button</description>
<posx>217</posx>
<posy>187</posy>
<width>400</width>
<height>35</height>
<align>center</align>
<aligny>center</aligny>
<font>font11</font>
<textcolor>white</textcolor>
<label>$LOCALIZE[32062]</label>
<include>Window_OpenClose_Animation</include>
<visible>!Skin.HasSetting(EditMode)</visible>
</control>
<control type="label">
<description>Right Stick Button</description>
<posx>499</posx>
<posy>560</posy>
<width>400</width>
<height>35</height>
<align>center</align>
<aligny>center</aligny>
<font>font11</font>
<textcolor>white</textcolor>
<label>$LOCALIZE[32066]</label>
<include>Window_OpenClose_Animation</include>
</control>
<control type="label">
<description>Left Trigger</description>
<posx>332</posx>
<posy>130</posy>
<width>400</width>
<height>35</height>
<align>center</align>
<aligny>center</aligny>
<font>font11</font>
<textcolor>white</textcolor>
<label>$LOCALIZE[32067]</label>
<include>Window_OpenClose_Animation</include>
</control>
<control type="label">
<description>Right Trigger</description>
<posx>552</posx>
<posy>130</posy>
<width>400</width>
<height>35</height>
<align>center</align>
<aligny>center</aligny>
<font>font11</font>
<textcolor>white</textcolor>
<label>$LOCALIZE[32068]</label>
<include>Window_OpenClose_Animation</include>
</control>
<control type="label">
<description>Dpad</description>
<posx>376</posx>
<posy>550</posy>
<width>400</width>
<height>35</height>
<align>center</align>
<aligny>center</aligny>
<font>font11</font>
<textcolor>white</textcolor>
<label>$LOCALIZE[32069]</label>
<include>Window_OpenClose_Animation</include>
</control>
</control>