-
Notifications
You must be signed in to change notification settings - Fork 117
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
Hide remote mods in mods display #799
Hide remote mods in mods display #799
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
didn't test but code looks good and the json seems to be correct as well
same as blue, not tested ingame but it looks fine, uwu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed working in testing. I already had nyami.mp_brick
downloaded via MAD. Before the PR it still showed up in mod list. With the PR nyami.mp_brick
no longer shows up in the mod list.
Hide remote mods in the in-game mods menu, so they cannot be enabled/disabled by players.
Closes #798.
How to test
allow_mod_auto_download
to 1 through console (allow_mod_auto_download 1
);sv_cheats 1
;script NSDownloadMod("nyami.mp_brick", "1.0.2")
;reload_mods
;With this branch, the mod should not appear anymore.
Screenshots
Without this
With this