IW4M-Admin/GameFiles/AntiCheat/IW5/storage/iw5/scripts
2022-08-20 10:57:03 -05:00
..
_customcallbacks.gsc modularize the game integration files and better organize the anticheat folder structure 2022-08-20 10:57:03 -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