Jump to content

Mevent

Curator
  • Posts

    2,870
  • Joined

  • Last visited

  • Days Won

    38

Everything posted by Mevent

  1. 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" ] } } } } } }
  2. Mevent

    Layer issue

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

    scrap

    Changed Status from Pending to Closed
  8. Mevent

    not work background!

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

    not working with no escape?

    Changed Status from Pending to Closed
  10. 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 }
  11. Changed Status from Pending to Closed Changed Fixed In to 1.1.3
  12. Mevent

    Vehicle payment

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

    KIT IMAGES MESSED UP AGAIN.

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

    Plugin not functioning

    Changed Status from Pending to Closed
  16. Mevent

    Bakning Error

    Changed Status from Pending to Closed
  17. Mevent

    Cannot Edit/Remove

    Changed Status from Pending to Closed
  18. Changed Status from Pending to Closed
  19. Mevent

    Custom Vending

    Changed Status from Pending to Closed
  20. Changed Status from Pending to No Response
  21. Mevent

    Solved

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

    Not taking money

    Thanks for the clarification! I understand that you have already checked the permissions and verified that they are not the problem. So that I can help you, please tell me more about the problem. What exactly is not working? What actions do you perform, and what happens after that?
  24. Mevent

    Not taking money

    Changed Status from Pending to Closed
  25. Mevent

    Not taking money

    Yes, unfortunately a lot of people accidentally turn on their "shop.free" permission and forget about it.
2.1m

Downloads

Total number of downloads.

9.8k

Customers

Total customers served.

142.3k

Files Sold

Total number of files sold.

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.