You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
— 1/31/26, 11:08 AM
Any idea why some sprites doesn't play its animation? Despite they have framerate 10.0 already.
This is from The Final Expedition, in the dedicated server, this sprites/physring1.vmt simply just don't play its animation. Is this client sided issue, or latency issue?
2026-01-31_17-23-19.mp4
The culprit is a failing m_flMaxFrame calculation (SDK13).
If one knows the max frame of given material, it can be fixed after spawning like so:
Continuing from Discord
2026-01-31_17-23-19.mp4
The culprit is a failing
m_flMaxFramecalculation (SDK13).If one knows the max frame of given material, it can be fixed after spawning like so: