Jump to content

not showing UI any more

No Response 1.0.13

FoxMods

Posted (edited)

35 minutes ago, Youknowmarcus said:

not showing UI any more

Could I have you delete the configuration file and lang file and try again please, also remember that the default vending machine the config comes with is the tools vending machine prefab path. This can be removed to enable all vending machines or you can add others to specify only the ones you wish it to work with.

  "allowed prefabs (leave empty to allow all vending machines)": [
    "assets/prefabs/deployable/vendingmachine/npcvendingmachines/npcvendingmachine_tools.prefab"
  ],

 

Edited by FoxMods
  • Love 1
JustANoob

Posted

Well the whole config defaulted and and I'm having to put everything back in, plus the order of the lines changed, so I'm trying to to see what ya changed.

I'm working to get it up again...

Anyway, thank you for the updated plugin with new function, I love when plugins see new life!

  • Like 1
FoxMods

Posted (edited)

On 1/25/2025 at 7:11 PM, Youknowmarcus said:

gotcha ill try that!

did this resolve the issue for you?

Edited by FoxMods
FoxMods

Posted

Changed Status from Pending to No Response

Youknowmarcus

Posted

hey i deleted config and lang files and still no UI SHOWING in vending machines

Screenshot 2025-02-02 093512.png

FoxMods

Posted

16 hours ago, Youknowmarcus said:

hey i deleted config and lang files and still no UI SHOWING in vending machines

Screenshot 2025-02-02 093512.png

By default when the config is generated it will specify a default prefab path in the allowed prefabs, if you want all vending machines to use the ui then make sure it is empty otherwise specify what prefab paths should use the ui.

Youknowmarcus

Posted

removed the path it is now blank reloaded plugin and still not showing UI 

{
  "deposit command (default Economics arguments {userid} {amount})": "deposit {userid} {amount}",
  "setup command name": "sve",
  "exchange item id": -932201673,
  "exchange item skinid": 0,
  "exchange percent (default 80% percent ex: 1000 = 800)": 30,
  "min amount to exchange per transaction": 1000,
  "max amount to exchange per transaction": 10000,
  "max amount to increment/decrement per click": 1000,
  "user interface": {
    "success button color": "0.337 0.424 0.196 0.85",
    "success button font color": "0.607 0.705 0.431",
    "clear button color": "0.75 0.75 0.75 0.3",
    "clear button font color": "0.75 0.75 0.75 1",
    "panel color": "0.65 0.65 0.65 0.25",
    "PanelFontColor": "0.75 0.75 0.75 0.9",
    "panel input color": "0 0 0 0.42",
    "panel input font color": "1 1 1 0.58",
    "panel input placeholder color": "0.7 0.7 0.7 0.25",
    "panel offset position": {
      "position": {
        "x": -10.0,
        "y": 470.0
      },
      "size": {
        "x": 310.0,
        "y": 118.0
      }
    },
    "popup font color": "1 1 1 0.89",
    "popup error color": "0.631 0.282 0.22 0.98",
    "popup success color": "0.337 0.424 0.196 0.98",
    "popup offset position": {
      "position": {
        "x": -10.0,
        "y": 390.0
      },
      "size": {
        "x": 310.0,
        "y": 28.0
      }
    }
  },
  "allowed prefabs (leave empty to allow all vending machines)": [
    ""
  ],
  "VersionNumber: current version of the plugin": {
    "Major": 1,
    "Minor": 0,
    "Patch": 13
  }
}

FoxMods

Posted

On 2/4/2025 at 1:30 AM, Youknowmarcus said:

removed the path it is now blank reloaded plugin and still not showing UI 

{
  "deposit command (default Economics arguments {userid} {amount})": "deposit {userid} {amount}",
  "setup command name": "sve",
  "exchange item id": -932201673,
  "exchange item skinid": 0,
  "exchange percent (default 80% percent ex: 1000 = 800)": 30,
  "min amount to exchange per transaction": 1000,
  "max amount to exchange per transaction": 10000,
  "max amount to increment/decrement per click": 1000,
  "user interface": {
    "success button color": "0.337 0.424 0.196 0.85",
    "success button font color": "0.607 0.705 0.431",
    "clear button color": "0.75 0.75 0.75 0.3",
    "clear button font color": "0.75 0.75 0.75 1",
    "panel color": "0.65 0.65 0.65 0.25",
    "PanelFontColor": "0.75 0.75 0.75 0.9",
    "panel input color": "0 0 0 0.42",
    "panel input font color": "1 1 1 0.58",
    "panel input placeholder color": "0.7 0.7 0.7 0.25",
    "panel offset position": {
      "position": {
        "x": -10.0,
        "y": 470.0
      },
      "size": {
        "x": 310.0,
        "y": 118.0
      }
    },
    "popup font color": "1 1 1 0.89",
    "popup error color": "0.631 0.282 0.22 0.98",
    "popup success color": "0.337 0.424 0.196 0.98",
    "popup offset position": {
      "position": {
        "x": -10.0,
        "y": 390.0
      },
      "size": {
        "x": 310.0,
        "y": 28.0
      }
    }
  },
  "allowed prefabs (leave empty to allow all vending machines)": [
    ""
  ],
  "VersionNumber: current version of the plugin": {
    "Major": 1,
    "Minor": 0,
    "Patch": 13
  }
}

this would be due to you having and empty string in the config, the config should be as follows.
 

{
  "deposit command (default Economics arguments {userid} {amount})": "deposit {userid} {amount}",
  "setup command name": "sve",
  "exchange item id": -932201673,
  "exchange item skinid": 0,
  "exchange percent (default 80% percent ex: 1000 = 800)": 30,
  "min amount to exchange per transaction": 1000,
  "max amount to exchange per transaction": 10000,
  "max amount to increment/decrement per click": 1000,
  "user interface": {
    "success button color": "0.337 0.424 0.196 0.85",
    "success button font color": "0.607 0.705 0.431",
    "clear button color": "0.75 0.75 0.75 0.3",
    "clear button font color": "0.75 0.75 0.75 1",
    "panel color": "0.65 0.65 0.65 0.25",
    "PanelFontColor": "0.75 0.75 0.75 0.9",
    "panel input color": "0 0 0 0.42",
    "panel input font color": "1 1 1 0.58",
    "panel input placeholder color": "0.7 0.7 0.7 0.25",
    "panel offset position": {
      "position": {
        "x": -10.0,
        "y": 470.0
      },
      "size": {
        "x": 310.0,
        "y": 118.0
      }
    },
    "popup font color": "1 1 1 0.89",
    "popup error color": "0.631 0.282 0.22 0.98",
    "popup success color": "0.337 0.424 0.196 0.98",
    "popup offset position": {
      "position": {
        "x": -10.0,
        "y": 390.0
      },
      "size": {
        "x": 310.0,
        "y": 28.0
      }
    }
  },
  "allowed prefabs (leave empty to allow all vending machines)": [],
  "VersionNumber: current version of the plugin": {
    "Major": 1,
    "Minor": 0,
    "Patch": 13
  }
}



 

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.