itsjustcurtis / MenyooSP

[or Menyoo PC] - Trainer/mod menu for Grand Theft Auto V (single-player).
https://www.gta5-mods.com/scripts/menyoo-2-0
GNU General Public License v3.0
44 stars 8 forks source link

Vehicle previews out-dated #16

Closed itsjustcurtis closed 7 months ago

itsjustcurtis commented 7 months ago

Many vanilla vehicles are missing their previews. Need to understand how this code works and update.

itsjustcurtis commented 7 months ago

Looks like this relies on the vVehicleBmps array which is pre-populated with hardcoded texture dictionary names and vehicle ids, then appended with any user images in the Vehicle Previews folder.

Easy win is to append the missing textures from the game files in here, though I would rather a dynamic selection that somehow uses whatever the game uses to generate those images on the websites.

TayMcKenzieNZ commented 7 months ago

You can simply use this:

https://www.gta5-mods.com/misc/vehicle-previews-all-vehicles

itsjustcurtis commented 7 months ago

I want to try and keep the previews folder clean for users to add their own; where possible, all vanilla content should be ready to go within menyoo

itsjustcurtis commented 7 months ago

Consolidated to #27