True Music - Render Tick Patch
True Music - Render Tick Patch
Patches the [b]OnRenderTickClientCheckMusic[/b] crash in True Music B42.
[hr]
Problem
True Music's [b]OnRenderTickClientCheckMusic[/b] throws a nil-call exception every 100 render ticks in multiplayer, flooding the log and blocking input/UI responsiveness. This can make doors, interactions, and other actions unresponsive.
[hr]
Fix
Wraps the original function in [b]pcall[/b] so errors are caught silently instead of interrupting the render loop.
[list]
[*] Music features continue to work
[*] Render tick errors no longer freeze input
[*] Minimal performance overhead
[/list]
[hr]
Requirements
[list]
[*] [url=https://steamcommunity.com/sharedfiles/filedetails/?id=3397198968]True Music_b42[/url]
[/list]
[hr]
Developed by [b]$J[/b]
Workshop ID: 3712059274
Mod ID: TrueMusic_Fix