jackhumbert / let_there_be_flight

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

3d UI shows up when in NPC cars #35

Closed titonix closed 2 years ago

titonix commented 2 years ago

As the title says, getting into NPC cars for quests shows the UI with the position and all that fancy stuff even if the cars not in flight mode.

r0gler commented 2 years ago

dev is aware of this bug and should hopefully be fixed in a future update.

In the meantime you can go to this file and change some text to disable the 3D UI: r6\scripts\let_there_be_flight.reds

go to line 1310 and change

this.showUI = false;

jackhumbert commented 2 years ago

UI has been rehauled, and this shouldn't be an issue anymore.