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
Hold "R"
Hold
Hold
- This is only enabled if you're playing on a console or you play actively with a gamepad
- There is an Admin menue to set the
JsonURL
and enableDebug-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
- You need to be an Admin to be able to see the button in the bottom right
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}"
}