Forged Alliance Forever Forged Alliance Forever Forums 2015-12-14T00:02:10+02:00 /feed.php?f=47&t=11039 2015-12-14T00:02:10+02:00 2015-12-14T00:02:10+02:00 /viewtopic.php?t=11039&p=115641#p115641 <![CDATA[Re: Compatibility with FAF 3650]]> Statistics: Posted by remanemporor — 14 Dec 2015, 00:02


]]>
2015-10-28T23:15:40+02:00 2015-10-28T23:15:40+02:00 /viewtopic.php?t=11039&p=113241#p113241 <![CDATA[Compatibility with FAF 3650]]> I really appreciate this mod and when I updated FAF to 3650 I was surprised that the mod wasn't working anymore.
Many problems are responsible of that:

1. The following commit broke the required mod "Global Icon Support" (blackops):
https://github.com/FAForever/fa/commit/ ... d679c96b18

2. In another commit the "TableCat" function was moved:
https://github.com/FAForever/fa/commit/ ... 2ef58147f9

So to make the mod works, I:

1. Compressed the textures dir in a zip named it to Z_TM_textures.scd.
The textures dir is located in \Documents\My Games\Gas Powered Games\Supreme Commander Forged Alliance\mods\TotalMayhem\textures
The prefix I used "Z_" is to indicate the game that this file should be loaded after all other scd files.

2. Moved the file in my Forged Alliance gamedata dir:
E:\Jeux\Supreme Commander - Forged Alliance\gamedata\Z_TM_textures.scd
This is to avoid having to use Global Icon Support (I disabled it in my mods).

3. Replaced the import of "TableCat" in the following files:
\Documents\My Games\Gas Powered Games\Supreme Commander Forged Alliance\mods\TotalMayhem\lua\TMavaEffectTemplates.lua
\Documents\My Games\Gas Powered Games\Supreme Commander Forged Alliance\mods\TotalMayhem\lua\TMEffectTemplates.lua
I replaced:
TableCat = import('/lua/utilities.lua').TableCat
By:
TableCat = import('/lua/system/utils.lua').table.concatenate

4. In the file:
/mods/totalmayhem/projectiles/brnt2exm2proj/brnt2exm2proj_proj.bp
I commented:
Mesh = {
LODs = {
{
LODCutoff = 150,
ShaderName = 'NormalMappedAlpha',
},
},
},
I am not sure this last step is useful but a warning indicates that the mesh is declared twice for this unit.

Good games to all

PS: link to the thread about Global Icon Support: viewtopic.php?f=3&t=11014

Statistics: Posted by Akinor — 28 Oct 2015, 23:15


]]>