Skip to content

Commit 2d2bf31

Browse files
author
Dutchman101
committed
Reverted default SD values from 8cc5f19
Even though it's recommended to use these detections, having it as default can slowly build a climate where certain minorities can barely play on any live server. Example: cloud gaming, where everything is virtualized and so are control presses. We really do care about this 0.02% of the MTA population. This information is provided in the commit to avoid discouraging the use of SD #31 and #32 after this change.
1 parent b890dee commit 2d2bf31

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Server/mods/deathmatch/mtaserver.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@
6666
<disableac></disableac>
6767

6868
<!-- Comma separated list of enabled special detections.
69-
A special detection is a type of anti-cheat for (usually) harmless game modifications.
69+
A special detection is a type of anti-cheat for usually harmless game modifications and blocking certain software.
7070
Competitive servers may wish to enable certain special detections, but most servers should leave this setting on its default.
7171
For details and SD codes, see http://wiki.multitheftauto.com/wiki/Anti-cheat_guide
72-
Available values: special detection (SD) codes ; default value: 31,32 (e.g. enables special detections #31 and #32) -->
73-
<enablesd>31,32</enablesd>
72+
Available values: special detection (SD) codes ; (e.g. To enable special detection #15 use: 15) -->
73+
<enablesd></enablesd>
7474

7575
<!-- Minimum client version. Clients with a lower version will not be allowed to connect. After
7676
disconnection, clients will be given an opportunity to download an update.

Server/mods/deathmatch/mtaserver.conf.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ R"=====(
6868
<disableac></disableac>
6969

7070
<!-- Comma separated list of enabled special detections.
71-
A special detection is a type of anti-cheat for (usually) harmless game modifications.
71+
A special detection is a type of anti-cheat for usually harmless game modifications and blocking certain software.
7272
Competitive servers may wish to enable certain special detections, but most servers should leave this setting on its default.
7373
For details and SD codes, see http://wiki.multitheftauto.com/wiki/Anti-cheat_guide
74-
Available values: special detection (SD) codes ; default value: 31,32 (e.g. enables special detections #31 and #32) -->
75-
<enablesd>31,32</enablesd>
74+
Available values: special detection (SD) codes ; (e.g. To enable special detection #15 use: 15) -->
75+
<enablesd></enablesd>
7676

7777
<!-- Minimum client version. Clients with a lower version will not be allowed to connect. After
7878
disconnection, clients will be given an opportunity to download an update.

0 commit comments

Comments
 (0)