Skip to content

Commit

Permalink
Fix Sera ACU PSM bp
Browse files Browse the repository at this point in the history
For #FAForever#2807 so it can be used during warp in effect. Also if anyone ever
wants to add personal shield for the Sera ACU...
  • Loading branch information
speed2 authored and aeoncleanse committed Jul 8, 2019
1 parent e481929 commit f7cfbce
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions units/XSL0001/XSL0001_PhaseShield_mesh.bp
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ MeshBlueprint {
{
MeshName = 'xsl0001_lod0.scm',
AlbedoName = 'xsl0001_albedo.dds',
NormalsName = 'xsl0001_normals.dds',
NormalsName = 'xsl0001_normalsTS.dds',
SpecularName = 'xsl0001_specteam.dds',
LookupName = '/effects/entities/PhaseShield/PhaseShieldLookup.dds',
ShaderName = 'PhaseShield',
LookupName = '/textures/environment/Falloff_seraphim_lookup.dds',
SecondaryName = '/effects/entities/PhaseShield/PhaseShieldLookup.dds',
ShaderName = 'SeraphimPersonalShield',
LODCutoff = 195,
Scrolling = true,
},
},
}

0 comments on commit f7cfbce

Please sign in to comment.