• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

player owned vending machine capacity

Xeno8221

Refugee
Hi guys. There seems to be an item limit of 50 for the player owned vending machine and I can't find where to change that. It doesn't seem to be in Traders or Loot.

I don't care about selling to other players, all I want is a container with filters to put all my stuff in and that seems to be the only one.

 
Hi guys. There seems to be an item limit of 50 for the player owned vending machine and I can't find where to change that. It doesn't seem to be in Traders or Loot.

I don't care about selling to other players, all I want is a container with filters to put all my stuff in and that seems to be the only one.
Code:
loot.xml
<lootcontainer id="5" count="0" size="8,9" sound_open="UseActions/open_chest" sound_close="UseActions/close_chest" loot_quality_template="qualBaseTemplate">
    <item name="cobweb" count="1,2"/>
</lootcontainer>

traders.xml
<!-- Rented - Vending Machine -->
<trader_info id="5" reset_interval="-1" override_buy_markup="1.0" override_sell_markup="1.0" allow_sell="false" rentable="true" rent_cost="2500" rent_time="30"/>
 
Hi Crazy, I don't think so. While the trader id="5" is the Rented Vending Machine, the loot container id="5" is cntStorageGeneric. That's the brown storage crate you can make with nails and wood.

Also it's the player owned vending machine (trader id="3") I'm interested in. The loot container id="3" is the GreenDrawerSecure, so unrelated too.

 
Back
Top