All Rust commits from Facepunch
Merge: from spectate_3p_fix - Bugfix for spectating yourself causing a client crash Tests: tried to spectate via F1 menu - no longer possible
Merge: from spectate_3p_fix - Bugfix: fixes 3rd person spectate camera not following spectated player Tests: spectated target in 3rd person while original body was in a box - camera orbitted target as expected
Merge: from jobs_noclip_mask_fix - Bugfix for UsePlayerUpdateJobs > 0 NoClip checks incorrectly using vehicle layer mask - Updated unit test to check for above case Tests: ran unit test, tried to push against modular vehicles on craggy
Merge: from jobs_coarsedist_crashfix - Bugfix: fixes crash when players connect to a fresh server with UsePlayerUpdateJobs > 0 Tests: local C+S with UsePlayerUpdateJobs 2 enabled from the start - no more exceptions by height and shoredist jobs

Enable 222 new materials for GPU instancing (If you conflict with this changeset, simply override these changes and manualle re-enable GPU instancing on the affected materials afterwards)


Merge: from main - Bugfix: Removes client-side network group setting when updating parents - fixes phantom entities on cargoship and other global network entities Tests: flew around craggy, was able to pick up items, chop trees, kill animals. spawned cargoship and dropped items on it, spawned dressed player & killed him, then deleted them using console cmd - they got cleaned up as expected
Fixed the bug with changing renderscale/dlss with Volumetric clouds set to Ultra that would blit the wrong texture to the screen





Convert confetti cannon to meshlod Switch pfx_confetti material to Particles/Standard Surface as the rust standard material is no longer compatible with particles

Added a way to dynamically increase the texture streaming memory budget if the desired texture memory is higher than the current memory budget. The will prevent blurry texture issues on GPUs with a lower amount of VRAM, as the desired texture memory will be met.
Made the texture.memory_vram_factor ConVar available to players as a temporary fix for those that still have the blurry textures issue. This isn't saved when changed to avoid issues in the future with players having the wrong memory budget.