Continuing with my work to revive some game elements from
Concept Limbo, I spent the majority of this week implementing the Vending Machine. This was no easy task, but it’s in-game and functional.
First thing to know is for now this is a player only deployable. You will not find these in the world, and it is up to players to craft them and keep them stocked. My gut reaction was that this will never happen, but I designed it in a way that I hope can become an entirely new way of playing the game instead of farming.
It works by something called “Sell Orders”. If you have access to the rear of the machine (and its lock if it has one on it) you can open the Administrator Panel:
From here you’ll see the existing sell orders which you can delete, as well as a panel to add new ones. These are basically exchange rates which are fully customizable. You can set any item up for sale in any quantity, in exchange for any other item in any other quantity:
If you want to sell Hatchets for Stone, go ahead! If you want to sell Components for Metal Frags... why not? Keep in mind that these sell orders can be added to the machine, but the vending machine will only sell what has been put into its inventory (also accessible from the rear):
Where this gets interesting is when you do something like selling Stone in exchange for Wood. Every time someone buys some Stone, the inventory will receive the Wood. If you have another sell order in place that sells Wood in exchange for Cloth (let's say) and people start to use it, you can stand back and let it constantly replenish and sell itself and simply extract the profits. I can imagine this being very valuable Wood generator if set up near a beach for new spawns to take advantage of (or for you to take advantage of new spawns, as it were).
There is still lots to be done, and there are probably a handful of exploits. I’ll be listening on reddit and in-game, so please test the hell out of these things. Enjoy!
P.S. there is a slight issue with being unable to upgrade floors under a vending machine. This will be fixed in a subsequent patch, but why would you place your vending machine on anything less than stone anyway?
P.P.S. Beware! Right now the vending machine will accept broken items with no way of determining their condition. Do not add sell orders in exchange for items that have condition! You have been warned!