Jump to content

Triangle

Members
  • Posts

    20
  • Joined

  • Days Won

    5

Community Answers

  1. Triangle's post in How do I get this off my screen? was marked as the answer   
    I couldn't find a png to edit for it in the gui folder, and it's not set to anything in the file. If you just want the fastest way to hide it, you can just open the MainMenuWindow_online.json file and change the very first
     
      "RenderColor": "255,255,255,255",
     
    to
     
      "RenderColor": "0,255,255,255",
     
    The buttons are children of the box so if you just hide it, you'll hide the buttons too. If you need to remove the Main Menu title that prints, you can hide it separately. Kind of a lame solution, but it's easy and it works.
×
×
  • Create New...