Modding Union

[en] - Modding Corner => Coding => Thema gestartet von: Davide3i am 10. Feb 2016, 15:26

Titel: ButtonImages List
Beitrag von: Davide3i am 10. Feb 2016, 15:26
Hi to all.
I'm having a hard time finding the default names' list for button-images, to use them in a map.ini file.
Is there a complete list of them? Or, at least, may someone tell me in which .big file look for them?
For example, I can't find anywhere the name-code for the Gondor Tower Guards button-image.
Thanks to anyone whom can help me. :)
Titel: Re: ButtonImages List
Beitrag von: Glorfindel23 am 10. Feb 2016, 15:42
Tower garde :
    SelectPortrait         = UPGondor_TowerGuard
    ButtonImage             = WOR_GondorTowerGuard

Cherche in the block object for the button image
for example :
"\data\ini\object\goodfaction\units\men\gondortowershieldguard.ini"
Titel: Re: ButtonImages List
Beitrag von: Davide3i am 10. Feb 2016, 16:28
Thank you.