Raised This Month: $32 Target: $400
 8% 

[CSGO] Footstep shadows (With transparency)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
micapat
Veteran Member
Join Date: Feb 2010
Location: Nyuu, nyuu (France).
Old 12-15-2016 , 17:36   [CSGO] Footstep shadows (With transparency)
Reply With Quote #1

Hi everyone,

Valve pushed a new update:

HTML Code:
- Fixed rendering issues with new character footstep shadows.
Now, when the player is set transparent / invisible with "sv_disable_immunity_alpha 1", we can see this:



Has someone found a fix for this? I found in netprops.txt (Using 'sm_dump_netprops') the entity:

PHP Code:
CFootstepControl (type DT_FootstepControl)
  ... 
/!\ This entity already exists before this update, but maybe it controls the footstep shadows..? /!\

------------------------------------
Is there a better way to remove the shadow of the players? I currently use this to remove it:

PHP Code:
public void OnMapStart()
{
    
int iEntity = -1;
    
    while ((
iEntity FindEntityByClassname(iEntity"env_cascade_light")) != -1
    { 
        
AcceptEntityInput(iEntity"Kill");
    }

------------------------------------
Thank you for your help !
__________________

Last edited by micapat; 12-15-2016 at 19:12.
micapat is offline
txzzo
New Member
Join Date: Dec 2016
Old 12-28-2016 , 14:12   Re: [CSGO] Footstep shadows (With transparency)
Reply With Quote #2

Did you find out anything more about this? Having the same issue.
txzzo is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:28.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode