#Game sounds replaced with meme sound effects
1 messages · Page 1 of 1 (latest)
but how do i find which addon it is
if you find that addon let me know, that sounds hilarious
do you know how i can find which one is replacing my sounds
Ok maybe thats a virus
yeah try factory resetting gmod with the batch file
LMFAIOI9UFG
😭
try in console:
sv_cheats 1
sv_allowcslua 1
lua_run PrintTable(hook.GetTable().EntityEmitSound)
lua_run_cl PrintTable(hook.GetTable().EntityEmitSound)
and send the output of both lua runs
this is on the map without the cbt shit
and this is the map with the cbt shit
lol the augh
yeah thats it
lua_run for _, x in pairs(hook.GetTable().EntityEmitSound) do PrintTable(debug.getinfo(x)) end
do that and let me know what it prints
here is the map without the cbt sound
and here is the map that has it
some addon is adding that file
theres no real easy way to figure out what causes it but there might be a dirty way
lua_run for n, x in pairs(hook.GetTable().EntityEmitSound) do hook.Add(n,function(...) x(...) ErrorNoHaltWithStack(...) end) end
try that
that's gonna spam errors from all the addons that use the hook
you might be able to see what addon is erroring
oh woops
lua_run for n, x in pairs(hook.GetTable().EntityEmitSound) do hook.Add("EntityEmitSound",n,function(...) x(...) ErrorNoHaltWithStack(...) end) end
there
should i show both maps or only 1 of them
only 1
|----------------------------> VJ Base 2.15.3b <----------------------------|
|- NOTICE! To configure VJ Base click on DrVrej in the spawn menu! -|
] sv_cheats 1
Server cvar 'sv_cheats' changed to 1
] sv_allowcslua 1
] lua_run for n, x in pairs(hook.GetTable().EntityEmitSound) do hook.Add("EntityEmitSound",n,function(...) x(...) ErrorNoHaltWithStack(...) end) end
for n, x in pairs(hook.GetTable().EntityEmitSound) do hook.Add("EntityEmitSound",n,function(...) x(...) ErrorNoHaltWithStack(...) end) end...
DEBUG: Clearing CSoundPatches after soundsound... (x2)
SoundEmitter: removing map sound overrides [1 to remove, 0 to restore]
[ERROR] table: 0x484edf60
- v - lua_run:1
- unknown - lua/includes/modules/hook.lua:96 (x2)
[ERROR] table: 0x484ee0f8
- v - lua_run:1
- unknown - lua/includes/modules/hook.lua:96 (x2)
Dropped Your Mother Gaming from server (Server shutting down)
DEBUG: Clearing CSoundPatches after soundsound... (x6)
PREP OK
57
some addon is adding this but there isn't really a way to see which addon did that
ig you'll just have to try disabling a bunch of addons and seeing if it stops
and then narrowing it down
ill just reset garrys mod

is there a way to see only the stuff i have subscribed too
i found out what happened @umbral blaze
hm
it was a meme addon i installed 🤦
lmao
yeah lol
glad to see it wasnt a backdoor
ty for helping me lol
np