Jump to content

Xposed Patch - Enemy Territory Map


DoubleDragon

Recommended Posts

Xposed Patch

View 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

 

 

Spoiler

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

 


 

  • Thanks 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.