SpaceTown-Developers / Lemon-Gate

Expression Advanced a Lua sub language.
Other
15 stars 5 forks source link

[Request] Remove valid model check if modelany is enabled #204

Open shadowscion opened 10 years ago

shadowscion commented 10 years ago

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.

!util.IsValidModel( Model )
OmicroNiuM commented 10 years ago

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.

guillaume-dorczynski commented 10 years ago

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

shadowscion commented 10 years ago

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

adamnejm commented 10 years ago

I agree.

Damianu commented 10 years ago

I agree.

szymski commented 10 years ago

I agree.

Orzlar commented 10 years ago

I agree.

Caleb10611 commented 10 years ago

I agree.