Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions Visual Mods/SC_FactionIcons/Data/MACIcon.sbc
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0"?>
<Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<TransparentMaterials>

<TransparentMaterial>
<Id>
<TypeId>TransparentMaterialDefinition</TypeId>
<SubtypeId>MACIcon</SubtypeId>
</Id>
<AlphaMistingEnable>false</AlphaMistingEnable>
<AlphaSaturation>1</AlphaSaturation>
<CanBeAffectedByOtherLights>false</CanBeAffectedByOtherLights>
<IgnoreDepth>false</IgnoreDepth>
<SoftParticleDistanceScale>0.1</SoftParticleDistanceScale>
<Texture>Textures\MACIcon.dds</Texture>
</TransparentMaterial>

<TransparentMaterial>
<Id>
<TypeId>TransparentMaterialDefinition</TypeId>
<SubtypeId>MACIcon_small</SubtypeId>
</Id>
<AlphaMistingEnable>false</AlphaMistingEnable>
<AlphaSaturation>1</AlphaSaturation>
<CanBeAffectedByOtherLights>false</CanBeAffectedByOtherLights>
<IgnoreDepth>false</IgnoreDepth>
<SoftParticleDistanceScale>0.1</SoftParticleDistanceScale>
<Texture>Textures\MACIcon_small.dds</Texture>
</TransparentMaterial>

</TransparentMaterials>
</Definitions>
4 changes: 3 additions & 1 deletion Visual Mods/SC_FactionIcons/Data/SC_FactionIcons.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ MCEIcon_small
SIIIcon
SIIIcon_small
TECIcon
TECIcon_small
TECIcon_small
MACIcon
MACIcon_small
Binary file added Visual Mods/SC_FactionIcons/Textures/MACIcon.DDS
Binary file not shown.
Binary file not shown.
Loading