MAFINS / MenyooSP

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

a better blackout function #454

Closed super-lurker closed 1 year ago

super-lurker commented 1 year ago

using the blackout feature in menyoo disables every light in the game including cars, which doesn't make sense. this mods does not have this issue, might worth a look.

https://www.gta5-mods.com/scripts/simple-blackout#description_tab

itsjustcurtis commented 1 year ago

I believe this is intended behaviour. Blackout is, as the name implies, a complete blackout of all light sources. Menyoo cannot be expected to over-complicate itself with the functionality of every other mod out there. If this were to be added then I would anticipate needing to add a toggle/selection that allowed users different levels of blackout.

MAFINS commented 1 year ago

It can definitely be done with a slider for 2 different modes. But I'm not sure how to keep the lights on. It may be as simple as keeping the lights variables on in the CVehicle struct or calling the native to keep the lights on in a loop, or it may be more complicated and require tinkering elsehere, or even creating fake lights. It's probably not worth doing the latter, especially if it will require updating for each patch.

super-lurker commented 1 year ago

both valid points, I'll leave it to you guys then.

DaRealVerify commented 1 year ago

It can definitely be done with a slider for 2 different modes. But I'm not sure how to keep the lights on. It may be as simple as keeping the lights variables on in the CVehicle struct or calling the native to keep the lights on in a loop, or it may be more complicated and require tinkering elsehere, or even creating fake lights. It's probably not worth doing the latter, especially if it will require updating for each patch.

Enhanced Native Trainer has achieved this. Might be worth giving them a call, as I'm sure they'll be happy to point you in the right direction!