shadowscion / Prop2Mesh

Garry's Mod Addon - Convert a group of props into a single clientside mesh
14 stars 9 forks source link

Constantly crash me + convar to disable it not working #41

Closed MorlandMoran closed 1 year ago

MorlandMoran commented 1 year ago

This thing crashes me constantly and the convar to disable it doesn't work at all.

shadowscion commented 1 year ago

The convar that disables everything only works if the server allows it, and wont disable anything that has already been generated (you have to rejoin the game to fully apply it).

The other convars only disable rendering.

MorlandMoran commented 1 year ago

Would you mind adding something that let the client decides if they want to download P2M? Because that's where is the issue for me, everytime it starts downloading it crashes me at the last one.

shadowscion commented 1 year ago

Like I said, there already is. Ask your server admin to enable the first convar.

server convar: 'prop2mesh_disable_allowed 1/0' client convar: 'prop2mesh_disable 1/0'

MorlandMoran commented 1 year ago

Why would I ask every server owner to enable this, clients should be able to decide for their own and not rely on servers owners. This is clearly a bad feature

shadowscion commented 1 year ago

I am aware it's not ideal but the reason was already discussed here: https://github.com/shadowscion/Prop2Mesh/issues/35

MorlandMoran commented 1 year ago

Yeah then imma simply detour the functions you use for networking and block everything myself.

shadowscion commented 1 year ago

Sounds good