Config line for fast speed locking

This commit is contained in:
Dan
2019-12-15 19:41:39 +00:00
parent cecc7688dd
commit 14a32ed8a5

View File

@@ -21,6 +21,11 @@ RADAR.config.front_lock_key = 111
-- The default key to lock/unlock the rear antenna is 112 (Numpad 5 - INPUT_VEH_FLY_PITCH_DOWN_ONLY) -- The default key to lock/unlock the rear antenna is 112 (Numpad 5 - INPUT_VEH_FLY_PITCH_DOWN_ONLY)
RADAR.config.rear_lock_key = 112 RADAR.config.rear_lock_key = 112
-- Radar fast limit locking
-- When enabled, the player will be able to define a fast limit within the radar's menu, when a vehicle
-- exceeds the fast limit, it will be locked into the fast box. Default setting is disabled to maintain realism
RADAR.config.allow_fast_limit = false
-- Fast Lock Blip -- Fast Lock Blip
-- true = vehicles that go over the fast limit will have a blip added to the minimap for a short period of time -- true = vehicles that go over the fast limit will have a blip added to the minimap for a short period of time
-- false = no blips -- false = no blips