You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
(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.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
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
The text was updated successfully, but these errors were encountered: