c348283c94
* 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 |
||
---|---|---|
.. | ||
storage/t6/scripts/mp | ||
README.MD |
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"
]