For the complete documentation index, see llms.txt. This page is also available as Markdown.

Test Drive

Edit rcore_dealership/configs/config.testdrive.lua for how players test drive vehicles before buying.

โฑ๏ธ Timing and Return

Option
Default
Description

Time

90s

How long a regular test drive lasts.

NPCModel

s_m_y_dealer_01

NPC model used for test drives when enabled.

OvertimePercent

0.3

Grace period (fraction of the drive time) to return without penalty.

ReturnRadius

5.0

How close to the dealership the vehicle must be to count as returned.

ReturnSpeed

2.0

Maximum speed for the return to complete.

๐ŸงŠ Cooldown

Config.Dealership.TestDrive.Cooldown limits how often a player can test drive.

Option
Default
Description

MaxDrives

3

Drives allowed before a cooldown starts.

Time

10 min

Cooldown duration.

๐Ÿšซ Penalty

Config.Dealership.TestDrive.Penalty punishes players who don't return on time.

Option
Default
Description

MaxViolations

3

Violations allowed before a ban.

BanTime

30 min

How long the player is banned from test driving.

Last updated