basimrocks
Chieftain
- Joined
- Oct 17, 2009
- Messages
- 19
yeah i mean leaderheads, tyhanks on the advice
The buttons were supposed to be in Assets/Art/Leaderheads/ right?
Ive followed all the setps to the letter but everytime I launch the game my leader doesnt appear. I made him japanese instead of american if that helps at all
<NoShaderNIF></NoShaderNIF>
<BackgroundKFM></BackgroundKFM>
<NoShaderNIF/>
<BackgroundKFM/>
Partially, a screenshot of the folders would help too.
But can maybe also be solved without:
a) Remove the comma before the leaderhead button. A comma only has to be there, if you reference 2 buttons, like you can see for the other leaders. Else the comma will only cause trouble, e.g. crashes.
b) Instead of:
PHP:<NoShaderNIF></NoShaderNIF> <BackgroundKFM></BackgroundKFM>
change it to:
PHP:<NoShaderNIF/> <BackgroundKFM/>
That's "more right" than the first.
I see enough, also the mistake.
In your ArtDefines_Leaderheads.xml the path to the button is wrong.
In the file it's "Art\Interface\Leaderheads\Andrew_button.dds", but the button is there: "Art\Leaderheads\Andrew_button.dds"
Nonono, the XML file has to go to Assets\XML\Art, the art files have to go to Assets\Art\Leaderheads, not both things in the same folder.
I had to make a new folder for the XML file, should I have already had one?
OK, I did everything up to the finishing all the leaderheads, but when I load the mod they don't show up in civilopedia or the game or anywhere. What's up with that?