Posted: Thu Oct 26, 2006 6:22 am Post subject: Skinning INI file; Data over laps
Can anyone tell me how to fix this so that the info does not overlap. Looks like the drive and biosver display text over lap each other.
Code:
SkinName "Gears","Gears"
[Skin_Gears]
Text = 110,187,1.0,0xD3D09C,0,"<Time>"
Text = 108,189,0.5,0x2C4521,0,"<Time>"
Text = 110,217,1.0,0xD3D09C,0,"DVD: <CD>"
Text = 108,219,0.5,0x2C4521,0,"DVD: <CD>"
Text = 40,35,1.0,0xD3D09C,0,"BIOS: <BIOSVer>"
Text = 38,37,0.5,0x2C4521,0,"BIOS: <BIOSVer>"
Text = 253,35,1.0,0xD3D09C,0,"E: <SpaceE>"
Text = 251,37,0.5,0x2C4521,0,"E: <SpaceE>"
Text = 428,35,1.0,0xD3D09C,0,"F: <SpaceF>"
Text = 426,37,0.5,0x2C4521,0,"F: <SpaceF>"
Text = 285,72,1.0,0xD3D09C,0,"V<Version>"
Text = 283,74,0.5,0x2C4521,0,"V<Version>"
Text = 492,200,1.0,0xD3D09C,0,"HD:<Temp3>"
Text = 490,202,1.0,0x2C4521,0,"HD:<Temp3>"
Text = 358,200,1.0,0xD3D09C,0,"CPU:<Temp2>"
Text = 356,202,1.0,0x2C4521,0,"CPU:<Temp2>"
Text = 390,225,1.0,0xD3D09C,0,"IP: <IP>"
Text = 388,227,1.0,0x2C4521,0,"IP: <IP>"
LogoType = 3
Main = "\skin\Gears\menu.jpg"
Launch = "\skin\Gears\loading.jpg"
Greven Xbox-Hq Genius Xbox Version: Xbox V1.6 Modded: Xecuter 3 CE
Joined: Jan 19, 2006 Posts: 2755 Location: Calgary, Alberta, Canada
Posted: Thu Oct 26, 2006 6:48 am Post subject:
The way that the files work is:
Text = [space from side],[space from top],[trasnparency],[hexidecimal color],[0=left aligned 1=right aligned],"[text with anything in <> replaced]" _________________
For css you can use the characters /**/ to place comments in the code strings
/* text not seen*/
text seen
For HTML you would use <!-- --> and any text inbetween will not be seen or recognized as code.
<!-- This is a comment -->
This is the source code
I can just delete the code string but its alot easier to just hide the string with as a comment. Perhaps this is not the same for a .ini file as compared to a html or css file.
Greven Xbox-Hq Genius Xbox Version: Xbox V1.6 Modded: Xecuter 3 CE
Joined: Jan 19, 2006 Posts: 2755 Location: Calgary, Alberta, Canada
Posted: Thu Oct 26, 2006 2:41 pm Post subject:
As far as I'm aware there is no way to insert commends into a skins .ini file _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum