-
Notifications
You must be signed in to change notification settings - Fork 83
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
Added consent Menu #4
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.
Why is this file needed and not simply put in CVars?
Resources/keybinds.yml
Outdated
@@ -187,6 +187,10 @@ binds: | |||
- function: OpenLanguageMenu | |||
type: State | |||
key: L | |||
- function: OpenConsentWindow | |||
type: State | |||
key: C |
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.
Key "C" is already used, you need to change this.
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.
It's actually Alt+C see one line below
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.
Correct but during testing, this reported an error, non-fetal error tho.
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.
I don't think we really need a hotkey for this. I doubt people will need to change their consent quickly.
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.
This is just an example and reading how the code works for those toggle LOOKS HORIBLE.
Please remake fully the function on how type "ConsentToggle" is generated in the UI and server or just remove it compleatly.
Description
Added a Consent Menu to store your consent options, big thanks to 0x40 for making it and helping to get it working on floof.
TODO
Media
Changelog
🆑