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
Hello
I'm currently developing a server which allows users to use Outfitter freely and is focused on social interactions, As such, I'd love to be able to disable any performance "warnings" Outfitter throws up about models having too many polygons and causing lag on older PCs, Since the priorities here aren't on PVP or anything that could theorically be bothered by low FPS (Also from the limit being rather arbitrary) So I was wondering if it'd be possible to add some kind of server-side command to remove any polygon limits and weight limits for the users or to atleast adjust what Outfitter considers "Laggy".
It will cause lag on any PCs. We're talking about source here. Besides most of these limiters were put to prevent crashes (consistently happening crashes).
It will cause lag on any PCs. We're talking about source here. Besides most of these limiters were put to prevent crashes (consistently happening crashes).
But wouldn't changing the filesize limit as a player also cause crashes in that case? (Ignoring the performance warning itself)
Asking from unknowledge
The filesize can mean many skins or the like which is fine.
Increasing the limit on vertices can cause crashes: try a high vertex playermodel in front of a mirror and throw the paintbucket model at you so you get splatter: gm_spawn models/props_junk/metal_paintcan001a.mdl
This used to crash the game and the wiki still says the limit is still 63828 vertices and 127474 triangles unless gmod has fixed the crash: https://developer.valvesoftware.com/wiki/Model_Creation_Overview#Performance_and_Budgets
Hello
I'm currently developing a server which allows users to use Outfitter freely and is focused on social interactions, As such, I'd love to be able to disable any performance "warnings" Outfitter throws up about models having too many polygons and causing lag on older PCs, Since the priorities here aren't on PVP or anything that could theorically be bothered by low FPS (Also from the limit being rather arbitrary) So I was wondering if it'd be possible to add some kind of server-side command to remove any polygon limits and weight limits for the users or to atleast adjust what Outfitter considers "Laggy".
Thank you for your time.
Example Model which causes this performance warning to pop up
The text was updated successfully, but these errors were encountered: