Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basegame Vehicle Handling.meta can't be overridden. #2305

Open
1 task done
einsmoka opened this issue Jul 15, 2024 · 0 comments
Open
1 task done

Basegame Vehicle Handling.meta can't be overridden. #2305

einsmoka opened this issue Jul 15, 2024 · 0 comments
Labels
Class: bug Something isn't working

Comments

@einsmoka
Copy link

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

  • 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 einsmoka added the Class: bug Something isn't working label Jul 15, 2024
@einsmoka einsmoka changed the title Basegame Vehicle Handling can't be overridden. Basegame Vehicle Handling.meta can't be overridden. Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Class: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant