· 6 years ago · Mar 09, 2020, 03:08 AM
1//Welcome to the ini file of Traffic Policer (last updated v6.15.0.0), developed by Albo1125.
2
3[General]
4//The following values can either be 'true' or 'false' no capital letters.
5
6//When true, the following features assist you in finding ambient events.
7//This will add a blip to an offending vehicle. Only recommended for unexperienced traffic officers.
8CreateBlipsForAmbientEvents=true
9
10//Enabling this shows a description of an ambient event, e.g. a driver using a mobile phone. Only recommended for unexperienced traffic officers.
11ShowAmbientEventDescriptionMessage=false
12
13//Ingame, dispatch will call you in the following format: Division-UnitType-Beat.
14
15//Division can be set to any number from 1 to 10 inclusive.
16Division=1
17
18//UnitType can be set to any of the file names in the following folder: Grand Theft Auto V/LSPDFR/Police Scanner/Traffic Policer Audio/UNIT_TYPE
19UnitType=LINCOLN
20
21//Beat can be set to any number from 1 to 24 inclusive.
22Beat=18
23
24//If you would like your name to be shown as something other than Division-UnitType-Beat, you can override the displayname here.
25//If you do not wish to override your displayname, simply leave this blank and the Division-UnitType-Beat format will be used.
26//Audio will still match the Division-UnitType-Beat.
27OfficerDisplayNameOverride=
28
29
30[Features]
31//Set the following to true or false to toggle the automatic locking of your vehicle doors to prevent thefts.
32AutoVehicleDoorLock=true
33
34VehicleDoorLockDistance=5.2
35
36VehicleDoorUnlockDistance=3.5
37
38//Set this to true or false to toggle the other unit responding audio when not accepting a callout.
39OtherUnitRespondingAudio=true
40
41VehicleDetailsChecksEnabled=true
42
43[Ambient Event Chances]
44//This is the minimum time before a new event can take place. E.g. when an event is created, the next event won't be created until x seconds after the first one.
45//The time is in seconds.
46//Maximum=200
47NextEventTimer=40
48
49//This is the number of events to be created before the timer is set.
50//E.g. if this is set to 2, the timer set above will only start counting down once 2 ambient events have been created consecutively.
51//Minimum is 1.
52NumberOfAmbientEventsBeforeTimer=1
53
54//These values are the chances of an ambient event being created: the lower the number, the bigger the chance. Think of it as a '1 in x' chance.
55//To disable an ambient event, set its chance to 0.
56
57DrunkDriver=140
58MobilePhone=90
59Speeder=60
60UnroadworthyVehicle=130
61MotorcyclistWithoutHelmet=180
62StreetRace=280
63StolenVehicle=220
64DrugDriver=140
65
66//NoLightsAtDark only occurs during nightly hours (20:00-07:00).
67NoLightsAtDark=110
68
69NoBrakeLights=150
70BrokenDownVehicle=200
71BurnoutWhenStationary=190
72RevEngineWhenStationary=190
73
74[Callouts]
75//You can disable inidivual callouts here. You can set a callout to 'true' or 'false', where true enables it and false disables it.
76OwnerWantedEnabled=true
77DrugsRunnersEnabled=true
78DriverUnderTheInfluenceEnabled=true
79
80//High number = more frequent. Low number = less frequent. Valid numbers range from 1 to 6. 1 = rare, 6 = often. Use whole numbers, so NOT 1.5 etc.
81OwnerWantedFrequency=3
82DrugsRunnersFrequency=2
83DriverUnderTheInfluenceFrequency=2
84
85//Set this to true or false accordingly to display & play dispatch caution messages
86DispatchCautionMessages=true
87
88[Speed Checker Settings]
89//You must use the exact 'member name' of a key, they can be found here: https://msdn.microsoft.com/en-us/library/xy8ebtbf
90//To disable Speed Checker, set this to None.
91ToggleSpeedCheckerKey=F5
92ToggleSpeedCheckerModifierKey=None
93
94//Allows you to set another radar disable key on top of the default toggle.
95SecondaryDisableKey=Back
96
97//Set the speed unit to either MPH or KMH.
98SpeedUnit=MPH
99
100//This sets the speed at which a vehicle must be travelling to make the text colour of the speed red.
101//Enter this value in the speed unit you entered above. It is adjustable ingame.
102SpeedToColourAt=70
103
104//All flags displayed are obtained through the LSPDFR API and RPH. The flags are NOT random.
105//Due to LSPDFR setting a lot of flags by default, you can configure the chance that Speed Checker will bring the flag found up.
106//Think of this as a percentage: 1 is a very low chance of bringing a flag up. 100 means the flag is always brought up.
107//You must enter a whole, round number ranging from 1 to 100.
108BringUpFlagChance=15
109
110//Set this to true or false to toggle blip sounds when flags come up or vehicle is above the SpeedToColourAt limit.
111PlayFlagBlip=true
112
113//This determines which WeaponAsset is used for the speedgun. List: https://www.se7ensins.com/forums/threads/weapon-and-explosion-hashes-list.1045035/
114//Attacking with this weapon is not possible, so choose wisely.
115SpeedgunWeaponAsset=WEAPON_MARKSMANPISTOL
116
117//Controls (for red circle fixed point radar):
118//These controls are also used for Custom Pullover Location.
119PositionUpKey=NumPad9
120PositionRightKey=NumPad6
121PositionResetKey=NumPad5
122PositionLeftKey=NumPad4
123PositionForwardKey=NumPad8
124PositionDownKey=NumPad3
125PositionBackwardKey=NumPad2
126MaxSpeedUpKey=PageUp
127MaxSpeedDownKey=PageDown
128StartStopAverageSpeedCheckKey=PageUp
129ResetAverageSpeedCheckKey=PageDown
130
131[Breathalyzer Settings]
132//You must use the exact 'member name' of a key, they can be found here: https://msdn.microsoft.com/en-us/library/xy8ebtbf
133BreathalyzerKey=O
134BreathalyzerModifierKey=LShiftKey
135
136//Here you can set the alcohol limit that will be used. You can use whatever is suitable for you. Decimal numbers are also allowed.
137//The default alcohol limit I've set is the American alcohol limit: 0.08
138//The British alcohol limit is: 35.
139//The Australian alcohol limit is: 0.05
140AlcoholLimit=0.08
141
142//Here you can set the unit of the alcohol limit you specified above. Can be anything, try to keep it short.
143//The default alcohol limit unit I've set is the American alcohol limit unit: %
144//The British alcohol limit unit is: ug/100ml
145//The Australian alcohol limit unit is: BAC
146AlcoholLimitUnit=%
147
148//Percentage based chance to determine if a person gives a valid sample of breath.
149FailToProvideChance=15
150
151[Keybindings]
152//You can change the modifier keys, the Grab Car Keys key, the parking ticket key and the Traffic Stop Follow key here.
153//You must use the exact 'member name' of a key, they can be found here: https://msdn.microsoft.com/en-us/library/xy8ebtbf
154
155//To disable the modifier key: ModifierKey=None
156ParkModifierKey=LControlKey
157ParkingTicketKey=E
158
159//Do NOT set this to shift, else you will cancel the traffic stop. I recommend having a modifier key.
160TrafficStopFollowModifierKey=LControlKey
161TrafficStopFollowKey=T
162
163//Do NOT set this to shift, else you will cancel the traffic stop. I recommend having a modifier key.
164TrafficStopMimicModifierKey=LControlKey
165TrafficStopMimicKey=R
166
167//Custom Pullover Location moving keys are the same as the speed checker moving keys (Default: Numpadkeys). See above.
168CustomPulloverLocationKey=W
169
170//Do NOT set this to shift, else you will cancel the traffic stop. I recommend having a modifier key.
171CustomPulloverLocationModifierKey=LControlKey
172
173DrugalyzerKey=O
174DrugalyzerModifierKey=LControlKey
175
176RoadManagementMenuKey=F6
177RoadManagementMenuModifierKey=None
178
179//The key used in the Drugs Runners ANPR Hit callout to mark locations on the map
180MarkMapKey=D9
181
182//The key used in the Drugs Runners ANPR Hit callout to go to court
183CourtKey=D0
184
185//The key used in the broken down vehicle ambient event to attempt to repair the vehicle.
186RepairBrokenDownVehicleKey=T
187
188//Places the last selected sign from the Road Management Menu in front of yourself conveniently.
189PlaceSignShortcutKey=J
190PlaceSignShortcutModifierKey=LControlKey
191
192//Removes all dropped signs.
193RemoveAllSignsKey=J
194RemoveAllSignsModifierKey=None