NACopsV1-IL2Cpp.dll
SHA 256 File Hash: 20DF7CE84A6B4CC439408C875C13CC493334489AA110D32F2240F3D946B6D705
v1.6.5 hotfix for il2cpp -> json config reading broken and replaced with manual config.json file reading until a solution is figured. Changed ConfigLoader.ModConfig to manually parse the config.json content and assign variables to the dataclass.
NACops Mod
NEEDS MELON LOADER (BOTH ALTERNATE AND DEFAULT VERSIONS ARE NOW SUPPORTED!)
Features
- Makes the cops more lethal by making them arrest you easily and conducting searches periodically.
- Cops now occasionally use lethal force if you approach them.
- Cops will occasionally appoint a disguised Private Investigator to monitor you.
- Cops will now try to search for players smoking ganja and also apprehend the suspect.
- Cops will give you more crime charges if arrested.
- Customers have a likelyhood to Snitch on you!
- Overall Cops difficulty is now tied to Game Progression.
Important!
- "alternate" or "alternate-beta" branch users: Download the
NACopsV1-Mono version.
- "default" or "beta" branch users: Download the
NACopsV1-IL2CPP version.
Installation Steps
- Install Melon Loader from a trusted source like MelonWiki.
- Copy the DLL file and the
NACops folder (with config.json) into the Mods folder.
- You are good to go!
Configuration
The mod supports overriding behaviors and variables to allow cross-compatibility with other mods.
(Optional) Configuration Steps:
- Open the
NACops folder and locate the file called config.json.
- The default contents of the
config.json file are as follows:
{
"OverrideMovement": true,
"OverrideCombatBeh": true,
"OverrideBodySearch": true,
"OverrideWeapon": true,
"OverrideMaxHealth": true,
"LethalCops": true,
"NearbyCrazyCops": true,
"CrazyCops": true,
"PrivateInvestigator": true,
"WeedInvestigator": true,
"CorruptCops": true,
"SnitchingSamples": true
}
-
Override(Parameter):
- true: Uses the NACops mod settings on the officers and overrides any other mod settings
- false: Uses the game default settings on the officers or other mods settings.
-
LethalCops:
- true: Forces nearby cops to actively target you and lethally hunt you
- false: Disabled
-
NearbyCrazyCops:
- true: Forces nearby cops to actively find you and initiate body search
- false: Disabled
-
CrazyCops:
- true: Forces cops to try and initiate: Vehicle pursuits, Foot pursuits if visible or Initiate Investigations
- false: Disabled
-
PrivateInvestigator:
- true: Forces a nearby cop to transform into a Private Investigator that follows you
- false: Disabled
-
WeedInvestigator:
- true: Forces nearby cops to find you and body search when smoking product nearby
- false: Disabled
-
CorruptCops:
- true: Cops will give you false charges when the events run
- false: Disabled
-
SnitchingSamples:
- true: When you give Potential Customers samples they have a chance to Snitch on you -> Vehicle patrol + Investigation status
- false: Disabled
Note: The config.json file will be automatically created in the Mods/NACops/config.json directory if it's missing.
Contribute, Build from Source, or Verify Integrity
Check out the project on GitHub.