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

Unable to override_buy_markup of Player Vending Machine

BoQsc

New member
I would like to make overall average price at Player Vending Machine a bit higher.

After some trials in the Config/trader.xml I was not able to see changes when opening a Player Vending Machine.

I tried to adjust override_buy_markup="1.0" override_sell_markup="1.0" of ID:3, but the price in the Player Vending Machine stays the same.

<!-- *** Player Owned Vending Machines ID:3-->
<trader_info id="3" reset_interval="-1" override_buy_markup="1.0" override_sell_markup="1.0" allow_sell="false" player_owned="true"/>




Overriding this buy markup have no affect on items inside Player Vending Machine.

 
Last edited by a moderator:
Did you start a new game or place new Player Vending Machines after applying the changes? In my experience, many changes aren't reflected until a reset, with blocks/entities retaining their previous values otherwise.

 
Back
Top