IW4M-Admin/GameFiles/AntiCheat/PT6
Edo c348283c94 fix iw4x, integration. improve scripts overall (#287)
* fix(scripts): correct usage of notifyOnPlayerCommand

* fix(scripts): correct iw4x usage of is bot

* fix(scripts): correct iw4x usage of is bot

* fix(scripts): fix noclip on iw4x

* fix(scripts): ident

* iw5 too
2023-04-07 20:42:18 -05:00
..
storage/t6/scripts/mp fix iw4x, integration. improve scripts overall (#287) 2023-04-07 20:42:18 -05:00
README.MD modularize the game integration files and better organize the anticheat folder structure 2022-08-20 10:57:03 -05:00

T6

This brings IW4M-Admins's Anti-cheat to Plutonium T6 The following limitations are known:

  • Can't get the recoil from weapons fire; you have to disable this detection type manually.
  • in extreme cases it can produce false positives for Snap and Offset detection.

Installation

Move _customcallbacks.gsc to %localappdata%\Plutonium\storage\t6\scripts\mp\

Add this to the WeaponNameParserConfigurations List in the StatsPluginSettings.json file:

    {
      "Game": "T6",
      "Delimiters": [
        "_",
        "+"
      ],
      "WeaponSuffix": "mp",
      "WeaponPrefix": null
    }

Now update the GameDetectionTypes list with the following, if it does not already exist:

    "T6": [
        "Offset",
        "Snap",
        "Strain"
    ]