-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add optional "no in game chat" feature - $50 #7
Labels
Comments
|
I believe beacons should still be enabled. Spawn.ini file is equivalent for all players in a match right? Would the file list for who chat is disabled? How would that work? |
If I'm player "neo" in a game with player "Burg" and "SpongeBob".
If I have chat disabled as player "neo", I should not be able to chat in
game or receive in game chat.
My chat preference shouldn't stop Burg and SpongeBob from chatting in game
however.
…On Mon, 26 Dec 2022, 21:05 Alex Peterson, ***@***.***> wrote:
I believe beacons should still be enabled.
Spawn.ini file is equivalent for all players in a match right? Would the
file list for who chat is disabled? How would that work?
—
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABOSO3AM4COV6FDWJOIWRI3WPICBVANCNFSM6AAAAAATH67HFQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
GrantBartlett
changed the title
Add optional "no in game chat" feature
Add optional "no in game chat" feature - $50
Jan 4, 2023
This was referenced Jul 30, 2024
Rampastring
pushed a commit
that referenced
this issue
Aug 15, 2024
Addresses issue #7 Adds option to disable in-game chat. If `DisableChat=True`, the player cannot send or receive messages from others. The option can be set in spawn.ini (under "Settings" section) and RA2MD.ini (under "Options" section). Enabling the option in spawn.ini overrides the setting in RA2MD.ini even if explicitly set to `False`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
About
Some players are often trolled within in-game chat, mostly commoly in ranked matches. (Quickmatch)
As a player, I want to:
Task detail:
Disabling in-game chat should be handled by the client. Spawner should read from
RA2MD.ini
The text was updated successfully, but these errors were encountered: