Sid Button

PPQ_Purple

Purple Cube (retired)
Joined
Oct 11, 2008
Messages
5,764
I have been looking for a button for good old SID for a while now, but have found none.
Hence, I have take it upon me to create one.

It is not the best icon, but it is my first work and I hope it is worth for something.
The button is based off a screanshot of the leaderhead.

To activate it, just unzip into the modules folder.
 

Attachments

Firaxis did make a Sid button. You can find it in the FPK in th atlas, and as an individual button as well.
 
What's the path to it? I don't know how to define a button in an atlas, I always just copy the button path if it's from an atlas (as it'll be used in BtS). Currently the barbarian leader button uses Ghengis Khan, but if there is a proper button to put in ArtDefinesLeaderhead, what is the correct path to use?
 
What's the path to it? I don't know how to define a button in an atlas, I always just copy the button path if it's from an atlas (as it'll be used in BtS). Currently the barbarian leader button uses Ghengis Khan, but if there is a proper button to put in ArtDefinesLeaderhead, what is the correct path to use?

If you want to give the sid button in actions_builds_leaderheads_specialists_atlas.dds to barbarian leader, it would look like this:
Code:
		<LeaderheadArtInfo>
			<Type>ART_DEF_LEADER_BARBARIAN</Type>
			<Button>,Art/interface/LeaderHeads/Btn_LH_Mongol_Genghis.dds,Art/Interface/Buttons/Actions_Builds_LeaderHeads_Specialists_Atlas.dds,[B]7,10[/B]</Button>
			<NIF>art/LeaderHeads/Sid/sid.nif</NIF>
			<KFM>art/LeaderHeads/Sid/sid.kfm</KFM>
			<NoShaderNIF>art/LeaderHeads/Sid/sid_noshader.nif</NoShaderNIF>
			<BackgroundKFM>art/LeaderHeads/Sid/sid_BG.kfm</BackgroundKFM>
		</LeaderheadArtInfo>
EDIT: If you didn't notice, just change the two numbers in bold in <Button>,Art/interface/LeaderHeads/Btn_LH_Mongol_Genghis.dds,Art/Interface/Buttons/Actions_Builds_LeaderHeads_Specialists_Atlas.dds,7,10</Button>
 
Back
Top Bottom