-
Notifications
You must be signed in to change notification settings - Fork 5
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
[Request] Remove valid model check if modelany is enabled #204
Comments
Agreed, I rather like the fact that I can download a custom model and use it regardless of if the server has it or not. |
Oh this is why E2 holograms can use models that the server doesn't have, and Lemongate can't? If so then yes, I agree, remove this check ;) |
@arduinium Yep. Although preferably it would be done outright instead of being a secondary convar option like in e2, or at the very least make it the default setting. |
I agree. |
4 similar comments
I agree. |
I agree. |
I agree. |
I agree. |
This causes a lot of frustration, because even though most players have most source games, most servers do not, making the [physical] models useless. Holograms have no physics, and a client who doesn't have a specific model will see an error regardless, so there is absolutely no point in not allowing the models to be used by those who have them (if modelany is enabled, of course).
Specifically, remove this from line 204 of the hologram.lua component file.
The text was updated successfully, but these errors were encountered: