Author Topic: How do i remove the hud?  (Read 3439 times)

Hey, i want to make a movie and i want to know how to remove the interface, like the tool selection thing, and if it is long or hard to remember would i be able to make a console shortcut to it? like  for example "removehud" and how?

togglefilmmode();

Or something like that.

Badspot

  • Administrator
You can set most every thing to auto-hide like this http://www.blockland.us/smf/index.php?topic=18078.0
F5 will hide player names.

If you want a more thorough solution, you can type canvas.setContent(NoHudGui); in the console.  Type canvas.setcontent(PlayGui); to go back to normal