Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable performance warnings in server as Owner #78

Open
Jenoxen opened this issue Sep 30, 2021 · 3 comments
Open

Disable performance warnings in server as Owner #78

Jenoxen opened this issue Sep 30, 2021 · 3 comments

Comments

@Jenoxen
Copy link

Jenoxen commented Sep 30, 2021

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

@Earu
Copy link

Earu commented Oct 1, 2021

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).

@Jenoxen
Copy link
Author

Jenoxen commented Oct 1, 2021

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

@Python1320
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants