[LeaderScene] FallBackImage for new sponsors

Karnil

Chieftain
Joined
Nov 4, 2014
Messages
4
Hey
I made a dds file with the right size (1600x900)
and it is import into VFS
The scene.xml :
Spoiler :
<LeaderScene>
<FallbackImage ID="Level1" image="LUNA_Base.dds"/>
<FallbackImage ID="Level2_Purity" image="LUNA_Purity.dds"/>
<FallbackImage ID="Level2_Harmony" image="LUNA_Harmony.dds"/>
<FallbackImage ID="Level2_Supremacy" image="LUNA_Supremacy.dds"/>
<FallbackImage ID="Level3_Purity" image="LUNA_Purity.dds"/>
<FallbackImage ID="Level3_Harmony" image="LUNA_Harmony.dds"/>
<FallbackImage ID="Level3_Supremacy" image="LUNA_Supremacy.dds"/>

<Environment ID="Level1" XML="LUNA_Environment.xml" />
<Environment ID="Level2_Purity" XML="LUNA_EnvPurity.xml" />
<Environment ID="Level2_Harmony" XML="LUNA_EnvHarmony.xml" />
<Environment ID="Level2_Supremacy" XML="LUNA_EnvSupremacy.xml" />
<Environment ID="Level3_Purity" XML="LUNA_EnvPurity.xml" />
<Environment ID="Level3_Harmony" XML="LUNA_EnvHarmony.xml" />
<Environment ID="Level3_Supremacy" XML="LUNA_EnvSupremacy.xml" />
</LeaderScene>


But no matter it keeps putting up a white box and says file not loaded?
What am I missing?
here is a picture of the said problem:
Spoiler :

is it related that it says import = 0 on the xml files? And how do I change that? oh it is just the VFS and it didn't help?
Spoiler :
<File md5="1871CBEBA620EC30802B125A81012063" import="1">ART/LUNA_Base.dds</File>
<File md5="1871CBEBA620EC30802B125A81012063" import="1">ART/LUNA_Harmony.dds</File>
<File md5="1871CBEBA620EC30802B125A81012063" import="1">ART/LUNA_Purity.dds</File>
<File md5="1871CBEBA620EC30802B125A81012063" import="1">ART/LUNA_Supremacy.dds</File>
<File md5="111E2D82B9E2C7F8454553725A517AAA" import="1">XML/LUNAScene.xml</File>
<File md5="C2B1D59B0D0631BD65E3AD4C937395C4" import="1">XML/LUNA_EnvHarmony.xml</File>
<File md5="51D0E8BAB0AF91B1342E948F771ACE22" import="1">XML/LUNA_Environment.xml</File>
<File md5="98F86E12A212BFB663A25B46A8EB504D" import="1">XML/LUNA_EnvPurity.xml</File>
<File md5="FCEECC2E51FE843D308A26852CE23B49" import="1">XML/LUNA_EnvSupremacy.xml</File>


I really need help because this making me weird?

I fixed it!
I forgot double check some files name and now it works........... I need some taco's o_o
 
Top Bottom