remove thing

This commit is contained in:
KingMcDonalds
2025-08-14 07:13:36 -07:00
parent 34dc11ef03
commit 41a1ab3834
246 changed files with 533 additions and 426 deletions
+16 -16
View File
@@ -5,35 +5,35 @@ Config.kmh = false
-- Set Config.maxSpeed to false if you want to use same speed for all vehicles
-- Set the max speed for all vehicles on Config.maxSpeed
Config.useCategories = true
Config.maxSpeed = 130
Config.maxSpeed = 180
Config.Categories = {
-- COMPACTS
{category = 0, maxSpeed = 100},
{category = 0, maxSpeed = 120},
-- SEDANS
{category = 1, maxSpeed = 100},
{category = 1, maxSpeed = 120},
-- SUV'S
{category = 2, maxSpeed = 100},
{category = 2, maxSpeed = 120},
-- COUPES
{category = 3, maxSpeed = 100},
{category = 3, maxSpeed = 160},
-- MUSCLE
{category = 4, maxSpeed = 100},
{category = 4, maxSpeed = 170},
-- SPORT CLASSIC
{category = 5, maxSpeed = 100},
{category = 5, maxSpeed = 170},
-- SPORT
{category = 6, maxSpeed = 100},
{category = 6, maxSpeed = 170},
-- SUPER
{category = 7, maxSpeed = 100},
{category = 7, maxSpeed = 170},
-- MOTORCYCLES
{category = 8, maxSpeed = 100},
{category = 8, maxSpeed = 180},
-- OFFROAD
{category = 9, maxSpeed = 100},
{category = 9, maxSpeed = 130},
-- INDUSTRIAL
{category = 10, maxSpeed = 65},
{category = 10, maxSpeed = 80},
-- UTILITY
{category = 11, maxSpeed = 65},
{category = 11, maxSpeed = 106},
-- VANS
{category = 12, maxSpeed = 100},
{category = 12, maxSpeed = 110},
-- BICYCLES
{category = 13, maxSpeed = 100},
-- BOATS
@@ -46,9 +46,9 @@ Config.Categories = {
--#endregion
-- SERVICE
{category = 17, maxSpeed = 60},
{category = 17, maxSpeed = 85},
-- EMERGENCY
{category = 18, maxSpeed = 200},
{category = 18, maxSpeed = 190},
-- MILITARY
{category = 19, maxSpeed = 69}
}
@@ -90,21 +90,6 @@ data_file 'VEHICLE_LAYOUTS_FILE' 'data/21pdrbsub/dlctext.meta'
data_file 'VEHICLE_VARIATION_FILE' 'data/Staff-kgbearcat/carvariations.meta'
data_file 'VEHICLE_LAYOUTS_FILE' 'data/Staff-kgbearcat/dlctext.meta'
-- Staff-DMLEOF82
files {
'data/Staff-DMLEOF82/vehicles.meta',
'data/Staff-DMLEOF82/carvariations.meta',
'data/Staff-DMLEOF82/carcols.meta',
'data/Staff-DMLEOF82/handling.meta',
'data/Staff-DMLEOF82/vehiclelayouts.meta'
}
data_file 'HANDLING_FILE' 'data/Staff-DMLEOF82/handling.meta'
data_file 'VEHICLE_METADATA_FILE' 'data/Staff-DMLEOF82/vehicles.meta'
data_file 'CARCOLS_FILE' 'data/Staff-DMLEOF82/carcols.meta'
data_file 'VEHICLE_VARIATION_FILE' 'data/Staff-DMLEOF82/carvariations.meta'
data_file 'VEHICLE_LAYOUTS_FILE' 'data/Staff-DMLEOF82/dlctext.meta'
-- staff-22gscrb
files {
'data/staff-22gscrb/vehicles.meta',
@@ -120,21 +105,6 @@ data_file 'VEHICLE_LAYOUTS_FILE' 'data/21pdrbsub/dlctext.meta'
data_file 'VEHICLE_VARIATION_FILE' 'data/staff-22gscrb/carvariations.meta'
data_file 'VEHICLE_LAYOUTS_FILE' 'data/staff-22gscrb/dlctext.meta'
-- Staff-23gsrb
files {
'data/Staff-23gsrb/vehicles.meta',
'data/Staff-23gsrb/carvariations.meta',
'data/Staff-23gsrb/carcols.meta',
'data/Staff-23gsrb/handling.meta',
'data/Staff-23gsrb/vehiclelayouts.meta'
}
data_file 'HANDLING_FILE' 'data/Staff-23gsrb/handling.meta'
data_file 'VEHICLE_METADATA_FILE' 'data/Staff-23gsrb/vehicles.meta'
data_file 'CARCOLS_FILE' 'data/Staff-23gsrb/carcols.meta'
data_file 'VEHICLE_VARIATION_FILE' 'data/Staff-23gsrb/carvariations.meta'
data_file 'VEHICLE_LAYOUTS_FILE' 'data/Staff-23gsrb/dlctext.meta'
-- MAXgtsx500
files {
'data/MAXgtsx500/vehicles.meta',
@@ -195,36 +165,6 @@ data_file 'CARCOLS_FILE' 'data/ctt55vv/carcols.meta'
data_file 'VEHICLE_VARIATION_FILE' 'data/ctt55vv/carvariations.meta'
data_file 'VEHICLE_LAYOUTS_FILE' 'data/ctt55vv/dlctext.meta'
-- 21gscrb
files {
'data/21gscrb/vehicles.meta',
'data/21gscrb/carvariations.meta',
'data/21gscrb/carcols.meta',
'data/21gscrb/handling.meta',
'data/21gscrb/vehiclelayouts.meta',
}
data_file 'HANDLING_FILE' 'data/21gscrb/handling.meta'
data_file 'VEHICLE_METADATA_FILE' 'data/21gscrb/vehicles.meta'
data_file 'CARCOLS_FILE' 'data/21gscrb/carcols.meta'
data_file 'VEHICLE_VARIATION_FILE' 'data/21gscrb/carvariations.meta'
data_file 'VEHICLE_LAYOUTS_FILE' 'data/21gscrb/dlctext.meta'
-- 18gscrb
files {
'data/18gscrb/vehicles.meta',
'data/18gscrb/carvariations.meta',
'data/18gscrb/carcols.meta',
'data/18gscrb/handling.meta',
'data/18gscrb/vehiclelayouts.meta',
}
data_file 'HANDLING_FILE' 'data/18gscrb/handling.meta'
data_file 'VEHICLE_METADATA_FILE' 'data/18gscrb/vehicles.meta'
data_file 'CARCOLS_FILE' 'data/18gscrb/carcols.meta'
data_file 'VEHICLE_VARIATION_FILE' 'data/18gscrb/carvariations.meta'
data_file 'VEHICLE_LAYOUTS_FILE' 'data/18gscrb/dlctext.meta'
-- c3hs53pd
files {
'data/c3hs53pd/vehicles.meta',
@@ -315,21 +255,6 @@ data_file 'CARCOLS_FILE' 'data/gpd7/carcols.meta'
data_file 'VEHICLE_VARIATION_FILE' 'data/gpd7/carvariations.meta'
data_file 'VEHICLE_LAYOUTS_FILE' 'data/gpd7/dlctext.meta'
-- 2022pshrb
files {
'data/2022pshrb/vehicles.meta',
'data/2022pshrb/carvariations.meta',
'data/2022pshrb/carcols.meta',
'data/2022pshrb/handling.meta',
'data/2022pshrb/vehiclelayouts.meta',
}
data_file 'HANDLING_FILE' 'data/2022pshrb/handling.meta'
data_file 'VEHICLE_METADATA_FILE' 'data/2022pshrb/vehicles.meta'
data_file 'CARCOLS_FILE' 'data/2022pshrb/carcols.meta'
data_file 'VEHICLE_VARIATION_FILE' 'data/2022pshrb/carvariations.meta'
data_file 'VEHICLE_LAYOUTS_FILE' 'data/2022pshrb/dlctext.meta'
-- fireboat
files {
'data/fireboat/vehicles.meta',
@@ -327,7 +327,7 @@ Config.VehicleRestrictions = {
"19mustgt",
"bearcat",
"18charger",
"18chargerb",
"18chargerb",
"mxxraprb",
"trackhawkPD",
"chargfire",
@@ -0,0 +1,41 @@
HANE Golden Pub | README
Resource Structure:
-------------------
[Hane_Golden_Pub]
├── hane_data_mirrorpark
├── hane_golden_pub
Installation Instructions:
--------------------------
1. Upload the entire [Hane_Golden_Pub] folder to your server resources.
2. Add the following lines to your server.cfg file in this exact order:
ensure hane_data_mirrorpark
ensure hane_golden_pub
Note:
- 'hane_data_mirrorpark' contains shared data used across multiple Mirror Park projects by Hane Studios.
- Do not rename the folders to prevent compatibility issues.
Map Features:
-------------
- Location: Mirror Park (coordinates available in the resource)
- Fully functional pub interior (Golden Pub)
- Includes bar area, seating, DJ booth, stage, and exterior connection
- FiveM-compatible lighting and audio placements
- High-quality PBR textures and optimized models
Support:
--------
- The map is compatible with all major frameworks (ESX, QBCore, etc.)
- Optimized for FPS and performance
- For any issues or feedback, contact us via Discord:
https://discord.gg/VNtgPZqeE2
Thank you for choosing Hane Studios!
Enjoy your new Golden Pub experience.
— Hane Studios Team
@@ -0,0 +1,7 @@
fx_version 'cerulean'
game 'gta5'
lua54 'yes'
this_is_a_map 'yes'
dependency '/assetpacks'
@@ -0,0 +1,18 @@
fx_version 'bodacious'
game 'gta5'
author 'HANE'
description 'GPUB2'
version '1.0.0'
this_is_a_map 'yes'
data_file 'TIMECYCLEMOD_FILE' 'hane_gpub_timecycle.xml'
data_file 'INTERIOR_PROXY_ORDER_FILE' 'interiorproxies.meta'
files {
'hane_gpub_timecycle.xml',
'interiorproxies.meta'
}
dependency '/assetpacks'
@@ -0,0 +1,61 @@
<timecycle_modifier_data version="1.000000">
<modifier name="hngpub" numMods="61" userFlags="0">
<light_directional_amb_intensity>0.000 0.000</light_directional_amb_intensity>
<light_amb_down_wrap>0.410 0.000</light_amb_down_wrap>
<light_natural_amb_down_col_r>1.000 1.000</light_natural_amb_down_col_r>
<light_natural_amb_down_col_g>0.875 1.000</light_natural_amb_down_col_g>
<light_natural_amb_down_col_b>0.522 1.000</light_natural_amb_down_col_b>
<light_natural_amb_down_intensity>0.300 0.000</light_natural_amb_down_intensity>
<light_natural_amb_up_col_r>0.800 1.000</light_natural_amb_up_col_r>
<light_natural_amb_up_col_g>0.737 1.000</light_natural_amb_up_col_g>
<light_natural_amb_up_col_b>0.365 1.000</light_natural_amb_up_col_b>
<light_natural_amb_up_intensity>0.200 0.000</light_natural_amb_up_intensity>
<light_natural_push>0.000 0.000</light_natural_push>
<light_artificial_int_down_col_r>0.561 1.000</light_artificial_int_down_col_r>
<light_artificial_int_down_col_g>0.341 1.000</light_artificial_int_down_col_g>
<light_artificial_int_down_col_b>0.082 1.000</light_artificial_int_down_col_b>
<light_artificial_int_down_intensity>0.500 0.000</light_artificial_int_down_intensity>
<light_artificial_int_up_col_r>0.537 1.000</light_artificial_int_up_col_r>
<light_artificial_int_up_col_g>0.702 1.000</light_artificial_int_up_col_g>
<light_artificial_int_up_col_b>0.263 1.000</light_artificial_int_up_col_b>
<light_artificial_int_up_intensity>0.200 0.000</light_artificial_int_up_intensity>
<ped_light_col_r>1.000 1.000</ped_light_col_r>
<ped_light_col_g>0.420 1.000</ped_light_col_g>
<ped_light_col_b>0.110 1.000</ped_light_col_b>
<ped_light_mult>0.200 1.000</ped_light_mult>
<ssao_inten>5.768 0.000</ssao_inten>
<postfx_exposure>-0.800 0.000</postfx_exposure>
<postfx_bright_pass_thresh_width>0.500 0.000</postfx_bright_pass_thresh_width>
<postfx_bright_pass_thresh>0.500 0.000</postfx_bright_pass_thresh>
<postfx_intensity_bloom>0.500 0.000</postfx_intensity_bloom>
<postfx_vignetting_intensity>0.504 0.000</postfx_vignetting_intensity>
<postfx_vignetting_radius>8.000 0.000</postfx_vignetting_radius>
<postfx_vignetting_contrast>0.000 0.000</postfx_vignetting_contrast>
<postfx_vignetting_col_r>0.000 0.000</postfx_vignetting_col_r>
<postfx_vignetting_col_g>0.000 0.000</postfx_vignetting_col_g>
<postfx_vignetting_col_b>0.000 0.000</postfx_vignetting_col_b>
<postfx_vignetting_intensity>0.975 0.000</postfx_vignetting_intensity>
<postfx_vignetting_radius>5.000 0.000</postfx_vignetting_radius>
<postfx_vignetting_contrast>0.000 0.000</postfx_vignetting_contrast>
<postfx_tonemap_filmic_override_dark>1.000 0.000</postfx_tonemap_filmic_override_dark>
<postfx_tonemap_filmic_exposure_dark>3.000 0.000</postfx_tonemap_filmic_exposure_dark>
<postfx_tonemap_filmic_a>0.992 0.000</postfx_tonemap_filmic_a>
<postfx_tonemap_filmic_b>0.030 0.000</postfx_tonemap_filmic_b>
<postfx_tonemap_filmic_c>0.192 0.000</postfx_tonemap_filmic_c>
<postfx_tonemap_filmic_d>0.009 0.000</postfx_tonemap_filmic_d>
<postfx_tonemap_filmic_e>0.029 0.000</postfx_tonemap_filmic_e>
<postfx_tonemap_filmic_f>0.480 0.000</postfx_tonemap_filmic_f>
<postfx_tonemap_filmic_w>4.000 0.000</postfx_tonemap_filmic_w>
<postfx_tonemap_filmic_override_bright>1.000 0.000</postfx_tonemap_filmic_override_bright>
<postfx_tonemap_filmic_exposure_bright>-2.000 0.000</postfx_tonemap_filmic_exposure_bright>
<postfx_tonemap_filmic_a_bright>0.192 0.000</postfx_tonemap_filmic_a_bright>
<postfx_tonemap_filmic_b_bright>0.095 0.000</postfx_tonemap_filmic_b_bright>
<postfx_tonemap_filmic_c_bright>0.192 0.000</postfx_tonemap_filmic_c_bright>
<postfx_tonemap_filmic_d_bright>0.992 0.000</postfx_tonemap_filmic_d_bright>
<postfx_tonemap_filmic_e_bright>0.010 0.000</postfx_tonemap_filmic_e_bright>
<postfx_tonemap_filmic_f_bright>0.480 0.000</postfx_tonemap_filmic_f_bright>
<postfx_tonemap_filmic_w_bright>3.840 0.000</postfx_tonemap_filmic_w_bright>
<natural_ambient_multiplier>0.150 0.000</natural_ambient_multiplier>
<artificial_int_ambient_multiplier>0.500 0.000</artificial_int_ambient_multiplier>
</modifier>
</timecycle_modifier_data>

Some files were not shown because too many files have changed in this diff Show More