Help - Search - Members - Calendar
Full Version: What File Loads The Splash.png
Scenyx Entertainment Community > Xbox1 Forums > Software Forums > XBMC for Xbox Forums > XBMC Skinning > Official Team Blackbolt Skins Forum
EkL!pZ3
Does anyone know the file that the splash.png file is loading from i wanna try something but i have no clue where the coding for it is. Thanks for the help if ne1 can help a brotha out biggrin.gif
Jezz_X
xbmc loads the splash.png you can find it in xbmcdir\media nothing to do with the skin except BB made it
EkL!pZ3
But what part of xmbc loads it? i wanted to recode it for something im trying 2 do and i cant seem 2 figure it out
theTHAInikka
Aye. Did you take my avatar? lol.
EkL!pZ3
QUOTE(theTHAInikka @ Jun 8 2006, 09:23 PM) *

Aye. Did you take my avatar? lol.


ya i had 2 man... when i seen it i was like i got to get that!!@@#@#@! smile.gif
Jezz_X
QUOTE(EkL!pZ3 @ Jun 9 2006, 02:21 PM) *

But what part of xmbc loads it? i wanted to recode it for something im trying 2 do and i cant seem 2 figure it out

the part that gets compiled into the default.xbe so search through all the source code for it then change the c++ and recompile it
nickman
QUOTE(Jezz_X @ Jun 9 2006, 06:20 AM) *

xbmc loads the splash.png you can find it in xbmcdir\media nothing to do with the skin except BB made it


It's loaded from xbmc/Application.cpp
CODE

m_splash = new CSplash("Q:\\media\\splash.png");
m_splash->Start();


The actual code that renders the picture is in Splash.cpp and Splash.h located in xbmc/utils/
DaMyth
nickman, I've been looking for what you said, with no luck. Point me in the right direction please
sadalius
What he is referring to is the CVS build files prior to compiling. Download the current cvd build and you will find the file where he mentioned.
nickman
QUOTE(DaMyth @ Jun 9 2006, 07:09 PM) *

nickman, I've been looking for what you said, with no luck. Point me in the right direction please


Do you know anything about C++ coding ? And can you compile your own builds from the source ?
If you answer NO on any of them, then just forget about changing anything.

I DID point you to the right dir. rolleyes.gif
DaMyth
I know very little C++, very very little, but I see no harm in trying
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.