Jump to content

Question about HUD editing


Pain29

Recommended Posts

So my ship stats is displayed in the center of my cockpit window. How do I get it out of the way? There are 2 objects that looks like displays where the ship stats should be. One near the left knee and the other near the right knee. How do I move it into those 2 objects?

Link to comment
Share on other sites

19 minutes ago, Pain29 said:

So my ship stats is displayed in the center of my cockpit window. How do I get it out of the way? There are 2 objects that looks like displays where the ship stats should be. One near the left knee and the other near the right knee. How do I move it into those 2 objects?

You can hide the widgets with <item>.hide() on lua or by commenting the <item>.show() from the unit.start().

But then you don't have any information about your flight

Link to comment
Share on other sites

1 hour ago, joaocordeiro said:

You can hide the widgets with <item>.hide() on lua or by commenting the <item>.show() from the unit.start().

But then you don't have any information about your flight

That sucks because I feel like the 2 objects at the bottom that looks like displays should be where all the information should be stored. Not in the center of your cockpit window. Can't even see out of it.

Link to comment
Share on other sites

7 minutes ago, Pain29 said:

That sucks because I feel like the 2 objects at the bottom that looks like displays should be where all the information should be stored. Not in the center of your cockpit window. Can't even see out of it.

Well, you are right, NQ should rearange it. 

But, you can actually remove all those widgets and make your own html display, showing info where ever you want on the screen. 

 

But some widgets preform tasks when you click them, like radar locking, reloading, weapons fire, warp activation. 

I think there are key shortcuts for most of those. 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...