remove the cheat flag from marine backpacks#921
Merged
Conversation
Contributor
|
As I understand there are players who:
I think the final decision whether to draw backpack or not should be decided by Client (e.g. the player), the server can, however, suggest the default value. So I'd suggest rd_client_marine_backpacks to have 3 states:
|
Contributor
|
Im a backpack lover and have some friends who like it even with weird skins so im fine with change. However dmitriy's suggestion look logical. |
-1, the default, means that backpack visibility will be controlled by rd_server_marine_backpacks 0 disables backpacks even if server enables rd_server_marine_backpacks 1 1 enables backpacks even if server disables them through rd_server_marine_backpacks 0
Contributor
Author
Implemented @geotavros suggestion. |
geotavros
approved these changes
Jul 28, 2025
GmaOrange
approved these changes
Jul 28, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The admin(s) of the following (ranked) servers:
have expressed interest in enabling marine backpacks by default. Currently, the
rd_server_marine_backpacksconvar is flaggedfcvar_cheat, which prevents modification. I advised the server owners against using tools likesm_qcvarto bypass this restriction.Since enabling marine backpacks does not impact gameplay in any way, nor does it give competitive advantage, I think there is no reason to flag it as cheat.
Removing
fcvar_cheatfrom it, would allow server admins to toggle the feature.