Name of Food Market Bandit TownSolved
Hi all,
what is the name in data file for the food market on bandit town ?
this is always red on map and i think i need the name from this to add items

thanksFood Marketmap
the name is here in the example:
   "FoodVendor": [
      {
       your items sell
       ...............
       ...............
      },
      {
       your items sell
       ...............
       ...............
      },

    ],​

but if you not sure, just unload plugin CompoundOptions
backup your oxide/data/CompoundOptions.json
delete the oxide/data/CompoundOptions.json
and reload plugin CompoundOptions

it will create for you a new oxide/data/CompoundOptions.json with vanilla rust items and prices.
now compare your backup list with the new one and change what and how you need. :)
thanks very much !
Locked automatically