Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
Massycraft created the mod first back before version 2.0 of Cyberpunk 2077 so their version is wildly out of date. Their mod hasn't been updated for a year and they haven't logged in for ~8 months.
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Added new notification for when your deductible has been met and you're not required to pay anymore for that incident.
Added options for displaying messages, incident fee, incident threshold, incident duration, incident deductible, cumulative impact charges, and incident timeout.
Version 1.2.0
Changed the message for when you hit the same vehicle more than once to show the TOTAL charges for that "incident" instead of showing "charged $2", "charged $15", "charged $8". It will instead add those all up and show you the cumulative charges.
Version 1.1.0
You only get charged for the highest impact in a 10-second period PER vehicle. Each NPC vehicle has their own timer so you can wrack up a lot of charges if you hit a lot of cars in succession.
In the code, vehicleBumpCooldownDuration determines the number of seconds between incident resets, affected by time dilation. You get charged for the most damaging impact with another vehicle within this time period. Ex: hit a car at 5mph/8kph and get charged, then hit it again for 10mph/16kph. Your total charges within the cooldown period is only for the highest of all your collisions with that specific vehicle.
In the code, costMultiplier is set to '1.0'. You can adjust the multiplier value to increase costs. '2.0' will double the overall costs and '0.5' will halve the overall costs.
In the code, you can disable the collision notifications by setting enableMessages to 'false'.
Fixed the currency symbol from § to €$.
Version 1.0.0
Offer 4 files to choose how insurance charges work. Impacts may count if the vehicle involved is 1.Player owned, 2.Player driven, 3.Player owned and driven, 4.Player owned or driven
As of writing this (15 Oct 2023), the original mod author hasn't logged in since 07 Feb 2023 and hasn't updated Drive Carefully since 27 Sep 2022. This mod is a replacement for their original mod. This mod works with v2.0+ of Cyberpunk 2077 and works with Mod Settings.
---------------------------------- Drive Carefully! ---------------------------------- Ever wonder why other drivers don't seem to care too much if you bump, scratch or ram their vehicle while driving? Who pays for the damages?
That's no longer the case thanks to the NCID (Night City Insurance Department). Like everyone else, you were automatically enrolled in their instant claims scheme as soon as you got your driver's license.
---------------------------------------------------- What does this mod do? ---------------------------------------------------- With this mod, if you collide with another vehicle in traffic the cost of damages will be automatically deducted from your bank account. A head-on collision will demand a higher payment than a small bump on the rear. Fortunately, costs are relatively small (typically under €$100 except for big hits) but can be increased through Mod Settings. It's also possible to disable to displayed messages for those who find them bothersome.
Parked, unoccupied vehicles are not eligible for insurance claims - neither are those who's driver has been incapacitated.
(Check the changelogs!) Get the new Mod Settings version. Four Update files to choose from: Download the Main file, then download... 1. When Driver and Owned:You only get charged when you're driving a vehicle AND one of the vehicles involved is yours. - 2. When Driver Only:You get charged when you're driving but it doesn't matter if you own either of the vehicles. - 3. When Driver or Owned:You're charged when you're driving OR when one of your vehicles is hit regardless if you're driving. - 4. When Owned Only:You're charged when one of your vehicles is involved and it doesn't matter if you're driving.
Check the new requirements. Version 1 of this mod only required: "cybercmd (interchangeable with RED4ext) Required if both REDmod & redscript are installed" "RED4ext (interchangeable with cybercmd) Required if both REDmod & redscript are installed" "redscript This mod is written in redscript"