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
The following DLCs contain gen9 clothing and possibly gen9 exclusive vehicle upgrades:
mp2023_01
mp2023_02
mp2024_01
mp2024_02
mpg9ec
mpsum2_g9ec
With clothing, when a player uses vMenu (or any clothing menu for that matter) and scrolls through their clothing, the second the menu lands on one of the many stub files from the gen9 exclusive content, they crash to the desktop with an error message. This is due to these stub files.
Alex106 has made a mod which replaces these files, however if vMenu could completely ignore these files, players could scroll through the menu at ease, without crashing.
I have made a FiveM conversion of Alex106's mod, however I believe it would be far beneficial if it was solved at the core of vMenu.
There is a native called IsPedComponentVariationGen9Exclusive of which you could implement and you could probably gather some necessary information about the assets from the gen9_exclusive_assets_peds.meta file.
I believe there's stub vehicle files and / or modifications, however I am not 100% certain.
The text was updated successfully, but these errors were encountered:
The following DLCs contain gen9 clothing and possibly gen9 exclusive vehicle upgrades:
With clothing, when a player uses vMenu (or any clothing menu for that matter) and scrolls through their clothing, the second the menu lands on one of the many stub files from the gen9 exclusive content, they crash to the desktop with an error message. This is due to these stub files.
Alex106 has made a mod which replaces these files, however if vMenu could completely ignore these files, players could scroll through the menu at ease, without crashing.
I have made a FiveM conversion of Alex106's mod, however I believe it would be far beneficial if it was solved at the core of vMenu.
There is a native called
IsPedComponentVariationGen9Exclusive
of which you could implement and you could probably gather some necessary information about the assets from the gen9_exclusive_assets_peds.meta file.I believe there's stub vehicle files and / or modifications, however I am not 100% certain.
The text was updated successfully, but these errors were encountered: