IW4M-Admin/GameFiles/AntiCheat/IW5
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/iw5/scripts 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

IW5

This expands IW4M-Admins's Anti-cheat to Plutonium IW5

Installation

Add _customcallbacks.gsc into the scripts folder. (%localappdata%\Plutonium\storage\iw5\scripts)

For more info check out Chase's how-to guide.

You need to add this to you StatsPluginSettings.json found in your IW4M-Admin configuration folder.

      "IW5": {
        "Recoil": [
          "iw5_1887_mp.*",
          "turret_minigun_mp"
        ],
        "Button": [
          ".*akimbo.*"
        ]
      }

Example