Oh, I'm not using the first Hitler leader head, I'm using the one uploaded by Hadrean. In Hadrean's one, you don't replace any Napoleon files (there's only one folder, for Hitler). Hence, I do NOT want to draw from a Napoleon folder in any of my code, so the first post doesn't help me. In addition, the button file Hitler.dds doesn't exist, at least not in Hadrean's uploaded version. Regardless, I tried your code Edgecrusher and I actually made
some progress.
So the leaderhead shows, now I'm just trying to figure out why he isn't showing for the small box to the right and why his background isn't Napoleon's. Naturally the background is Napoleon's because it's drawing from the Napoleon folder, so I'm trying the Hitler folder with different files, unfortunately all of the ones I'm trying are replacing the WHOLE picture (leader head and background) with the infamous red square of nothingness. Does anyone know what file in the
Hitler directory exactly is the one for the background as shown
here? I thought it would be one of the _bg ones, but they only seem to replace Hitler with the red square. Here is my new updated xml code:
<LeaderheadArtInfo>
<Type>ART_DEF_LEADER_HITLER</Type>
<Button>Art/interface/LeaderHeads/napoleon/napoleon_nrml.dds</Button>
<NIF>art/LeaderHeads/Hitler/Hitler.nif</NIF>
<KFM>art/LeaderHeads/Hitler/napoleon.kfm</KFM>
<NoShaderNIF>art/LeaderHeads/Hitler/napoleon_noshader.nif</NoShaderNIF>
<BackgroundKFM>art/LeaderHeads/Hitler/napoleon_bg.kfm</BackgroundKFM>
</LeaderheadArtInfo>
So currently I'm trying to figure out the BackgroundKFM portion and the small picture portion (part of button code?). Any ideas? Thanks.