• This repository has been archived on 10/Aug/2024
  • Stars
    star
    113
  • Rank 310,115 (Top 7 %)
  • Language
    Lua
  • License
    GNU General Publi...
  • Created over 3 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Advanced FIVEM LSCUSTOMS and Mechanic Upgrades

renzu_customs

FIVEM - Advanced and Unique Mechanic Tuning

Native FEATURE

  • Multiple Mechanic Shop (multi job)
  • Multiple Mysql library supproted (mysql-async,ghmatti)
  • Integrated with renzu_jobs (Mechanic Job Money and upgrade profit shares)
  • Support almost all variation of upgrades (Mods, Extras, Liverys, Custom liveries, Paint, RGB Paints and more)
  • Built in Vehicle Property Getter and Setter
  • Built in Vehicle Repair in Menus
  • Deluxe UI
  • Support New DLC Tuner Wheels and Drift Tires!
  • Many More!

Optional Custom Feature

  • Custom Vehicle Engine Upgrade/Swap (Configurable)
  • Custom Turbo Upgrades 3 variation preconfig (RACING,SPORTS,STREET TURBINE) ( Power configurable, with custom BOV sound )
  • Custom Vehicle Tires Upgrade DRAG,RACING,SPORTS,STREET (Traction can be configured in config)

Unique Interaction Upgrade

  • Install and Uninstall Vehicle Mods / Parts on the go. (can be seen in demos)
  • Vehicle Parts Object will carry/show, if its supported in config (ex. spoiler prop)
  • Builtin Inventory System to Store Vehicle Parts.
  • Builtin Vehicle Stock Room to get the list of available parts for the vehicles
  • Spray Pilox/Paint - Enable you to Manually Paint the vehicle using spray can ( can for now) (Custom RGB Color Supported, can be seen in demos)

Sample Image:

image image image image

VIDEO DEMO

Important in config

Config.Mysql = 'mysql-async' -- "ghmattisql", "msyql-async"
Config.usePopui = false -- POPUI or Drawmarker Floating Text
Config.showmarker = true -- Drawmarker and FLoating Text
Config.job = 'mechanic' -- job permmision
Config.UseRenzu_jobs = true -- to have a profits for each upgrades
Config.PayoutShare = 0.5 -- 0.5 = 50% (how much profit share)
Config.DefaultProp = 'hei_prop_heist_box' -- default prop when carrying a parts

-- if you want CUSTOM ENGINE UPGRADE ,TURBO and TIRES make sure to true this all
Config.UseCustomTurboUpgrade = true -- use renzu_custom Turbo System -- enable disable custom turbo upgrade
Config.useturbosound = true -- use custom BOV Sound for each turbo
Config.turbosoundSync = true -- true = Server Sync Sound? or false = only the driver can hear it

Config.UseCustomEngineUpgrade = true -- enable disable custom engine upgrade
Config.UseCustomTireUpgrade = true -- enable disable custom tires upgrade

Config.RepairCost = 1500 -- repair cost

Advanced Usage

  • SetVehicleProp Exports (setter)
  exports.renzu_customs:SetVehicleProp(vehicle, props) = Save Current Vehicle Props (You need this in your current garage to save and restore custom upgrades (turbo,engine,tires)
  • GetVehicleProperties Exports (getter)
  exports.renzu_customs:GetVehicleProperties(vehicle) -- return Current Vehicle Props Similar to ESX GAME VEHICLE PROPS (but this return custom upgrades)
  • GetVehicleEngine Exports (getter)
  exports.renzu_customs:GetVehicleEngine(vehicle) = return current Vehicle Custom Engine
  • GetVehicleTurbo Exports (getter)
  exports.renzu_customs:GetVehicleTurbo(vehicle) = return current Vehicle Turbo Upgrade
  • SetVehicleTurbo Exports (setter)
  exports.renzu_customs:SetVehicleTurbo(vehicle, turbo) = Change Custom Vehicle Turbo Upgrade (entity, (Sports,Street,Racing,Default))
  • SetVehicleEngine Exports (setter)
  exports.renzu_customs:SetVehicleEngine(vehicle, engine) = Change Custom Vehicle Engine Upgrade (entity, (adder,elegy,fmj,Default))
  • SetVehicleHandlingSpec Exports (setter)
  exports.renzu_customs:SetVehicleHandlingSpec(vehicle,model) = Change Current Vehicle Handling (or Copy Other Vehicle Model Handling) (model can be hash or modelname)
  • GetHandlingfromModel Exports (getter)
  exports.renzu_customs:GetHandlingfromModel(model,vehicle) = return the current Vehicle Model Specs
  
  example:
local table = {
      ['fDriveInertia'] = tonumber(v.DriveInertia),
      ['nInitialDriveGears'] = tonumber(v.InitialDriveGears),
      ['fInitialDriveForce'] = tonumber(v.InitialDriveForce),
      ['fClutchChangeRateScaleUpShift'] = tonumber(v.ClutchChangeRateScaleUpShift),
      ['fClutchChangeRateScaleDownShift'] = tonumber(v.ClutchChangeRateScaleDownShift),
      ['fInitialDriveMaxFlatVel'] = tonumber(v.InitialDriveMaxFlatVel),
      ['fMass'] = tonumber(v.Mass),
      --TIRE
      ['fLowSpeedTractionLossMult'] = tonumber(v.LowSpeedTractionLossMult),
      ['fTractionLossMult'] = tonumber(v.TractionLossMult),
      ['fTractionCurveMin'] = tonumber(v.TractionCurveMin),
      ['fTractionCurveMax'] = tonumber(v.TractionCurveMax),
      ['fTractionCurveLateral'] = tonumber(v.TractionCurveLateral),
}

Dependency

Disclaimer

  • Script is as is, i wont support if you customized and broke it, i wont give a support if you have error because you are missing a important dependencies.
  • Its important to install all depencies to test the script, and modify it and change the dependency like notify and others onces its stable for you.
  • Read the Config too i have insert a comments for all important parts for you to easily understand the script
  • If you need request for enhancement or you found a bug Open a Github Issue
  • Support via PM or Github Issues page (prefered)
  • Custom Map being used in DEMO is https://forum.cfx.re/t/free-mlo-tuner-auto-shop/4247145 (THANK YOU) @kiiya

More Repositories

1

renzu_motels

Fivem - Motel Management. Hourly Rental System. Supports MLO and Shells. ESX/QBCORE
Lua
98
star
2

renzu_garage

FIVEM - Garage HUD
Lua
93
star
3

renzu_projectcars

FIvem - Project Cars - Enable your player to build their dream car from Shell. Included Advanced Chopshop and Car Builder Job.
Lua
90
star
4

renzu_tuners

Fivem Advanced Vehicle System. Including Mileages , Degrations ,Multiple Engine Parts Variation like Racing Pistons , Tuning and more.
Lua
83
star
5

renzu_shops

Fivem Advanced Shops with stocks and player owned shops using ox_inventory , ox_lib. Item metadata supports and item customisation.
Lua
78
star
6

renzu_hud

Fivem HUD - UI Framework include Street HUD, Status Hud, Speedometer Hud, Weapon Hud, Body Hud and many more.
JavaScript
74
star
7

renzu_vehicleshop

FIVEM ADVANCED VEHICLE SHOP
Lua
73
star
8

renzu_jobs

All in One Jobs basic needs for Fivem Roleplay Gameplay
Lua
71
star
9

renzu_stancer

FIVEM - Vehicle Stancer - Adjust Wheel Offsets , Rotation and Height
Lua
70
star
10

renzu_multicharacter

Fivem - ESX & QBCORE Multicharacters
Lua
57
star
11

vImageCreator

Vehicle Image Creator - FIVEM
Lua
53
star
12

renzu_engine

Change Vehicle Engine Sound and Sync to all server One Sync/One Sync Infinity (included carsound pack from gta5mods)
Lua
52
star
13

renzu_bag

Create item Based Stash | ESX | Ox_inventory | Ox_lib | FIVEM
Lua
51
star
14

renzu_hygiene

Fivem Hygiene System - ( Shower, Poop, Pee )
Lua
45
star
15

renzu_evidence

Fivem - Police Evidence. Fingerprint, Bullet Case, Magazines, Vehicle Fragments/Bullets and more ESX.
Lua
45
star
16

renzu_spawn

Fivem - Spawn Selector
Lua
40
star
17

renzu_nitro

Fivem Advanced Vehicle Nitro System - 50Shots upto 200Shots of NOS Kit
Lua
38
star
18

renzu_clothes

Fivem Advanced Clotheshop and Wardrobe
Lua
38
star
19

renzu_turbo

Custom Turbo System for Vehicles in FIVEM
Lua
37
star
20

renzu_illness

Fivem Player Decease and illness. including covid, hepatitis, cough, dengue and more
Lua
35
star
21

renzu_popui

Lua
35
star
22

renzu_contextmenu

FIVEM - CLEAN CONTEXT MENU for Targeting Purpose
Lua
28
star
23

renzu_controller

Fivem Vehicle Controller. Change Neon Colors, Xenon Headlights color and Vehicle Height
HTML
26
star
24

renzu_scoreboard

FIVEM ROLEPLAY SCOREBOARD
CSS
26
star
25

renzu_status

Standalone Status System. Based on ESX - Converted to Standalone Framework
Lua
24
star
26

renzu_itemback

Show Any Items and Weapon to your Character back
Lua
21
star
27

renzu_progressbar

Radial Progress WIP
CSS
21
star
28

renzu_notify

FIVEM SIMPLE NOTIFY SYSTEM
JavaScript
20
star
29

renzu_jobcenter

ESX Jobcenter with multijobs history selector
Lua
19
star
30

weather_zones

Fivem - simple Zone Weather
Lua
18
star
31

renzu_lockgame

Simple Lockpicking Game
JavaScript
15
star
32

carmap

15
star
33

renzu_drawmarkerui

WIP marker NUI
Lua
14
star
34

renzu_default

Default Client Bootloader for Fivem (Removes Useless UI) and some functions
Lua
12
star
35

1000fps

Enable 1000FPS in FIvem
Lua
11
star
36

ax-inventory

ax-inventory is a Inventory system used by the Qbus FiveM Framework. It has custom js and css to give it a new look and feel!
Lua
11
star
37

renzu_blips

Simple Player Job Blips FIVEM
Lua
10
star
38

renzu_steeringwheel

Fivem - Logitech G29 Steering Wheel Gamepad Api - Addon resource for renzu_tuners
JavaScript
10
star
39

renzu_race

Fivem Racing System. Race With Players or Locals in Drag, Circuit, Offroad Race. Built in Bet System
9
star
40

guille_dispatch

Lua
6
star
41

renzu_minigame

hardcore yet WIP minigame for your scripts.
JavaScript
6
star