Earu / EasyChat

A modular Garry's Mod chat addon for both users and developers. (EOL 2025)
https://steamcommunity.com/sharedfiles/filedetails/?id=1182471500
GNU General Public License v3.0
90 stars 31 forks source link

Module disabling #66

Closed bronemishka closed 3 years ago

bronemishka commented 3 years ago

Is it possible to disable modules using commands, or with code?

Earu commented 3 years ago

You can simply remove the module related files and it should work

bronemishka commented 3 years ago

yeah, but to simplify updating process I want to use workshop version, which dont allow me to disable modules. So can I request feature to disable modules?)

Earu commented 3 years ago

I'll look into it

Earu commented 3 years ago

@bronemishka actually after looking into it, It's near impossible to do with the current architecture, sorry.

Earu commented 3 years ago

https://github.com/Earu/EasyChat/commit/2e8392a3ad7ceb31da1975374a4a859fdb472173, after some insightful conversation with another developer we figured out how to do it.

You should now be able to edit the module ignore list from settings > general. You will need to restart for these settings to take effect. Cheers!