Jump to content

Mevent

Curator
  • Posts

    2,399
  • Joined

  • Last visited

Everything posted by Mevent

  1. Mevent

    Change of Background

    You're not getting any errors from ImageLibrary?
  2. Mevent

    Change of Background

    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!
  3. Mevent

    Barge support possible?

    Changed Status from Pending to Work in Progress
  4. Mevent

    Localization for PopUps

    Locate the Localization File: The file is located at: oxide/data/ServerPanelPopUps/Localization.json File Structure: The file is structured as an object named Localization Settings containing a section called UI Elements. Each key in this section corresponds to the Name field from the "Content Elements" config section. For example, PopUp.ServerCommands.Description is the identifier for that element. Setting Up Localization: Inside each UI element, there is a Messages object where translations for each language are defined. For each language (e.g., "fr" for French or "en" for English), an array of strings is provided under the key Text. These strings will be displayed in the popup. Example: { "Localization Settings": { "UI Elements": { "PopUp.ServerCommands.Description": { "Messages": { "fr": { "Text": [ "<color=#CF432D>/info</color> - ouvrir ce menu", "<color=#CF432D>/trade player_name</color> - échange sécurisé avec d'autres joueurs", "<color=#CF432D>/online</color> - afficher le nombre de joueurs en ligne" ] }, "en": { "Text": [ "<color=#CF432D>/info</color> - open this menu", "<color=#CF432D>/trade player_name</color> - safe trading", "<color=#CF432D>/online</color> - show online players count" ] } } } } } }
  5. Mevent

    Layer issue

    Hi! Can you send a video?
  6. Changed Status from Work in Progress to
  7. Changed Status from Work in Progress to
  8. Changed Status from Work in Progress to Fixed
  9. Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  10. Mevent

    scrap

    Changed Status from Pending to Closed
  11. Mevent

    not work background!

    Changed Status from Pending to Closed Changed Fixed In to 2.2.1
  12. Mevent

    not working with no escape?

    Changed Status from Pending to Closed
  13. Mevent

    not work background!

    Instructions for changing the background to an image: Step 1: Open and edit the “oxide/data/Shop/UI.json” file Open the “UI.json” file using a text editor such as Notepad++ or Visual Studio Code. Step 2: Find the `Background Settings` section Locate the `Background Settings` section in the file. It should look something like this: "BackgroundSettings": { "Use background?": true, "Display type (Overlay/Hud)": "Overlay", "Background": { "Sprite": "", "Material": "assets/content/ui/uibackgroundblur.mat", "Image": "", "Color": { "HEX": "#000000", "Opacity (0 - 100)": 90.0 }, "Cursor Enabled": true, "Keyboard Enabled": false, "AnchorMin": "0 0", "AnchorMax": "1 1", "OffsetMin": "0 0", "OffsetMax": "0 0" }, "Close on click?": true } Step 3: Change parameters Now let's change the required parameters: 1. Setting the link to the image: “Image": ”path/to/your/image.png” Replace "path/to/your/image.png" with the actual path to your image. 2. Clearing the “Material” field: "Material": "" Simply delete the current value "assets/content/ui/uibackgroundblur.mat" or replace it with an empty string: "". 3. Customize the background color: "Color": { "HEX": "#FFFFFF", "Opacity (0 - 100)": 100.0 } Replace `#000000` with `#FFFFFFF` for the white color and set `Opacity (0 - 100)` to `100.0`. Final example: "Background Settings": { "Use background?": true, "Display type (Overlay/Hud)": "Overlay", "Background": { "Sprite": "", "Material": "", "Image": "path/to/your/image.png", "Color": { "HEX": "#FFFFFF", "Opacity (0 - 100)": 100.0 }, "Cursor Enabled": true, "Keyboard Enabled": false, "AnchorMin": "0 0", "AnchorMax": "1 1", "OffsetMin": "0 0", "OffsetMax": "0 0" }, "Close on click?": true }
  14. Changed Status from Pending to Closed Changed Fixed In to 1.1.3
  15. Mevent

    Vehicle payment

    Changed Status from Pending to Closed Changed Fixed In to 2.1.3
  16. Mevent

    KIT IMAGES MESSED UP AGAIN.

    Hi! What exactly do you want to change?
  17. Changed Status from Pending to Closed Changed Fixed In to 2.1.1
  18. Mevent

    Plugin not functioning

    Changed Status from Pending to Closed
  19. Mevent

    Bakning Error

    Changed Status from Pending to Closed
  20. Mevent

    Cannot Edit/Remove

    Changed Status from Pending to Closed
  21. Changed Status from Pending to Closed
  22. Mevent

    Custom Vending

    Changed Status from Pending to Closed
  23. Changed Status from Pending to No Response
  24. Mevent

    Solved

    Changed Status from Pending to Closed
  25. Changed Status from Pending to Closed
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

2.3m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.