altv-issues icon indicating copy to clipboard operation
altv-issues copied to clipboard

Basegame Vehicle Handling.meta can't be overridden.

Open einsmoka opened this issue 1 year ago • 0 comments

Description of the problem

Basegame Vehicle Handling meta files overrides do not get applied. If the Vehicle or Handling meta of the game is in a patch or DLC the changes get applied, even if the changes are in the same file.

Reproduction steps

There are 2 methods to override Handling.meta files. For both methods the files are attached.

  1. Using [overrides] . This is a Basic Override resource with a streamed handling.meta file and the following stream.toml based on the AltV Doc. (See code Below) For this method each handling.meta of every single dlc need to be overridden.
files = [ 'stream/*'
]

[overrides]
'commoncrc:/data/handling.meta' = 'stream/handling.meta'
'dlc_mpSecurityCRC:/common/data/handling.meta' = 'stream/Security/handling.meta'

'dlcMPBusiness:/x64/models/cdimages/mpbusiness_ped_mp_overlay_txds.rpf/mp_eye_colour.ytd' = 'stream/mp_eye_colour.ytd'

The Bottom override of the mp_eye_colour.ytd was just a reference to check if the override works.

With This method i wasnt able to make reliable changes to the games Vehicle Handling. Usually the result is: nothing changed.

  1. (preferred) Using Override dlc.rpf . This is a simple dlc.rpf resource with just a Handling.meta file. (thanks to MRTRM) With this Method (almost) every vehicle handling can be changed with just one file. In the test resource are 4 handling changed. A Basegame, 1st dlc mpbeach, 3rd dlc mpbusiness and mp2023_02. With this setup all handlings change, except the Basegame vehicles.

Expected behaviour

Basegame or "NoDlc" (example. veh Adder) vehicle handling.meta data (common.rpf\data\handling.meta) should be changed.

In a nutshell: Basegame, NoDlc vehicles Handling data can't be overridden. No matter if [overrides] or dlc.rpf method.

Additional context

Used resources

Override Method: ovrhandling.zip

Dlc.rpf Method (Preferred) newhandling.zip

Operating system

Windows 11 Client & Ubuntu 24.04 lts Server

Version

release/16.0.162

Crashdump ID

No response

Confirmation of issue's presence

  • [X] By submitting this ticket, I affirm that I have verified the presence of this issue on the latest developer version available at the time of writing this ticket.

einsmoka avatar Jul 15 '24 16:07 einsmoka