About This File
This file has to be placed in etmain where the xposed.pk3 is located to fix
^3WARNING: unknown dst blend mode 'gl_dst_color' in shader 'textures/xposed/burn@ringa', substituting GL_ONE
&
Can't read sound file sound/vo/general/axis/hq_tankbridge.wav
This will repair and replace two script lines in two scripts
goldrush_allies_tank_steal is called 3 times from maps\xposed.script in xposed.pk3 the fix was repaired in
sound/scripts/xposed.sound the sound for hq_tankbridge.wav by default values from pak0.pk3 directory located at sound/vo/fueldump/axis/hq_tankbridge.wav
As for the shader hitch warning from console the gl_dst_color was replaced with GL_ONE to default values
textures/xposed/burn@ringa
{
qer_editorimage textures/xposed/burn-1@ringa.tga
nopicmip
{
animmap 3 textures/xposed/burn-1@ringa.tga textures/xposed/burn-1@ringa.tga textures/xposed/burn-2@ringa.tga
}
{
animmap 1 textures/xposed/burn-1@ringa.tga textures/xposed/burn-1@ringa.tga textures/xposed/burn-2@ringa.tga
rgbGen const ( 0 0 0 )
}
{
animmap 5 textures/xposed/burn-1@ringa.tga textures/xposed/burn-2@ringa.tga textures/xposed/burn-1@ringa.tga
blendfunc gl_dst_alpha GL_ONE
alphaGen wave sin 1 1 1 1
}
{
animmap 3 textures/xposed/burn-2@ringa.tga textures/xposed/burn-1@ringa.tga textures/xposed/burn-1@ringa.tga
blendfunc gl_dst_alpha GL_ONE
}
{
animmap 5 textures/xposed/burn-2@ringa.tga textures/xposed/burn-1@ringa.tga textures/xposed/burn-1@ringa.tga
blendfunc gl_dst_alpha GL_ONE
}
}
This should in theory reduce server log data size to a more reasonable data stack if logging is enabled on the server
The fix was brought to attention on this topic https://fearless-assassins.com/topic/105508-etl-client-crash/page/3/#comment-869886