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
34 stars 6 forks source link

[Suggestion] Menyoo Customs RGB color entry for wheels #85

Closed Gamemassa closed 2 months ago

Gamemassa commented 2 months ago

Hi, I know that in Menyoo Customs you can manually enter RGB/Hex values for the primary and secondary paint colors but there's no option to do that for the wheel colors. Would it be possible to add that in a future update?

itsjustcurtis commented 2 months ago

Unfortunately not, wheels do not support RGB colour values, only the pre-defined paint indexes.

Gamemassa commented 2 months ago

Hmm, weird. I managed to do it externally with Cheat Engine, so I thought maybe there'd be a way to do it in Menyoo (or some other tool), but I'm not good enough at scripting to know how to add it.

Edit: Not sure if this helps, but what I found in cheat engine was that the wheel color is stored as a 4-byte hexadecimal value that starts with FF (so for example, for Black, it's FF080808). Not sure if there's a way to take RGB values entered into Menyoo and convert them to Hex and then inject that, but that could be a workaround.