Please make this.
I need it for making Machinima.
I guess you just need some temporary hack…
[lua]if (SERVER) then AddCSLuaFile(“removeeffect.lua”) end
util.EffectX = util.EffectX or util.Effect
function util.Effect(…)
if (arg[1] == “selection_indicator”) or (arg[1] == “ToolTracer”) then return end
return util.EffectX(unpack(arg))
end[/lua]
Not tested, but should work. Save it as “removeeffect.lua” and drop it in lua/autorun.