Editing your config
rcore_tuning
Framework
Your framework should be autodetected by the script so you shouldn't have to fill out Framework
, SocietySystem
or any of the FrameworkTriggers
.
Item integration
Setting Components
to true will enable a secondary economy within mechanic shops. Players will purchase upgrades and upgrade vehicles using an item instead of money. When set to false, money is used within mechanic shops.
You can change ComponentItemName
to any name provided it is an actual item. When Components
is set to false, this option does nothing.
Jobs
Setting UseSocietyMoney
to false and also having Components
set to false will lead to the player being charged directly. Alternatively, setting UseSocietyMoney
will use the mechanic shop's job society to make that purchase.
When UseJobs
is true, the mechanic shops are controlled by a certain job and players will be required to have that job to install modifications on customers vehicles however if UseJobs
is set to false, players will be able to install their own modifications on their vehicle.
If UpgradesPurchasable
is set to true, business owners will have to purchase upgrades before their mechanics can install it on a customers vehicle however, if set to false, the mechanic can install all modifications from the get-go.
Certain features within mechanic shops
There are certain features that can be easily disabled as we know that certain servers will not want these features to be accessable. Setting EnableCamberAndSpacers
, EnableNitrous
or AllowChameleonPaint
to true will enable that feature.
The nitrous UI can be enabled by setting EnableNitrousUI
to true while you can change the effect of nitrous on vehicles by increasing/decreasing nitrousTorqueMultiplier
(Increasing means it'll go faster)
Chameleon paints price can be changed by altering ChameleonPaintCostMultiplier
Target scripts
You can enable a target script here if you prefer using that. Setting UseQTarget
, UseBTTarget
or UseQBTarget
will enable that target script to work with rcore_tuning.
Additional config options
Setting OnlyOwnersCanTuneOwnedCars
to true means that only the player who owns that vehicle can change the tuning options on that vehicle. We recommend keeping this feature enabled.
We understand that some servers will want bulletproof tires while some won't. We have added an option that can enable bulletproof tires which can be found in the config under AllowBulletproofTires
The keys used in the script can easily be found in the config under Keys
. All information about controls can be found here: The code
that is needed in the config is referred to as Index
on the FiveM documentation while label
is referred to as Name
.
Configurating tuning shops
The rest of the config
We do not recommend editing the rest of the config as it can cause issues within the script however, you can change the label's of all items here without any issues.
Last updated