Skip to main content

General Information

  • Be careful with the file size of the images. The user have to download the images
  • UI can now be opened via radial menue
    • This is only enabled if you're playing on a console or you play actively with a gamepad
      • Windows Logo Hold "R"
      • PlayStation Logo Hold Square Button
      • Xbox Logo Hold X Button
  • There is an Admin menue to set the JsonURL and enable Debug-Mode
    • You need to be an Admin to be able to see the button in the bottom right
      • You might need to have the "Admin-icon" enabled
    • The URL in the Admin menue overrides the URL in the INI
    • If you want to go back to the URL set in INI, click in the textbox in the Admin menue, delete everything in it and save

Json Specific

  • Use Jsonlint to validate your json
  • To pass the JSON validation, use "\n" to generate newlines
  • Special characters like double quotes have to be escaped with a \
  • You can trigger an update of the JSON via console command: cheat scriptcommand WBUI2 update

Special Tags

  • SpecialTags replace the content of a section with a predefined window
  • Simply input the SpecialTag — additional text will break the functionality
  • Currently available Tags:
    • {playerlist} - Displays a list of currently connected players
  • Example:
    {
    "title": "Connected Players",
    "text": "{playerlist}"
    }

Join my Discord if you need further help.