30 lines
1.7 KiB
Markdown
30 lines
1.7 KiB
Markdown
# 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. This script also allows for the disabling of AI dispatching as a whole.
|
|
|
|
### Configuration
|
|
```
|
|
-------------------------------------------------------------
|
|
-- Calm-AI V3- A Simple FiveM Script, Made By Jordan.#2139 --
|
|
-------------------------------------------------------------
|
|
|
|
-------------------------------------------------------
|
|
-- CONFIG YOUR PERIPHERALS HERE! --
|
|
-------------------------------------------------------
|
|
Config = {
|
|
VehDensity = 1, -- How many vehicles are driving (10 - 1) | The lower the number the less cars
|
|
PedDensity = 1, -- How many AI are around (10 - 1) | The lower the number the less AI
|
|
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 ^^^ --
|
|
--------------------------
|
|
```
|
|
# Acknowledgments
|
|
- NickThe0ne- Inital Calm-AI Release
|
|
# TJH Development Discord
|
|
[](https://discord.com/invite/x7cYjg5)
|