Problem: 2D Leader won't show in Diplomacy screen

ThyFalseKing

Chieftain
Joined
Oct 27, 2014
Messages
17
Not exactly sure what is going on at the moment, but here is the run down:

NOD_Commander_Diplo.dds (set to import into VFS)
*NOD_Scene.xml (set to import into VFS)
Spoiler :
<?xml version="1.0" encoding="utf-8"?>
<!-- Created by ModBuddy on 10/26/2014 6:16:37 PM -->
<LeaderScene>
<FallbackImage ID="Level1" image="NOD_Commander_Diplo.dds"/>
<FallbackImage ID="Level2_Purity" image="NOD_Commander_Diplo.dds"/>
<FallbackImage ID="Level2_Harmony" image="NOD_Commander_Diplo.dds"/>
<FallbackImage ID="Level2_Supremacy" image="NOD_Commander_Diplo.dds"/>
<FallbackImage ID="Level3_Purity" image="NOD_Commander_Diplo.dds"/>
<FallbackImage ID="Level3_Harmony" image="NOD_Commander_Diplo.dds"/>
<FallbackImage ID="Level3_Supremacy" image="NOD_Commander_Diplo.dds"/>

<Environment ID="Level1" XML="NOD_Commander_Environment.xml" />
<Environment ID="Level2_Purity" XML="NOD_Commander_Environment.xml" />
<Environment ID="Level2_Harmony" XML="NOD_Commander_Environment.xml" />
<Environment ID="Level2_Supremacy" XML="NOD_Commander_Environment.xml" />
<Environment ID="Level3_Purity" XML="NOD_Commander_Environment.xml" />
<Environment ID="Level3_Harmony" XML="NOD_Commander_Environment.xml" />
<Environment ID="Level3_Supremacy" XML="NOD_Commander_Environment.xml" />
</LeaderScene>

*NOD_Commander_Environment.xml (set to import into VFS)
Spoiler :
<?xml version="1.0" encoding="utf-8"?>
<!-- Created by ModBuddy on 10/26/2014 6:16:31 PM -->
<LeaderEnvironment FallbackImage="NOD_Commander_Diplo.dds">
</LeaderEnvironment>


*- Before it would come back with an error saying picture wasn't loaded when these weren't set to True.

I can't see the issue being this. So it must be either the image (which I've looked at and the alpha and picture is set up properly) or DXT1 with alpha is not sufficient. Or there is an issue right now with 2D Leaders that I am unaware of. Personally I'd love to learn to turn this into a 3D, but have no idea how.

Any ideas?
 
If you want to see your image just set in advanced video options the leader's scene quality to minimum. It won't work for other settings - it's a bug that needs to be patched or something.
 
If you want to see your image just set in advanced video options the leader's scene quality to minimum. It won't work for other settings - it's a bug that needs to be patched or something.

Thank you for letting me know. I was going insane trying to figure it out xD
 
Back
Top Bottom