Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't show car info on screen #1007

Closed
NextSim opened this issue Apr 24, 2018 · 6 comments · Fixed by #2946
Closed

Don't show car info on screen #1007

NextSim opened this issue Apr 24, 2018 · 6 comments · Fixed by #2946
Labels

Comments

@NextSim
Copy link
Contributor

NextSim commented Apr 24, 2018

How can I turn off the data shown on the screen (accel, brake, control mode, etc)?

I looked through the settings and didn't see anything

@DavidLSmyth
Copy link

You could try adding
"LogMessagesVisible": false
to settings.json, or in the Unreal Engine editor, enter "DISABLEALLSCREENMESSAGES" in the console

@NextSim
Copy link
Contributor Author

NextSim commented Apr 24, 2018

I tried adding that and it didn't affect it. I'll try using the console, but I need to be able to have it launch that way or programatically remove it.

Here is my setting.json

{
  "SeeDocsAt": "https://github.com/Microsoft/AirSim/blob/master/docs/settings.md",
  "SettingsVersion": 1.0,
  "SimMode": "Car",
  "RecordUIVisible": false,
  "LogMessagesVisible": false
}

@sytelus sytelus added the bug label Apr 25, 2018
@NextSim
Copy link
Contributor Author

NextSim commented Jun 20, 2018

Is this something that is set when the project is packaged?

I have tried on a few scenarios, on City, Africa and Neighborhood the log shows, regardless of what is in the settings file.

I created a project from landscape mountains, and this project, as well as the blocks project, never shows the info, regardless of what is in the settings file.

@rajat2004
Copy link
Contributor

@jonyMarino Actually this problem still exists in master, so this issue can be reopened I think

@jonyMarino
Copy link
Collaborator

@rajat2004 Thank you. I thought it was a duplicate of #1583 (closed)

@jonyMarino jonyMarino reopened this Aug 17, 2020
@rajat2004
Copy link
Contributor

Yeah, that issue seems to have been closed to keep discussion here. Will try to look into this and maybe open a PR
Thanks for all the hard work you and the other maintainers have been putting in to clean up the issues!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants