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

Solved [CS:GO] Remove footsteps shadow


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Raw123
Junior Member
Join Date: Jul 2016
Old 10-26-2017 , 12:02   [CS:GO] Remove footsteps shadow
Reply With Quote #1

Hello,

i need help with removing footsteps shadow.

Screen:
http://images.akamai.steamuserconten...B4BECA9241CBA/


i also tried this code: (not working)
PHP Code:
new = -1;
while ((
FindEntityByClassname(i"env_cascade_light")) != -1) { 
AcceptEntityInput(i"Kill");


Last edited by Raw123; 10-26-2017 at 19:20. Reason: Solved
Raw123 is offline
Raw123
Junior Member
Join Date: Jul 2016
Old 10-26-2017 , 19:19   Re: [CS:GO] Remove footsteps shadow
Reply With Quote #2

Solved
Raw123 is offline
hmmmmm
Great Tester of Whatever
Join Date: Mar 2017
Location: ...
Old 10-26-2017 , 19:49   Re: [CS:GO] Remove footsteps shadow
Reply With Quote #3

What was the solution?
hmmmmm is offline
Raw123
Junior Member
Join Date: Jul 2016
Old 10-26-2017 , 20:06   Re: [CS:GO] Remove footsteps shadow
Reply With Quote #4

I wanted to hide foot prints on prop which I am using..

I set model to player and then I hide my playermodel with this code:
PHP Code:
SetEntityRenderMode(clientRENDER_NONE); 

Next step was creating fake model
PHP Code:
int entity CreateEntityByName("prop_dynamic_override");

..... 
TESTED ONLY ON PROPS!

Last edited by Raw123; 10-26-2017 at 20:08.
Raw123 is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 10-26-2017 , 21:22   Re: [CS:GO] Remove footsteps shadow
Reply With Quote #5

I.e. using something CustomPlayerSkins, because footprints don't render when the player is invisible.
Mitchell is offline
Reply


Thread Tools
Display Modes

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 18:23.


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