Forged Alliance Forever Forged Alliance Forever Forums 2016-05-17T23:56:14+02:00 /feed.php?f=41&t=12450 2016-05-17T23:56:14+02:00 2016-05-17T23:56:14+02:00 /viewtopic.php?t=12450&p=127132#p127132 <![CDATA[Re: Decals_UI mod]]>

Exotic_Retard Image


We need also special version when player use control+k to autodestruct

Image

with explosion centred ower head : )

Statistics: Posted by Ithilis_Quo — 17 May 2016, 23:56


]]>
2016-05-17T21:24:25+02:00 2016-05-17T21:24:25+02:00 /viewtopic.php?t=12450&p=127122#p127122 <![CDATA[Re: Decals_UI mod]]> Image
Image
other than that small mistake, great job
available to all [e] clan members of course

Statistics: Posted by Exotic_Retard — 17 May 2016, 21:24


]]>
2016-05-17T20:10:07+02:00 2016-05-17T20:10:07+02:00 /viewtopic.php?t=12450&p=127115#p127115 <![CDATA[Re: Decals_UI mod]]> Statistics: Posted by manread — 17 May 2016, 20:10


]]>
2016-05-17T19:57:44+02:00 2016-05-17T19:57:44+02:00 /viewtopic.php?t=12450&p=127114#p127114 <![CDATA[Re: Decals_UI mod]]>
IF you want the image to be bigger just make the 18 to 20 or more

Statistics: Posted by Green_Nymph — 17 May 2016, 19:57


]]>
2016-05-17T19:25:51+02:00 2016-05-17T19:25:51+02:00 /viewtopic.php?t=12450&p=127112#p127112 <![CDATA[Re: Decals_UI mod]]> Statistics: Posted by Kalvirox — 17 May 2016, 19:25


]]>
2016-05-17T01:18:52+02:00 2016-05-17T01:18:52+02:00 /viewtopic.php?t=12450&p=127065#p127065 <![CDATA[Re: Decals_UI mod]]> Statistics: Posted by arkitect — 17 May 2016, 01:18


]]>
2016-05-17T19:28:22+02:00 2016-05-16T22:31:26+02:00 /viewtopic.php?t=12450&p=127048#p127048 <![CDATA[Re: Decals_UI mod]]>
Image


TY :D

Statistics: Posted by Greenio — 16 May 2016, 22:31


]]>
2016-05-16T18:33:10+02:00 2016-05-16T18:33:10+02:00 /viewtopic.php?t=12450&p=127038#p127038 <![CDATA[Decals_UI mod]]> The mod spawn a decal on acu spawn and another one when you die as seen on picture
rsz_preview.png
Download the mod here Decals_UI.rar
Just extract the file into the mods folder located at C:\Users\Jan\Documents\My Games\Gas Powered Games\Supreme Commander Forged Alliance\Mods
Its set that the spawn icon is the faction of player and the death icons is the eye.
You can change those two icons by adding your own icons to the icon folder and changing this bit of code (in Mods\Decals_UI\hook\lua\ui\game\gamemain.lua)
Code:
ring:SetTexture('/Mods/Decals_UI/icons/'..factions[armyData.faction+1]..'.dds')
to ring:SetTexture('/Mods/Decals_UI/icons/myspawn.dds')

As you can see the icon file must be DDS. You can use this site http://www.aconvert.com/image/png-to-dds/ to convert png images to DDS (also has jpg to dds converter).
To change death icon change this bit of code
Code:
death:SetTexture('/Mods/Decals_UI/icons/death.dds')
to death:SetTexture('/Mods/Decals_UI/icons/mydeathicon.dds')


EDIT: Only works for your ACU death. Currently cant find a way to get position of other acus.

Statistics: Posted by Green_Nymph — 16 May 2016, 18:33


]]>