Quick Marker - Remove sound effect

I'm trying to remove the sound effect that comes with Quick Marker. I did this to the config..

{
"Buttons to use": [
134217728
],
"Marker duration (seconds)": 5.0,
"Marker cooldown (seconds)": 1.0,
"Marker refresh rate (seconds)": 1.0,
"Markers limit (amount)": 2,
"Markers range limit (meters)": 250.0,
"Marker text": "<color=#ff0000>●\nDanger</color>",
"Effects on placement": [
"",
""
]
}

But it now causes this to spam on the console..

EffectNetwork.Send - unpooled effect name:
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 39)

How can I avoid this?
 
{
"Buttons to use": [
134217728
],
"Marker duration (seconds)": 5.0,
"Marker cooldown (seconds)": 1.0,
"Marker refresh rate (seconds)": 1.0,
"Marks limit (amount)": 3,
"Marker text": "<color=#ff0000><size=15>●</size></color> Enemy, {m} meters ({t} s ago)",
"Effects on placement": [
"assets/bundled/prefabs/fx/invite_notice.prefab",
"assets/bundled/prefabs/fx/invite_notice.prefab"
]
}
 

copeman365

Developer
so its still calling for a sound effect via the main file for it, so you would have to find it and comment that part out, idk if that would work it might it might not
 

Orange

Administrator
Can you tell me which line to remove? I'm not a coder so I'm worried I'll break something.
I will take a look today, but it should be changeable in config. Maybe it's corrupted? Remove the lines and check at Jsonlint.com
 
Top