Regarding integration with CustomVendingSetupSolved

My server doesn’t use any custom maps.

Each wipe, I generate a new map using size 4500 and a specific seed.

However, every wipe, I have to manually edit the monument vending machines in CustomVendingSetup.

 

How can I link this plugin with CustomVendingSetup so that when a new map is generated during a wipe,

it automatically detects the monument by name and applies my previous vending machine settings without me having to reconfigure them manually?

 

This should not happen at wipe. The problem is at wipe something is happening to your /oxide/data files. At wipe you only need to delete the .sav file. But if you are changing seed you don't even need to do that. So just figure out why other files are getting deleted.

I delete everything in /server/servername/ during a wipe, such as:

 

  • proceduralmap.4500.seed.274.sav
  • any .map
  • any .sav
  • .sav1
  • .sav2

 

 

Inside /oxide/data/CustomVendingSetup/, I can still see old data such as:

 

  • proceduralmap.4500.seed.271
  • proceduralmap.4500.seed.272
  • proceduralmap.4500.seed.273
  • proceduralmap.4500.seed.274

 

 

These files remain even after wiping the server.

 

Is this abnormal?

 

When you edit a vending machine, check if it says the data provider uses the Monument or Map. Ensure it's configured to use the Monument. After saving the vending machine, check the oxide/data/CustomVendingSetup.json file (not the folder) to confirm your changes were saved there. More info about data providers is in the  CustomVendingSetup documentation.

NKXTQs24ExGTuL8.jpg WhiteThunder

When you edit a vending machine, check if it says the data provider uses the Monument or Map. Ensure it's configured to use the Monument. After saving the vending machine, check the oxide/data/CustomVendingSetup.json file (not the folder) to confirm your changes were saved there. More info about data providers is in the  CustomVendingSetup documentation.



Thank you very much for your reply.

It’s an honor to receive an answer directly from the developer.

 

I hadn’t properly read the documentation — or rather, the translation wasn’t working well for me.

A moment ago, when I pressed EDIT on the vending machine, the data provider was set to Map,

so I pressed Reset, and it changed to Monument!

 

Thank you again for your response, and for providing and updating so many amazing plugins for free. 😊

 
Locked automatically