Skip to main content

Default Json

info

This is the default Json which will be shown if no URL is present in the GameUserSettings.ini

{
"WBUI2":
{
"settings":
{
"openbutton": 0,
"hideicon": false,
"hideiconafter": 60,
"iconurl": "https://i.imgur.com/OZ6xOjY.png",
"disableicontext": false,
"iconposition": 0,
"icontextcolor": 0,
"openonstart": true,
"openonstartonlynewplayers": true,
"updateinterval": 12
},
"tabs": [
{
"layout": 1,
"buttontext": "Welcome",
"imageurl": "https://i.imgur.com/mGt3cAF.png",
"content": [
{
"title": "Thanks for installing WBUI2!",
"text": "This mod is in an early stage.\nYou can expect bugs!\n\n\nThis UI is unedited. Pls contact an Admin.\n\nAre you an Admin?\nPls click on the buttons down below to get to the Wiki page for a setup guide. For Support pls join the discord\n\nYou can find a simple explanation in the settings tab."
}
]
},
{
"layout": 2,
"buttontext": "Settings",
"imageurl": "https://i.imgur.com/mGt3cAF.png",
"content": [
{
"title": "INI settings:",
"text": "<TextStyle.LightBlue>Ini Header:</>\n\n\\[WBUI2]\n\n\nINI-Options:\n\nJsonURL=\"url\" - default: \"https://raw.githubusercontent.com/DC-Modding/WBUI2-Wiki/main/default.json\"\n\nYou have to host the file as \"raw\" somewhere and enter the URL to it wrapped in \" \". You can use github (linked below). After uploading the file you'll find a button called \"raw\". click the button and copy the URL. Or use any other hosting site which offers linking to a raw JSON output.\n\nFor a more detailed instruction checkout the Wiki linked down below.\n\n\nYou can trigger an update of the JSON via console command:\ncheat scriptcommand WBUI2 update"
},
{
"title": "JSON settings:",
"text": "OpenButton - 0/1/2/3/4/5/6, default:0, 0=F1, 1=F2, 2=F3, 3=F4, 4=F5, 5=Delete, 6=Home - Determines the button the player needs to press to open the UI.\n\nHideIcon - true/false, default: false - If true the Icon in the bottom left corner vanishes after some time.\n\nHideIconAfter - integer, default: 60 - Determines after how many seconds the Icon vanishes.\n\nIconURL - \"URL\", default: \"https://i.imgur.com/OZ6xOjY.png\" - You can upload a custom image somewhere (e.g. imgur, link down below) and it will be used as the Icon in the bottom left.\n\nDisableIconText - true/false, default:false - If true the text \"F1 for Info\" will not be displayed.\n\nIconPosition - 0/1/2/3, default:0, 0=Top Left, 1=Top Right, 2=Bottom Right, 3=Bottom Left - Set the position of the Icon.\n\nIconTextColor - 0/1/2/3/4/5/6/7/8, default:0, 0=Light Blue, 1=Red, 2=Green, 3=Blue, 4=Yellow, 5=Orange, 6=Violet, 7=Black, 8=White - Sets the color of the \"F1 For Info\" text.\n\nOpenOnStart - true/false, default: true - If true the UI will open automatically after the player spawned.\n\nOpenOnStartOnlyNewPlayers - true/false, default: true - If true the UI only opens automatically the first time the player spawns on the server.\n\nUpdateInterval - integer, default: 12 - This value determines the time in hours the mod automatically pulls the JSON from the URL to update settings.\n\nGENERAL INFORMATION:\n\n\nFor the rest of the settings pls checkout the Wiki or the example JSON linked down below.\n\nIn order to pass the JSON-validation you have to use \"*backslash*n\" without a space to generate newlines. although the mod should handle regular newlines just fine.\n\nSpecial characters like \" have to be escaped with a *backslash*\n\nYou can trigger an update of the JSON via console command: \"cheat scriptcommand WBUI2 update\"\n\nBe careful with the file size of the images. The user have to download the images."
}
]
}
],
"links": [
{
"text": "Discord",
"url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
},
{
"text": "Wiki",
"url": "https://wiki.wbui2.de"
},
{
"text": "CurseForge",
"url": "https://www.curseforge.com/ark-survival-ascended/mods/wbui2"
},
{
"text": "JSON-Validator",
"url": "https://jsonlint.com"
},
{
"text": "Github",
"url": "https://github.com"
},
{
"text": "Imgur",
"url": "https://imgur.com"
},
{
"text": "Example JSON",
"url": "https://raw.githubusercontent.com/DC-Modding/WBUI2-Wiki/main/example.json"
}
],
"version": 2
}
}