jackhumbert / let_there_be_flight

A flight mod for Cyberpunk 2077
MIT License
489 stars 43 forks source link

Find a better UI hook for inkWidgets #2

Closed oOXenonTitareOo closed 2 years ago

oOXenonTitareOo commented 2 years ago

Dash doesn't show up with E3 hud, driving combat mod. Only enables itself when using a gun inside the car.

oOXenonTitareOo commented 2 years ago

Tested, and the problem is the "dot no more" mod. Hides hud dot. If I disable that, I don't need to pull out my gun to see your flight hud.

jackhumbert commented 2 years ago

The UI currently uses the persistent dot as a hook to display things - I'll figure out a workaround for this eventually. It isn't displayed when you load a save where you start in a vehicle (since the persistent dot isn't initialized).

oOXenonTitareOo commented 2 years ago

The UI currently uses the persistent dot as a hook to display things - I'll figure out a workaround for this eventually. It isn't displayed when you load a save where you start in a vehicle (since the persistent dot isn't initialized).

Okay, sounds great! Yeah, I have noticed it.

jackhumbert commented 2 years ago

New hook in v0.0.10 :)