Miscellaneous Configuration
Shared.DefaultLeadState
Whether or not the lead should be enabled when you first spawn in the dog. It's recommended this is kept true, the dog is generally more natural to use with the lead.
This is the server default - players can change the lead state with /dheel
, and customizing how long a players change lasts is done in the below Shared.EnableStoringLeadState
.
Shared.EnableStoringLeadState
How long (if it all) to store a player's lead preference after they change it with /dheel
. Regardless of this option, the first time a player interacts with the script, the lead state will be the above config Shared.DefaultLeadState
.
The options are:
- "KVP"
: The player's lead state selection will be stored across server restarts and client sessions, and is stored in client KVP.
- "SESSION"
: The player's lead state selection will be stored until the client restarts their game, and when they re-log it will be reset to the above Shared.DefaultLeadState
.
- false
: The player's lead state will be stored until the client respawns their dog, and will then be reset to the above Shared.DefaultLeadState
.
Shared.AllowAi
Whether or not the dog will accept an AI ped as a target for attacking.
Shared.BarkingAnimation
The style of animation the dog uses when barking.
A
is the default animation, and has a more aggressive barking style, but doesn't play any audio.
B
is the secondary animation, and is a less aggressive barking style, but does play audio.
Shared.DogMenu
The name of the command to open the dog management menu. The menu can be used to control most aspects of the dog without using commands/keybinds. Set this to an empty string to disable the menu.
Shared.WaitTime
The time, in milliseconds, in the wait statement in the loop that controls the dog's movement. If you want the dog to be more reactive to direction changes, decrease this number. If you are experiencing game crashes or performance issues, increase this number.
Shared.LeadMovementSpeed
Many customers find that the dog moves to quickly on the lead. This configuration option lets you change how fast the dog moves.
The dog's speed is calculated by subtracting this number from the dog handlers speed, so if you want the dog to move slower, you need to increase this number, and if you want the dog to move faster, you need to decrease this number.
Shared.HeelingMovementSpeed
This is the same as the above, but for when the dog is not on the lead. It's generally reccomended that the dog has a slower speed when not using the lead.
The dog's speed is calculated by subtracting this number from the dog handlers speed, so if you want the dog to move slower, you need to increase this number, and if you want the dog to move faster, you need to decrease this number.
Shared.DefaultKeybinds
The default keybinds that are used when a client first joins the server. All of these can be customized by each player individually after they are initially set to these values. Available keys: https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard/
Last updated