From f2121c83dd7645d925a74cc561527556519a850e Mon Sep 17 00:00:00 2001 From: "Jordan.#2139" <65438497+Jordan2139@users.noreply.github.com> Date: Fri, 23 Oct 2020 14:53:35 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09996eb..283b7ca 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Calm-AI V3 ## What is it? -Essentially Calm-AI V3 is a script that takes the old Calm-AI by NickThe0ne but improves it by adding a feature that lets you control the amount of AI around you as well all in a nice config file. This script is 100% standalone and requires minimal configuration. You can configure the AI density(amount of AI) in the `config.lua` and manage the AI relationships in the `relationships.dat` file. +Essentially Calm-AI V3 is a script that takes the old Calm-AI by NickThe0ne but improves it by adding a feature that lets you control the amount of AI around you as well all in a nice config file. This script is 100% standalone and requires minimal configuration. You can configure the AI density(amount of AI) in the `config.lua` and manage the AI relationships in the `relationships.dat` file. This script also allows for the disabling of AI dispatching as a whole. ### Configuration ``` @@ -17,6 +17,7 @@ Config = { RanVehDensity = 1, -- How many Random Cars (10 - 1) | The lower the number the less cars ParkCarDensity = 1, -- How many parked cars (10 - 1) | The lower the number the less cars ScenePedDensity = 1, -- How many AI doing emotes (scenarios) (10 - 1) | The lower the number the less AI + DispatchDead = true, -- Do you want AI to dispatch? True = No | False = Yes } -------------------------- -- ^^^ DO THAT HERE ^^^ --