Hello! Here’s how to change the background from black to another color or image based on your files:
Change to a Color
In "UI Settings" > "Background" > "Background", find "Color".
Update "HEX" (e.g., "#0000FF" for blue) and adjust "Opacity (0 - 100)".
Save and reload with oxide.reload ServerPanel.
Example:
"Color": {
"HEX": "#0000FF",
"Opacity (0 - 100)": 100.0
}
Change to an Image
Set "Type (Label/Panel/Button/Image)" to "Image".
Add a URL to "Image" (e.g., "https://example.com/mybackground.png").
Set "Color" to "#FFFFFF" with 100.0 opacity for no tint.
Save and reload. Ensure ImageLibrary is installed.
Example:
"Type (Label/Panel/Button/Image)": "Image",
"Color": {
"HEX": "#FFFFFF",
"Opacity (0 - 100)": 100.0
},
"Image": "https://example.com/mybackground.png"
That’s it! Test in-game and adjust as needed. Let me know if you need more help!