Let me just explain the sequence of files:
1. descr_sm_factions
Here the name of the symbols is defined
Code:
logo_index FACTION_LOGO_HEDJAZ
small_logo_index SMALL_FACTION_LOGO_HEDJAZ
2. shared.sd
Here the position of the small faction logo is defined. "page 3"in the last line means it is placed on the sharedpage_regpro_01.tga file - counting of pages starts with zero.
Code:
<texture_pages count="4">
<page file="sharedpage_01.tga" width="512" height="512" force32bit="0"/>
<page file="sharedpage_00.tga" width="512" height="512" force32bit="0"/>
<page file="editor_shared01.tga" width="256" height="256" force32bit="0"/>
<page file="sharedpage_regpro_01.tga" width="256" height="128" force32bit="0"/>
</texture_pages>
<sprite index="343" name="SMALL_FACTION_LOGO_HEDJAZ" page="3" left="73" right="101" top="60" bottom="89" x_offset="0" y_offset="0" alpha="1" cursor="0"/>
3. strategy.sd
Here the position of the big faction logo is defined. "page 5"in the last line means it is placed on the stratpage_regpro_01.tga file.
Code:
<texture_pages count="6">
<page file="stratpage_01.tga" width="512" height="512" force32bit="0"/>
<page file="stratpage_02.tga" width="512" height="512" force32bit="0"/>
<page file="stratpage_03.tga" width="243" height="250" force32bit="0"/>
<page file="editor_strat01.tga" width="256" height="256" force32bit="0"/>
<page file="stratpage_04.tga" width="512" height="512" force32bit="0"/>
<page file="stratpage_regpro_01.tga" width="512" height="256" force32bit="0"/>
</texture_pages>
<sprite index="309" name="FACTION_LOGO_HEDJAZ" page="5" left="146" right="211" top="88" bottom="155" x_offset="0" y_offset="0" alpha="1" cursor="0"/>
4. the tga files
I have enlarged the portion of the stratpage_regpro_01.tga file where the symbol is located and used the ruler to mark the 'left=146" entry. This should explain to you how the other values are defined.
.