Skip to content
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

WIP: Disable chat option #365

Merged
merged 3 commits into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions package/Resources/OptionsWindow.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ BackgroundTexture=ModalBG.png
2=lblUpdateChannelDescription:XNALabel
5=btnCncnetSupport:XNALinkButton

[GameOptionsPanelExtraControls]
; when we have support for SettingCheckBox, uncomment
;0=chkChatEnabled:SettingCheckBox

[lblUpdateChannel]
Location=12,240
Size=90,24
Expand Down Expand Up @@ -39,3 +43,11 @@ Text=CnCNet Support
URL=https://discord.com/channels/188156159620939776/1060560955186085888
IdleTexture=133pxbtn.png
HoverTexture=133pxbtn_c.png

[chkChatEnabled]
Location=242,0
Text=Chat Enabled
ToolTip=When enabled, you can send and receive messages in-game. When disabled, messaging is unavailable.
DefaultValue=True
SettingSection=Options
SettingKey=ChatEnabled
Binary file modified package/gamemd-spawn.exe
Binary file not shown.
Loading