AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting (https://forums.alliedmods.net/forumdisplay.php?f=107)
-   -   [CS:GO] Block / Remove / Prevent Bullet decals? (https://forums.alliedmods.net/showthread.php?t=295271)

Kinsi 03-20-2017 19:02

[CS:GO] Block / Remove / Prevent Bullet decals?
 
Hey there,

i am pretty sure that this isnt possible, at least not with SM, but i just want to make sure that it really isnt :P Is it possible to prevent bullet impact decals / remove them?

I tried to hook the "Shotgun Shot" tempent (Which funnily is called for any weapon, not just a Shotgun) and returning Plugin_Stop but that didnt result in anything.

Are the Bulletdecals completely Clientside in CS:GO? (non-serverside seed suggests that), and is there really no way to force a client to remove them? (or maybe at least all decals like r_cleardecals does)

Vit_amin 03-20-2017 19:17

Re: [CS:GO] Block / Remove / Prevent Bullet decals?
 
ClientCommand(iClient, "r_cleardecals 0");

Kinsi 03-20-2017 20:38

Re: [CS:GO] Block / Remove / Prevent Bullet decals?
 
That does not work, at least not for CS:GO

Neuro Toxin 03-21-2017 00:51

Re: [CS:GO] Block / Remove / Prevent Bullet decals?
 
Try sv_multiplayer_maxtempentities 0

Kinsi 03-21-2017 09:52

Re: [CS:GO] Block / Remove / Prevent Bullet decals?
 
Doesnt seem to have a function in CS:GO. Its accessible trough sm_cvar but doesnt block any tempents whatsoever, not even beams.

sneaK 03-21-2017 12:05

Re: [CS:GO] Block / Remove / Prevent Bullet decals?
 
Quote:

Originally Posted by Kinsi (Post 2505368)
Doesnt seem to have a function in CS:GO. Its accessible trough sm_cvar but doesnt block any tempents whatsoever, not even beams.

I believe there's a function in Deathmatch Goes Advanced that blocks blood splatter on walls, perhaps this may be adaptable to bullet impacts as well.

Kinsi 03-21-2017 13:28

Re: [CS:GO] Block / Remove / Prevent Bullet decals?
 
Quote:

Originally Posted by blackhawk74 (Post 2505397)
I believe there's a function in Deathmatch Goes Advanced that blocks blood splatter on walls, perhaps this may be adaptable to bullet impacts as well.

Already attempted that, the TE hook unfortunately does not fire for the bullet impacts as, like i said, i believe they are generated clientside

almil36 09-17-2020 03:02

Re: [CS:GO] Block / Remove / Prevent Bullet decals?
 
Hi,

Did someone find a way to remove bullet holes for client in CS:GO?


All times are GMT -4. The time now is 00:45.

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