Crossplatform available!
A massive shoutout to DelilahEve, creator of DinoDepot, for dedicating so much time and effort to WBUI2, even when she could have been focusing on her own projects. We appreciate you!
This mod is a "rework" and port of the popular mod "Editable Server UI (WBUI)" from ASE.
It gives you the ability to display rules, settings, upcoming events, or general information about your server.
In addition to providing useful information to your players, it enables you to add buttons that directly open the browser to your community website, support Discord, or the ARK forum, keeping your players always up to date with just one click from within the game!
Ingame Editing available!
- You can edit the UI appearance ingame. So you have direct feedback on how the UI is going to look
- When you're done you can click the "Show Json" button, which displays the raw JSON. This gives you the ability to export the JSON easily to a hosting provider you like (github preferred) and use the "JsonUrl" entry.
GameUserSettings.ini
[WBUI2]
JsonURL="enter-your-url-between-the-quotes"
Available Scriptcommands
All scriptcommands can be used via rcon or from the ingame console.
If you run them from the ingame console you need to be an admin and prefix the commands with cheat
scriptcommand WBUI2 debug
- Toggles a debug mode which enables/disables more in depth logging. If it is enabled the mod writes A LOT to the shootergamelog!
scriptcommand WBUI2 update
- Runs a request to the given JsonURL and populates it to the players
scriptcommand WBUI2 clearplayers
- clears the
OpenOnStartplayerlist
scriptcommand WBUI2 removekeybind Implant-ID
- Removes a players custom keybind to open WBUI
- The player needs to be online for it to work!
scriptcommand WBUI2 setmotd -message="motd title\nmotd message" -duration=15
- Sets a new "Message Of The Day"
- The text in the
-message=parameter needs to be between double quotes" " - The text before the
\nwill be displayed in a bigger font - The
-duration=parameter determines how long the message will be displayed (in seconds)
scriptcommand WBUI2 sendmessage -message="This is a test!" -duration=10 -player=Implant-ID/EOS-ID
- The text in the
-message=parameter needs to be between double quotes" " - The
-duration=parameter determines how long the message will be displayed (in seconds) - The
-player=parameter is optional. You can insert a ImplantID or a EOS-ID to send a message only to a specific player
For a detailed setup guide pls visit the wiki or join my discord:
DISCLAIMER
The mod sends debug information to a Discord channel, which only I have access to.
The data is used solely for debugging purposes when you request help.
The data is stored for a maximum of 24 hours and deleted afterward.
The data includes the following information:
- Server name
- Mod version
- Value of the "JsonUrl" INI entry
- Value of the "JsonUrl" from the in-game AdminUI (if set)
- Value of the "UseIngame" checkbox from the in-game AdminUI
- Value of the "IconURL" entry of the Json/in-game AdminUI
- Error message of the Json-Request/Json-Parser
If you wish to opt-out, use the following GUS.INI option:
DisableDebugWebhook=true
If you would like to request access to or deletion of your data, please contact me on my Discord.