Fix missing DFT-30 middle wheel - #5084
Conversation
|
Should be optional, some people might prefer to keep things vanilla, such as on our speedrunner server. I think you might as well add all of them at once. I already did #4918 but it's AI so it's probably bad. |
|
Personally, I think fixes like this should be provided as an MTA resource. Similar to how the mapfixes resource was created. The resource would simply replace these models with versions that have the corrected names. |
fair, will work on that |
Surely already exists, I have one https://gitlab.com/SpeedyFolf/mta-resources/-/tree/main/vehiclemodelfixes?ref_type=heads and Mr. Green Gaming has one https://github.com/MrGreenGaming/MTA-Resources/tree/master/resources/%5Brace%5D/race_fix, but I figured using code instead providing models would be better, resource/folder names can vary from server to server meaning you have to download them again. Maybe adding it to |
Since this is a model loading issue, fixing it in the MTA code makes sense in this case |
|
I just remembered in 1.7 the headlights and taillights work on the Rhino and that wasn't made optional, it's a thing by default, and they don't work in singleplayer even with SilentPatch. That may be added to a future version of SilentPatch but it probably won't be a setting, the vehicle model hierarchy typo fixes isn't a setting. |
Summary
Fix the missing left middle wheel on DFT-30.
The model calls this component
wheel_lm, but the game search forwheel_lm_dummy, so it is never found. The fix acceptswheel_lmwhen this component is searched.Based on SilentPatch hierarchy typo fix.
PS: I planned to make one PR with all SilentPatch vehicle fixes but not sure if you prefer one fix per PR. This one only fixes DFT.
Screen before the fix :

Screen after the fix :

Motivation
DFT-30 has one missing middle wheel in GTA SA and MTA.
Test plan
Spawn DFT-30, the left middle wheel is now visible.
Checklist